#F02F18

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

Shades of Scarlet #F02F18

Tints of Scarlet #F02F18

Color information

#F02F18 (or 0xF02F18) is unknown color: approx Scarlet. HEX triplet: F0, 2F and 18. RGB value is (240,47,24). Sum of RGB (Red+Green+Blue) = 240+47+24=311 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.17% from 311); Green value is 47 (18.75% from 255 or 15.11% from 311); Blue value is 24 (9.77% from 255 or 7.72% from 311); Max value from RGB is 240 - color contains mainly: red. Hex color #F02F18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02F18 is #0FD0E7. Grayscale: #666666. Windows color (decimal): -1036520 or 1585136. OLE color: 1585136.

HSL color Cylindrical-coordinate representation of color #F02F18: hue angle of 6.39º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F02F18 is Cyan = 0, Magento = 0.80, Yellow = 0.9 and Black (K on CMYK) = 0.06.

Color convert

RGB2404724-
CMYK00.800.90.06
HSL6.39º87.8%51.76%-
HSV(B)6.39º90%94.12%-
XYZ37.1220.622.89-
YUV102.0883.94226.37-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 77.17%
GREEN value IS 47 (18.75% from 255) = 15.11%
BLUE value IS 24 (9.77% from 255) = 7.72%
R=77.17%
G=15.11%
B=7.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.9
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240472400.800.90.066.3987.851.76
HexF02F180505A665834
Octal360573001201326613064
Binary11110000101111110000101000010110101101101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F02F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F02F18; }

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

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

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

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

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

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

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

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