Html Css Color HEX #F60B06 Red

📋 copy color: '#F60B06'

red 246 ◦ green 11 ◦ blue 6

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

Shades of Red #F60B06

Tints of Red #F60B06

RGB

 RED value IS 246 (96.48% from 255) = 93.54%

 GREEN value IS 11 (4.69% from 255) = 4.18%

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

R = 93.54%
G = 4.18%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F60B06 (or 0xF60B06) is known color: Red. HEX triplet: F6, 0B and 06. RGB value is (246,11,6). Sum of RGB (Red+Green+Blue) = 246+11+6=263 (34% of max value = 765). Red value is 246 (96.48% from 255 or 93.54% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 6 (2.73% from 255 or 2.28% from 263); Max value from RGB is 246 - color contains mainly: red. Hex color #F60B06 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60B06 is #09F4F9. Grayscale: #505050. Windows color (decimal): -652538 or 396278. OLE color: 396278.

HSL color Cylindrical-coordinate representation of color #F60B06: hue angle of 1.25º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F60B06 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 11 6 -
CMYK 0 0.96 0.98 0.04
HSL 1.25º 0.95% 0.49% -
HSV(B) 1.25º 0.98% 0.96% -
XYZ 38.16 19.85 1.99 -
YUV 80.7 85.86 245.91 -
System Red Green Blue C M Y K H S L
Decimal 246 11 6 0 0.96 0.98 0.04 1.25 0.95 0.49
Hex F6 B 6 0 60 62 4 1 5F 31
Octal 366 13 6 0 140 142 4 1 137 61
Binary 11110110 1011 110 0 1100000 1100010 100 1 1011111 110001

Color Harmonies of #F60B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60B06

Black with #F60B06

Text Example


Text Example

White with #F60B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60B06; }

 p { color: rgb(246,11,6); }

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

background-color css

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

 a { background-color: rgb(246,11,6); }

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

border-color css

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

 span { border-color: rgb(246,11,6); }

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