#F0492F

Color #F0492F Cinnabar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinnabar #F0492F

Tints of Cinnabar #F0492F

Color information

#F0492F (or 0xF0492F) is unknown color: approx Cinnabar. HEX triplet: F0, 49 and 2F. RGB value is (240,73,47). Sum of RGB (Red+Green+Blue) = 240+73+47=360 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.67% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 47 (18.75% from 255 or 13.06% from 360); Max value from RGB is 240 - color contains mainly: red. Hex color #F0492F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0492F is #0FB6D0. Grayscale: #787878. Windows color (decimal): -1029841 or 3099120. OLE color: 3099120.

HSL color Cylindrical-coordinate representation of color #F0492F: hue angle of 8.08º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F0492F is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB2407347-
CMYK00.700.800.06
HSL8.08º86.55%56.27%-
HSV(B)8.08º80.42%94.12%-
XYZ38.8323.55.18-
YUV119.9786.83213.61-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 66.67%
GREEN value IS 73 (28.91% from 255) = 20.28%
BLUE value IS 47 (18.75% from 255) = 13.06%
R=66.67%
G=20.28%
B=13.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.80
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240734700.700.800.068.0886.5556.27
HexF0492F04650685738
Octal36011157010612061012770
Binary11110000100100110111101000110101000011010001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0492F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0492F; }

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

 H1.HeaderClassName
 {
   color: #F0492F;
 }
 .AnyTagClassName
 {
   color: #F0492F;
 }
</style>
background-color css

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

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

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

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

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

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