Html Css Color HEX #F02006 Scarlet

📋 copy color: '#F02006'

red 240 ◦ green 32 ◦ blue 6

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

Shades of Scarlet #F02006

Tints of Scarlet #F02006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.16%

R = 86.33%
G = 11.51%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F02006 (or 0xF02006) is known color: Scarlet. HEX triplet: F0, 20 and 06. RGB value is (240,32,6). Sum of RGB (Red+Green+Blue) = 240+32+6=278 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.33% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 6 (2.73% from 255 or 2.16% from 278); Max value from RGB is 240 - color contains mainly: red. Hex color #F02006 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02006 is #0FDFF9. Grayscale: #5B5B5B. Windows color (decimal): -1040378 or 401648. OLE color: 401648.

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

Color convert

RGB 240 32 6 -
CMYK 0 0.87 0.98 0.06
HSL 6.67º 0.95% 0.48% -
HSV(B) 6.67º 0.98% 0.94% -
XYZ 36.48 19.57 2.03 -
YUV 91.23 79.91 234.11 -
System Red Green Blue C M Y K H S L
Decimal 240 32 6 0 0.87 0.98 0.06 6.67 0.95 0.48
Hex F0 20 6 0 57 62 6 7 5F 30
Octal 360 40 6 0 127 142 6 7 137 60
Binary 11110000 100000 110 0 1010111 1100010 110 111 1011111 110000

Color Harmonies of #F02006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02006

Black with #F02006

Text Example


Text Example

White with #F02006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02006; }

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

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

background-color css

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

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

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

border-color css

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

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

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