Html Css Color HEX #F80D06 Red

📋 copy color: '#F80D06'

red 248 ◦ green 13 ◦ blue 6

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

Shades of Red #F80D06

Tints of Red #F80D06

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.87%

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

R = 92.88%
G = 4.87%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F80D06 (or 0xF80D06) is known color: Red. HEX triplet: F8, 0D and 06. RGB value is (248,13,6). Sum of RGB (Red+Green+Blue) = 248+13+6=267 (35% of max value = 765). Red value is 248 (97.27% from 255 or 92.88% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 6 (2.73% from 255 or 2.25% from 267); Max value from RGB is 248 - color contains mainly: red. Hex color #F80D06 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80D06 is #07F2F9. Grayscale: #525252. Windows color (decimal): -520954 or 396792. OLE color: 396792.

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

Color convert

RGB 248 13 6 -
CMYK 0 0.95 0.98 0.03
HSL 1.74º 0.95% 0.5% -
HSV(B) 1.74º 0.98% 0.97% -
XYZ 38.89 20.26 2.03 -
YUV 82.47 84.86 246.07 -
System Red Green Blue C M Y K H S L
Decimal 248 13 6 0 0.95 0.98 0.03 1.74 0.95 0.5
Hex F8 D 6 0 5F 62 3 2 5F 32
Octal 370 15 6 0 137 142 3 2 137 62
Binary 11111000 1101 110 0 1011111 1100010 11 10 1011111 110010

Color Harmonies of #F80D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80D06

Black with #F80D06

Text Example


Text Example

White with #F80D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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