#F02B02

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

Shades of Scarlet #F02B02

Tints of Scarlet #F02B02

Color information

#F02B02 (or 0xF02B02) is unknown color: approx Scarlet. HEX triplet: F0, 2B and 02. RGB value is (240,43,2). Sum of RGB (Red+Green+Blue) = 240+43+2=285 (37% of max value = 765). Red value is 240 (94.14% from 255 or 84.21% from 285); Green value is 43 (17.19% from 255 or 15.09% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 240 - color contains mainly: red. Hex color #F02B02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02B02 is #0FD4FD. Grayscale: #616161. Windows color (decimal): -1037566 or 142320. OLE color: 142320.

HSL color Cylindrical-coordinate representation of color #F02B02: hue angle of 10.34º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F02B02 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB240432-
CMYK00.820.990.06
HSL10.34º98.35%47.45%-
HSV(B)10.34º99.17%94.12%-
XYZ36.8120.262.03-
YUV97.2374.27229.83-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 84.21%
GREEN value IS 43 (17.19% from 255) = 15.09%
BLUE value IS 2 (1.17% from 255) = 0.70%
R=84.21%
G=15.09%
B=0.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.99
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24043200.820.990.0610.3498.3547.45
HexF02B2052636a622f
Octal360532012214361214257
Binary111100001010111001010010110001111010101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F02B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F02B02; }

 p { color: rgb(240,43,2); }

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

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

 a { background-color: rgb(240,43,2); }

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

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

 span { border-color: rgb(240,43,2); }

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