Shades of Red #F80F05
Tints of Red #F80F05
RGB
CMYK
RGB Variations
Color information
#F80F05 (or 0xF80F05) is known color: Red. HEX triplet: F8, 0F and 05. RGB value is (248,15,5). Sum of RGB (Red+Green+Blue) = 248+15+5=268 (35% of max value = 765). Red value is 248 (97.27% from 255 or 92.54% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 248 - color contains mainly: red. Hex color #F80F05 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80F05 is #07F0FA. Grayscale: #535353. Windows color (decimal): -520443 or 331768. OLE color: 331768.
HSL color Cylindrical-coordinate representation of color #F80F05: hue angle of 2.47º degrees, saturation: 0.96, 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 #F80F05 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 15 | 5 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.03 |
| HSL | 2.47º | 0.96% | 0.5% | - |
| HSV(B) | 2.47º | 0.98% | 0.97% | - |
| XYZ | 38.91 | 20.31 | 2.01 | - |
| YUV | 83.53 | 83.69 | 245.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 15 | 5 | 0 | 0.94 | 0.98 | 0.03 | 2.47 | 0.96 | 0.5 |
| Hex | F8 | F | 5 | 0 | 5E | 62 | 3 | 2 | 60 | 32 |
| Octal | 370 | 17 | 5 | 0 | 136 | 142 | 3 | 2 | 140 | 62 |
| Binary | 11111000 | 1111 | 101 | 0 | 1011110 | 1100010 | 11 | 10 | 1100000 | 110010 |
Color Harmonies of #F80F05
Complementary color
Monochromatic Colors of #F80F05
Black with #F80F05
Text Example
Text Example
White with #F80F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80F05; }
p { color: rgb(248,15,5); }
H1.HeaderClassName
{
color: #F80F05;
}
.AnyTagClassName
{
color: #F80F05;
}
</style>
background-color css
<style>
a { background-color: #F80F05; }
a { background-color: rgb(248,15,5); }
div.DivClassName
{
background-color: #F80F05;
}
.BgClassName
{
background-color: #F80F05;
}
</style>
border-color css
<style>
span { border-color: #F80F05; }
span { border-color: rgb(248,15,5); }
td.TdClassName
{
border-color: #F80F05;
}
.TagClassName
{
border-color: #F80F05;
}
</style>