Html Css Color HEX #F80106 Torch Red

📋 copy color: '#F80106'

red 248 ◦ green 1 ◦ blue 6

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

Shades of Torch Red #F80106

Tints of Torch Red #F80106

RGB

 RED value IS 248 (97.27% from 255) = 97.25%

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 97.25%
G = 0.39%
B = 2.35%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F80106 (or 0xF80106) is known color: Torch Red. HEX triplet: F8, 01 and 06. RGB value is (248,1,6). Sum of RGB (Red+Green+Blue) = 248+1+6=255 (33% of max value = 765). Red value is 248 (97.27% from 255 or 97.25% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 6 (2.73% from 255 or 2.35% from 255); Max value from RGB is 248 - color contains mainly: red. Hex color #F80106 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80106 is #07FEF9. Grayscale: #4B4B4B. Windows color (decimal): -524026 or 393720. OLE color: 393720.

HSL color Cylindrical-coordinate representation of color #F80106: hue angle of 358.79º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F80106 is Cyan = 0, Magento = 1.00, Yellow = 0.98 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 1 6 -
CMYK 0 1.00 0.98 0.03
HSL 358.79º 0.99% 0.49% -
HSV(B) 358.79º 1% 0.97% -
XYZ 38.76 19.99 1.99 -
YUV 75.42 88.83 251.09 -
System Red Green Blue C M Y K H S L
Decimal 248 1 6 0 1.00 0.98 0.03 358.79 0.99 0.49
Hex F8 1 6 0 64 62 3 167 63 31
Octal 370 1 6 0 144 142 3 547 143 61
Binary 11111000 1 110 0 1100100 1100010 11 101100111 1100011 110001

Color Harmonies of #F80106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80106

Black with #F80106

Text Example


Text Example

White with #F80106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80106; }

 p { color: rgb(248,1,6); }

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

background-color css

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

 a { background-color: rgb(248,1,6); }

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

border-color css

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

 span { border-color: rgb(248,1,6); }

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