Shades of Scarlet #F81904
Tints of Scarlet #F81904
RGB
CMYK
RGB Variations
Color information
#F81904 (or 0xF81904) is known color: Scarlet. HEX triplet: F8, 19 and 04. RGB value is (248,25,4). Sum of RGB (Red+Green+Blue) = 248+25+4=277 (36% of max value = 765). Red value is 248 (97.27% from 255 or 89.53% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 4 (1.95% from 255 or 1.44% from 277); Max value from RGB is 248 - color contains mainly: red. Hex color #F81904 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81904 is #07E6FB. Grayscale: #595959. Windows color (decimal): -517884 or 268792. OLE color: 268792.
HSL color Cylindrical-coordinate representation of color #F81904: hue angle of 5.16º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F81904 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 25 | 4 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.03 |
| HSL | 5.16º | 0.97% | 0.49% | - |
| HSV(B) | 5.16º | 0.98% | 0.97% | - |
| XYZ | 39.08 | 20.66 | 2.04 | - |
| YUV | 89.28 | 79.88 | 241.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 25 | 4 | 0 | 0.90 | 0.98 | 0.03 | 5.16 | 0.97 | 0.49 |
| Hex | F8 | 19 | 4 | 0 | 5A | 62 | 3 | 5 | 61 | 31 |
| Octal | 370 | 31 | 4 | 0 | 132 | 142 | 3 | 5 | 141 | 61 |
| Binary | 11111000 | 11001 | 100 | 0 | 1011010 | 1100010 | 11 | 101 | 1100001 | 110001 |
Color Harmonies of #F81904
Complementary color
Monochromatic Colors of #F81904
Black with #F81904
Text Example
Text Example
White with #F81904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81904; }
p { color: rgb(248,25,4); }
H1.HeaderClassName
{
color: #F81904;
}
.AnyTagClassName
{
color: #F81904;
}
</style>
background-color css
<style>
a { background-color: #F81904; }
a { background-color: rgb(248,25,4); }
div.DivClassName
{
background-color: #F81904;
}
.BgClassName
{
background-color: #F81904;
}
</style>
border-color css
<style>
span { border-color: #F81904; }
span { border-color: rgb(248,25,4); }
td.TdClassName
{
border-color: #F81904;
}
.TagClassName
{
border-color: #F81904;
}
</style>