Shades of Red #F81105
Tints of Red #F81105
RGB
CMYK
RGB Variations
Color information
#F81105 (or 0xF81105) is known color: Red. HEX triplet: F8, 11 and 05. RGB value is (248,17,5). Sum of RGB (Red+Green+Blue) = 248+17+5=270 (35% of max value = 765). Red value is 248 (97.27% from 255 or 91.85% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 248 - color contains mainly: red. Hex color #F81105 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81105 is #07EEFA. Grayscale: #545454. Windows color (decimal): -519931 or 332280. OLE color: 332280.
HSL color Cylindrical-coordinate representation of color #F81105: hue angle of 2.96º 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 #F81105 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 17 | 5 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.03 |
| HSL | 2.96º | 0.96% | 0.5% | - |
| HSV(B) | 2.96º | 0.98% | 0.97% | - |
| XYZ | 38.94 | 20.37 | 2.02 | - |
| YUV | 84.7 | 83.03 | 244.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 17 | 5 | 0 | 0.93 | 0.98 | 0.03 | 2.96 | 0.96 | 0.5 |
| Hex | F8 | 11 | 5 | 0 | 5D | 62 | 3 | 3 | 60 | 32 |
| Octal | 370 | 21 | 5 | 0 | 135 | 142 | 3 | 3 | 140 | 62 |
| Binary | 11111000 | 10001 | 101 | 0 | 1011101 | 1100010 | 11 | 11 | 1100000 | 110010 |
Color Harmonies of #F81105
Complementary color
Monochromatic Colors of #F81105
Black with #F81105
Text Example
Text Example
White with #F81105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81105; }
p { color: rgb(248,17,5); }
H1.HeaderClassName
{
color: #F81105;
}
.AnyTagClassName
{
color: #F81105;
}
</style>
background-color css
<style>
a { background-color: #F81105; }
a { background-color: rgb(248,17,5); }
div.DivClassName
{
background-color: #F81105;
}
.BgClassName
{
background-color: #F81105;
}
</style>
border-color css
<style>
span { border-color: #F81105; }
span { border-color: rgb(248,17,5); }
td.TdClassName
{
border-color: #F81105;
}
.TagClassName
{
border-color: #F81105;
}
</style>