Html Css Color HEX #F60C08 Red

📋 copy color: '#F60C08'

red 246 ◦ green 12 ◦ blue 8

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

Shades of Red #F60C08

Tints of Red #F60C08

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.51%

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

R = 92.48%
G = 4.51%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F60C08 (or 0xF60C08) is known color: Red. HEX triplet: F6, 0C and 08. RGB value is (246,12,8). Sum of RGB (Red+Green+Blue) = 246+12+8=266 (35% of max value = 765). Red value is 246 (96.48% from 255 or 92.48% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 8 (3.52% from 255 or 3.01% from 266); Max value from RGB is 246 - color contains mainly: red. Hex color #F60C08 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60C08 is #09F3F7. Grayscale: #515151. Windows color (decimal): -652280 or 527606. OLE color: 527606.

HSL color Cylindrical-coordinate representation of color #F60C08: hue angle of 1.01º 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 #F60C08 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 12 8 -
CMYK 0 0.95 0.97 0.04
HSL 1.01º 0.94% 0.5% -
HSV(B) 1.01º 0.97% 0.96% -
XYZ 38.18 19.87 2.05 -
YUV 81.51 86.52 245.33 -
System Red Green Blue C M Y K H S L
Decimal 246 12 8 0 0.95 0.97 0.04 1.01 0.94 0.5
Hex F6 C 8 0 5F 61 4 1 5E 32
Octal 366 14 10 0 137 141 4 1 136 62
Binary 11110110 1100 1000 0 1011111 1100001 100 1 1011110 110010

Color Harmonies of #F60C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60C08

Black with #F60C08

Text Example


Text Example

White with #F60C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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