Shades of Red #F80302
Tints of Red #F80302
RGB
CMYK
RGB Variations
Color information
#F80302 (or 0xF80302) is known color: Red. HEX triplet: F8, 03 and 02. RGB value is (248,3,2). Sum of RGB (Red+Green+Blue) = 248+3+2=253 (33% of max value = 765). Red value is 248 (97.27% from 255 or 98.02% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 248 - color contains mainly: red. Hex color #F80302 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80302 is #07FCFD. Grayscale: #4C4C4C. Windows color (decimal): -523518 or 132088. OLE color: 132088.
HSL color Cylindrical-coordinate representation of color #F80302: hue angle of 0.24º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F80302 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 2 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.03 |
| HSL | 0.24º | 0.98% | 0.49% | - |
| HSV(B) | 0.24º | 0.99% | 0.97% | - |
| XYZ | 38.75 | 20.03 | 1.88 | - |
| YUV | 76.14 | 86.17 | 250.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 2 | 0 | 0.99 | 0.99 | 0.03 | 0.24 | 0.98 | 0.49 |
| Hex | F8 | 3 | 2 | 0 | 63 | 63 | 3 | 0 | 62 | 31 |
| Octal | 370 | 3 | 2 | 0 | 143 | 143 | 3 | 0 | 142 | 61 |
| Binary | 11111000 | 11 | 10 | 0 | 1100011 | 1100011 | 11 | 0 | 1100010 | 110001 |
Color Harmonies of #F80302
Complementary color
Monochromatic Colors of #F80302
Black with #F80302
Text Example
Text Example
White with #F80302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80302; }
p { color: rgb(248,3,2); }
H1.HeaderClassName
{
color: #F80302;
}
.AnyTagClassName
{
color: #F80302;
}
</style>
background-color css
<style>
a { background-color: #F80302; }
a { background-color: rgb(248,3,2); }
div.DivClassName
{
background-color: #F80302;
}
.BgClassName
{
background-color: #F80302;
}
</style>
border-color css
<style>
span { border-color: #F80302; }
span { border-color: rgb(248,3,2); }
td.TdClassName
{
border-color: #F80302;
}
.TagClassName
{
border-color: #F80302;
}
</style>