Html Css Color HEX #F01006 Red

📋 copy color: '#F01006'

red 240 ◦ green 16 ◦ blue 6

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

Shades of Red #F01006

Tints of Red #F01006

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.11%

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

R = 91.6%
G = 6.11%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F01006 (or 0xF01006) is known color: Red. HEX triplet: F0, 10 and 06. RGB value is (240,16,6). Sum of RGB (Red+Green+Blue) = 240+16+6=262 (34% of max value = 765). Red value is 240 (94.14% from 255 or 91.60% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 6 (2.73% from 255 or 2.29% from 262); Max value from RGB is 240 - color contains mainly: red. Hex color #F01006 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01006 is #0FEFF9. Grayscale: #525252. Windows color (decimal): -1044474 or 397552. OLE color: 397552.

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

Color convert

RGB 240 16 6 -
CMYK 0 0.93 0.98 0.06
HSL 2.56º 0.95% 0.48% -
HSV(B) 2.56º 0.98% 0.94% -
XYZ 36.15 18.91 1.92 -
YUV 81.84 85.21 240.81 -
System Red Green Blue C M Y K H S L
Decimal 240 16 6 0 0.93 0.98 0.06 2.56 0.95 0.48
Hex F0 10 6 0 5D 62 6 3 5F 30
Octal 360 20 6 0 135 142 6 3 137 60
Binary 11110000 10000 110 0 1011101 1100010 110 11 1011111 110000

Color Harmonies of #F01006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01006

Black with #F01006

Text Example


Text Example

White with #F01006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01006; }

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

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

background-color css

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

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

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

border-color css

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

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

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