Home · Branding · rex.fit

rex.fit Brand Identity

A complete profile of rex.fit's visual system — colors, typography, components, and personality — extracted from https://www.rex.fit. Built for designers, agents, and AI tools.

Download JSON
Primary
#F46692
Accent
#F46692
Body Font
Inter
Heading
Manrope

Color Palette

Brand palette extracted from https://www.rex.fit.

primary
#F46692
rgb(244, 102, 146)
accent
#F46692
rgb(244, 102, 146)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#323232
rgb(50, 50, 50)
link
#FA5853
rgb(250, 88, 83)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Manrope
Manrope, sans-serif
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:

CharacterQuilt.com suggests this flow that can help:

1. Open the company's homepage in a browser with DevTools open.
2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
4. For each captured font URL: right-click → Save As to download the file locally.
5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each `src: url(...)` to point to your local file path.

Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same.

Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.

Visual Assets

rex.fit logo
Logo
rex.fit favicon
Favicon
rex.fit social image
Social Card

UI Components

Live previews rendered using rex.fit's actual button styles.

input
background #FCFDFE textColor #141415 borderColor #DADADA borderRadius 12px shadow none
buttonPrimary
background #F46692 textColor #FFFFFF borderColor #FFFFFF borderRadius 6px shadow none
buttonSecondary
background #141415 textColor #FFFFFF borderRadius 8px shadow none

Brand Personality

Tone: modern Energy: high Audience: fitness enthusiasts

rex.fit Brand in the Wild

Real-world brand assets — ads, campaigns, and marketing materials.

Frequently Asked Questions

What is rex.fit's primary brand color?

rex.fit's primary brand color is #F46692. It anchors the visual identity across their website, product UI, and marketing materials.

What font does rex.fit use?

rex.fit uses Inter for body text and Manrope for headings. Fonts were detected on https://www.rex.fit as part of their live design system.

Does rex.fit use a light or dark theme?

rex.fit's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find rex.fit's logo?

rex.fit's logo is available directly on their site (https://www.rex.fit). The current logo URL is included in the machine-readable JSON profile linked above.

How was this brand profile generated?

This profile was extracted from https://www.rex.fit using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by rex.fit.

Methodology

Brand data on this page was extracted from https://www.rex.fit on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by rex.fit.

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Manrope",
      "role": "heading"
    },
    {
      "family": "Open Sans",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#F46692",
    "accent": "#F46692",
    "background": "#FFFFFF",
    "textPrimary": "#323232",
    "link": "#FA5853"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Manrope"
    },
    "fontStacks": {
      "heading": [
        "Manrope",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "60px",
      "h2": "70px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "#FCFDFE",
      "textColor": "#141415",
      "borderColor": "#DADADA",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#F46692",
      "textColor": "#FFFFFF",
      "borderColor": "#FFFFFF",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#141415",
      "textColor": "#FFFFFF",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/65392ff2e726f445f21d0bf0/66854836d662cdaabfc0472c_rex_logo%20(3).png",
    "favicon": "https://cdn.prod.website-files.com/65392ff2e726f445f21d0bf0/6686602bce3da28d9925cfa6_New%20logo%20(12)%20(2).png",
    "ogImage": "https://cdn.prod.website-files.com/65392ff2e726f445f21d0bf0/66bdc8a765d8b2949077f9d3_try%20it%20now%20on%20WhatsApp%20(1).png",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, medium-sized, and links to the homepage, matching the brand 'Re.fit'.",
    "confidence": 0.85,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 5,
      "text": "Pre-order Now",
      "reasoning": "Button #5 has a vibrant background color (#F46692) which matches the brand's primary color, making it stand out as the main call-to-action. The text 'Pre-order Now' is action-oriented, indicating a primary CTA."
    },
    "secondary": {
      "index": 2,
      "text": "Text Rex on Whatsapp",
      "reasoning": "Button #2 has a different background color (#141415) and offers an alternative action ('Text Rex on Whatsapp'), making it suitable as a secondary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "fitness enthusiasts"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, medium-sized, and links to the homepage, matching the brand 'Re.fit'.",
        "confidence": 0.85
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles