#F02F09

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

Shades of Scarlet #F02F09

Tints of Scarlet #F02F09

Color information

#F02F09 (or 0xF02F09) is unknown color: approx Scarlet. HEX triplet: F0, 2F and 09. RGB value is (240,47,9). Sum of RGB (Red+Green+Blue) = 240+47+9=296 (39% of max value = 765). Red value is 240 (94.14% from 255 or 81.08% from 296); Green value is 47 (18.75% from 255 or 15.88% from 296); Blue value is 9 (3.91% from 255 or 3.04% from 296); Max value from RGB is 240 - color contains mainly: red. Hex color #F02F09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02F09 is #0FD0F6. Grayscale: #646464. Windows color (decimal): -1036535 or 602096. OLE color: 602096.

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

Color convert

RGB240479-
CMYK00.800.960.06
HSL9.87º92.77%48.82%-
HSV(B)9.87º96.25%94.12%-
XYZ3720.582.28-
YUV100.3776.44227.59-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 81.08%
GREEN value IS 47 (18.75% from 255) = 15.88%
BLUE value IS 9 (3.91% from 255) = 3.04%
R=81.08%
G=15.88%
B=3.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.96
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24047900.800.960.069.8792.7748.82
HexF02F9050606a5d31
Octal3605711012014061213561
Binary11110000101111100101010000110000011010101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F02F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F02F09; }

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

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

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

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

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

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

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

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