Html Css Color HEX #F60A08 Red

📋 copy color: '#F60A08'

red 246 ◦ green 10 ◦ blue 8

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

Shades of Red #F60A08

Tints of Red #F60A08

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.79%

 BLUE value IS 8 (3.52% from 255) = 3.03%

R = 93.18%
G = 3.79%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F60A08 (or 0xF60A08) is known color: Red. HEX triplet: F6, 0A and 08. RGB value is (246,10,8). Sum of RGB (Red+Green+Blue) = 246+10+8=264 (34% of max value = 765). Red value is 246 (96.48% from 255 or 93.18% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 8 (3.52% from 255 or 3.03% from 264); Max value from RGB is 246 - color contains mainly: red. Hex color #F60A08 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60A08 is #09F5F7. Grayscale: #505050. Windows color (decimal): -652792 or 527094. OLE color: 527094.

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

Color convert

RGB 246 10 8 -
CMYK 0 0.96 0.97 0.04
HSL 0.5º 0.94% 0.5% -
HSV(B) 0.5º 0.97% 0.96% -
XYZ 38.16 19.83 2.05 -
YUV 80.34 87.19 246.16 -
System Red Green Blue C M Y K H S L
Decimal 246 10 8 0 0.96 0.97 0.04 0.5 0.94 0.5
Hex F6 A 8 0 60 61 4 1 5E 32
Octal 366 12 10 0 140 141 4 1 136 62
Binary 11110110 1010 1000 0 1100000 1100001 100 1 1011110 110010

Color Harmonies of #F60A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60A08

Black with #F60A08

Text Example


Text Example

White with #F60A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60A08; }

 p { color: rgb(246,10,8); }

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

background-color css

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

 a { background-color: rgb(246,10,8); }

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

border-color css

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

 span { border-color: rgb(246,10,8); }

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