Html Css Color HEX #F02009 Scarlet

📋 copy color: '#F02009'

red 240 ◦ green 32 ◦ blue 9

#F02009
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet #F02009

Tints of Scarlet #F02009

RGB

 RED value IS 240 (94.14% from 255) = 85.41%

 GREEN value IS 32 (12.89% from 255) = 11.39%

 BLUE value IS 9 (3.91% from 255) = 3.2%

R = 85.41%
G = 11.39%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F02009 (or 0xF02009) is known color: Scarlet. HEX triplet: F0, 20 and 09. RGB value is (240,32,9). Sum of RGB (Red+Green+Blue) = 240+32+9=281 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.41% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 9 (3.91% from 255 or 3.20% from 281); Max value from RGB is 240 - color contains mainly: red. Hex color #F02009 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02009 is #0FDFF6. Grayscale: #5B5B5B. Windows color (decimal): -1040375 or 598256. OLE color: 598256.

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

Color convert

RGB 240 32 9 -
CMYK 0 0.87 0.96 0.06
HSL 5.97º 0.93% 0.49% -
HSV(B) 5.97º 0.96% 0.94% -
XYZ 36.5 19.58 2.11 -
YUV 91.57 81.41 233.87 -
System Red Green Blue C M Y K H S L
Decimal 240 32 9 0 0.87 0.96 0.06 5.97 0.93 0.49
Hex F0 20 9 0 57 60 6 6 5D 31
Octal 360 40 11 0 127 140 6 6 135 61
Binary 11110000 100000 1001 0 1010111 1100000 110 110 1011101 110001

Color Harmonies of #F02009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02009

Black with #F02009

Text Example


Text Example

White with #F02009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02009; }

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

 H1.HeaderClassName
 {
   color: #F02009;
 }
 .AnyTagClassName
 {
   color: #F02009;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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