Shades of Red #F81000
Tints of Red #F81000
RGB
CMYK
RGB Variations
Color information
#F81000 (or 0xF81000) is known color: Red. HEX triplet: F8, 10 and 00. RGB value is (248,16,0). Sum of RGB (Red+Green+Blue) = 248+16+0=264 (34% of max value = 765). Red value is 248 (97.27% from 255 or 93.94% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 248 - color contains mainly: red. Hex color #F81000 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81000 is #07EFFF. Grayscale: #535353. Windows color (decimal): -520192 or 4344. OLE color: 4344.
HSL color Cylindrical-coordinate representation of color #F81000: hue angle of 3.87º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F81000 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 16 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.03 |
| HSL | 3.87º | 1% | 0.49% | - |
| HSV(B) | 3.87º | 1% | 0.97% | - |
| XYZ | 38.9 | 20.33 | 1.87 | - |
| YUV | 83.54 | 80.86 | 245.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 16 | 0 | 0 | 0.94 | 1 | 0.03 | 3.87 | 1 | 0.49 |
| Hex | F8 | 10 | 0 | 0 | 5E | 64 | 3 | 4 | 64 | 31 |
| Octal | 370 | 20 | 0 | 0 | 136 | 144 | 3 | 4 | 144 | 61 |
| Binary | 11111000 | 10000 | 0 | 0 | 1011110 | 1100100 | 11 | 100 | 1100100 | 110001 |
Color Harmonies of #F81000
Complementary color
Monochromatic Colors of #F81000
Black with #F81000
Text Example
Text Example
White with #F81000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81000; }
p { color: rgb(248,16,0); }
H1.HeaderClassName
{
color: #F81000;
}
.AnyTagClassName
{
color: #F81000;
}
</style>
background-color css
<style>
a { background-color: #F81000; }
a { background-color: rgb(248,16,0); }
div.DivClassName
{
background-color: #F81000;
}
.BgClassName
{
background-color: #F81000;
}
</style>
border-color css
<style>
span { border-color: #F81000; }
span { border-color: rgb(248,16,0); }
td.TdClassName
{
border-color: #F81000;
}
.TagClassName
{
border-color: #F81000;
}
</style>