Html Css Color HEX #F60608 Torch Red

📋 copy color: '#F60608'

red 246 ◦ green 6 ◦ blue 8

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

Shades of Torch Red #F60608

Tints of Torch Red #F60608

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.31%

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

R = 94.62%
G = 2.31%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F60608 (or 0xF60608) is known color: Torch Red. HEX triplet: F6, 06 and 08. RGB value is (246,6,8). Sum of RGB (Red+Green+Blue) = 246+6+8=260 (34% of max value = 765). Red value is 246 (96.48% from 255 or 94.62% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 8 (3.52% from 255 or 3.08% from 260); Max value from RGB is 246 - color contains mainly: red. Hex color #F60608 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60608 is #09F9F7. Grayscale: #4E4E4E. Windows color (decimal): -653816 or 526070. OLE color: 526070.

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

Color convert

RGB 246 6 8 -
CMYK 0 0.98 0.97 0.04
HSL 359.5º 0.95% 0.49% -
HSV(B) 359.5º 0.98% 0.96% -
XYZ 38.11 19.74 2.03 -
YUV 77.99 88.51 247.84 -
System Red Green Blue C M Y K H S L
Decimal 246 6 8 0 0.98 0.97 0.04 359.5 0.95 0.49
Hex F6 6 8 0 62 61 4 168 5F 31
Octal 366 6 10 0 142 141 4 550 137 61
Binary 11110110 110 1000 0 1100010 1100001 100 101101000 1011111 110001

Color Harmonies of #F60608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60608

Black with #F60608

Text Example


Text Example

White with #F60608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60608; }

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

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

background-color css

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

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

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

border-color css

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

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

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