Html Css Color HEX #F80B0A Red

📋 copy color: '#F80B0A'

red 248 ◦ green 11 ◦ blue 10

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

Shades of Red #F80B0A

Tints of Red #F80B0A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.09%

 BLUE value IS 10 (4.3% from 255) = 3.72%

R = 92.19%
G = 4.09%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F80B0A (or 0xF80B0A) is known color: Red. HEX triplet: F8, 0B and 0A. RGB value is (248,11,10). Sum of RGB (Red+Green+Blue) = 248+11+10=269 (35% of max value = 765). Red value is 248 (97.27% from 255 or 92.19% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 10 (4.30% from 255 or 3.72% from 269); Max value from RGB is 248 - color contains mainly: red. Hex color #F80B0A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80B0A is #07F4F5. Grayscale: #515151. Windows color (decimal): -521462 or 658424. OLE color: 658424.

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

Color convert

RGB 248 11 10 -
CMYK 0 0.96 0.96 0.03
HSL 0.25º 0.94% 0.51% -
HSV(B) 0.25º 0.96% 0.97% -
XYZ 38.89 20.22 2.14 -
YUV 81.75 87.52 246.58 -
System Red Green Blue C M Y K H S L
Decimal 248 11 10 0 0.96 0.96 0.03 0.25 0.94 0.51
Hex F8 B A 0 60 60 3 0 5E 33
Octal 370 13 12 0 140 140 3 0 136 63
Binary 11111000 1011 1010 0 1100000 1100000 11 0 1011110 110011

Color Harmonies of #F80B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80B0A

Black with #F80B0A

Text Example


Text Example

White with #F80B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80B0A; }

 p { color: rgb(248,11,10); }

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

background-color css

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

 a { background-color: rgb(248,11,10); }

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

border-color css

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

 span { border-color: rgb(248,11,10); }

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