Shades of Scarlet #F81905
Tints of Scarlet #F81905
RGB
CMYK
RGB Variations
Color information
#F81905 (or 0xF81905) is known color: Scarlet. HEX triplet: F8, 19 and 05. RGB value is (248,25,5). Sum of RGB (Red+Green+Blue) = 248+25+5=278 (36% of max value = 765). Red value is 248 (97.27% from 255 or 89.21% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 5 (2.34% from 255 or 1.80% from 278); Max value from RGB is 248 - color contains mainly: red. Hex color #F81905 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81905 is #07E6FA. Grayscale: #595959. Windows color (decimal): -517883 or 334328. OLE color: 334328.
HSL color Cylindrical-coordinate representation of color #F81905: hue angle of 4.94º 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 #F81905 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 25 | 5 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.03 |
| HSL | 4.94º | 0.96% | 0.5% | - |
| HSV(B) | 4.94º | 0.98% | 0.97% | - |
| XYZ | 39.09 | 20.66 | 2.07 | - |
| YUV | 89.4 | 80.38 | 241.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 25 | 5 | 0 | 0.90 | 0.98 | 0.03 | 4.94 | 0.96 | 0.5 |
| Hex | F8 | 19 | 5 | 0 | 5A | 62 | 3 | 5 | 60 | 32 |
| Octal | 370 | 31 | 5 | 0 | 132 | 142 | 3 | 5 | 140 | 62 |
| Binary | 11111000 | 11001 | 101 | 0 | 1011010 | 1100010 | 11 | 101 | 1100000 | 110010 |
Color Harmonies of #F81905
Complementary color
Monochromatic Colors of #F81905
Black with #F81905
Text Example
Text Example
White with #F81905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81905; }
p { color: rgb(248,25,5); }
H1.HeaderClassName
{
color: #F81905;
}
.AnyTagClassName
{
color: #F81905;
}
</style>
background-color css
<style>
a { background-color: #F81905; }
a { background-color: rgb(248,25,5); }
div.DivClassName
{
background-color: #F81905;
}
.BgClassName
{
background-color: #F81905;
}
</style>
border-color css
<style>
span { border-color: #F81905; }
span { border-color: rgb(248,25,5); }
td.TdClassName
{
border-color: #F81905;
}
.TagClassName
{
border-color: #F81905;
}
</style>