Html Css Color HEX #F2492F Cinnabar

📋 copy color: '#F2492F'

red 242 ◦ green 73 ◦ blue 47

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

Shades of Cinnabar #F2492F

Tints of Cinnabar #F2492F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.17%

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

R = 66.85%
G = 20.17%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2492F (or 0xF2492F) is known color: Cinnabar. HEX triplet: F2, 49 and 2F. RGB value is (242,73,47). Sum of RGB (Red+Green+Blue) = 242+73+47=362 (47% of max value = 765). Red value is 242 (94.92% from 255 or 66.85% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 47 (18.75% from 255 or 12.98% from 362); Max value from RGB is 242 - color contains mainly: red. Hex color #F2492F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2492F is #0DB6D0. Grayscale: #787878. Windows color (decimal): -898769 or 3099122. OLE color: 3099122.

HSL color Cylindrical-coordinate representation of color #F2492F: hue angle of 8º 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 #F2492F is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 73 47 -
CMYK 0 0.70 0.81 0.05
HSL 0.88% 0.57% -
HSV(B) 0.81% 0.95% -
XYZ 39.51 23.85 5.21 -
YUV 120.57 86.49 214.61 -
System Red Green Blue C M Y K H S L
Decimal 242 73 47 0 0.70 0.81 0.05 8 0.88 0.57
Hex F2 49 2F 0 46 51 5 8 58 39
Octal 362 111 57 0 106 121 5 10 130 71
Binary 11110010 1001001 101111 0 1000110 1010001 101 1000 1011000 111001

Color Harmonies of #F2492F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2492F

Black with #F2492F

Text Example


Text Example

White with #F2492F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2492F; }

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

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

background-color css

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

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

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

border-color css

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

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

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