Html Css Color HEX #F24F29 Cinnabar

📋 copy color: '#F24F29'

red 242 ◦ green 79 ◦ blue 41

#F24F29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cinnabar #F24F29

Tints of Cinnabar #F24F29

RGB

 RED value IS 242 (94.92% from 255) = 66.85%

 GREEN value IS 79 (31.25% from 255) = 21.82%

 BLUE value IS 41 (16.41% from 255) = 11.33%

R = 66.85%
G = 21.82%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F24F29 (or 0xF24F29) is known color: Cinnabar. HEX triplet: F2, 4F and 29. RGB value is (242,79,41). Sum of RGB (Red+Green+Blue) = 242+79+41=362 (47% of max value = 765). Red value is 242 (94.92% from 255 or 66.85% from 362); Green value is 79 (31.25% from 255 or 21.82% from 362); Blue value is 41 (16.41% from 255 or 11.33% from 362); Max value from RGB is 242 - color contains mainly: red. Hex color #F24F29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F24F29 is #0DB0D6. Grayscale: #7B7B7B. Windows color (decimal): -897239 or 2707442. OLE color: 2707442.

HSL color Cylindrical-coordinate representation of color #F24F29: hue angle of 11.34º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F24F29 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 79 41 -
CMYK 0 0.67 0.83 0.05
HSL 11.34º 0.89% 0.55% -
HSV(B) 11.34º 0.83% 0.95% -
XYZ 39.81 24.63 4.75 -
YUV 123.41 81.5 212.59 -
System Red Green Blue C M Y K H S L
Decimal 242 79 41 0 0.67 0.83 0.05 11.34 0.89 0.55
Hex F2 4F 29 0 43 53 5 B 59 37
Octal 362 117 51 0 103 123 5 13 131 67
Binary 11110010 1001111 101001 0 1000011 1010011 101 1011 1011001 110111

Color Harmonies of #F24F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24F29

Black with #F24F29

Text Example


Text Example

White with #F24F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24F29; }

 p { color: rgb(242,79,41); }

 H1.HeaderClassName
 {
   color: #F24F29;
 }
 .AnyTagClassName
 {
   color: #F24F29;
 }
</style>

background-color css

<style>
 a { background-color: #F24F29; }

 a { background-color: rgb(242,79,41); }

 div.DivClassName
 {
   background-color: #F24F29;
 }
 .BgClassName
 {
   background-color: #F24F29;
 }
</style>

border-color css

<style>
 span { border-color: #F24F29; }

 span { border-color: rgb(242,79,41); }

 td.TdClassName
 {
   border-color: #F24F29;
 }
 .TagClassName
 {
   border-color: #F24F29;
 }
</style>