Html Css Color HEX #F24F2F Cinnabar

📋 copy color: '#F24F2F'

red 242 ◦ green 79 ◦ blue 47

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

Shades of Cinnabar #F24F2F

Tints of Cinnabar #F24F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.77%

R = 65.76%
G = 21.47%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F24F2F (or 0xF24F2F) is known color: Cinnabar. HEX triplet: F2, 4F and 2F. RGB value is (242,79,47). Sum of RGB (Red+Green+Blue) = 242+79+47=368 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.76% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 47 (18.75% from 255 or 12.77% from 368); Max value from RGB is 242 - color contains mainly: red. Hex color #F24F2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F24F2F is #0DB0D0. Grayscale: #7C7C7C. Windows color (decimal): -897233 or 3100658. OLE color: 3100658.

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

Color convert

RGB 242 79 47 -
CMYK 0 0.67 0.81 0.05
HSL 9.85º 0.88% 0.57% -
HSV(B) 9.85º 0.81% 0.95% -
XYZ 39.93 24.67 5.35 -
YUV 124.09 84.5 212.1 -
System Red Green Blue C M Y K H S L
Decimal 242 79 47 0 0.67 0.81 0.05 9.85 0.88 0.57
Hex F2 4F 2F 0 43 51 5 A 58 39
Octal 362 117 57 0 103 121 5 12 130 71
Binary 11110010 1001111 101111 0 1000011 1010001 101 1010 1011000 111001

Color Harmonies of #F24F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24F2F

Black with #F24F2F

Text Example


Text Example

White with #F24F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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