#F02D09

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

Shades of Scarlet #F02D09

Tints of Scarlet #F02D09

Color information

#F02D09 (or 0xF02D09) is unknown color: approx Scarlet. HEX triplet: F0, 2D and 09. RGB value is (240,45,9). Sum of RGB (Red+Green+Blue) = 240+45+9=294 (38% of max value = 765). Red value is 240 (94.14% from 255 or 81.63% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 9 (3.91% from 255 or 3.06% from 294); Max value from RGB is 240 - color contains mainly: red. Hex color #F02D09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02D09 is #0FD2F6. Grayscale: #636363. Windows color (decimal): -1037047 or 601584. OLE color: 601584.

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

Color convert

RGB240459-
CMYK00.810.960.06
HSL9.35º92.77%48.82%-
HSV(B)9.35º96.25%94.12%-
XYZ36.9220.422.25-
YUV99.277.1228.43-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 81.63%
GREEN value IS 45 (17.97% from 255) = 15.31%
BLUE value IS 9 (3.91% from 255) = 3.06%
R=81.63%
G=15.31%
B=3.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.96
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24045900.810.960.069.3592.7748.82
HexF02D905160695d31
Octal3605511012114061113561
Binary11110000101101100101010001110000011010011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F02D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F02D09; }

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

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

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

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

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

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

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

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