Shades of Scarlet #F81A05
Tints of Scarlet #F81A05
RGB
CMYK
RGB Variations
Color information
#F81A05 (or 0xF81A05) is known color: Scarlet. HEX triplet: F8, 1A and 05. RGB value is (248,26,5). Sum of RGB (Red+Green+Blue) = 248+26+5=279 (36% of max value = 765). Red value is 248 (97.27% from 255 or 88.89% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 248 - color contains mainly: red. Hex color #F81A05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F81A05 is #07E5FA. Grayscale: #5A5A5A. Windows color (decimal): -517627 or 334584. OLE color: 334584.
HSL color Cylindrical-coordinate representation of color #F81A05: hue angle of 5.19º 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 #F81A05 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 26 | 5 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.03 |
| HSL | 5.19º | 0.96% | 0.5% | - |
| HSV(B) | 5.19º | 0.98% | 0.97% | - |
| XYZ | 39.11 | 20.71 | 2.08 | - |
| YUV | 89.98 | 80.05 | 240.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 26 | 5 | 0 | 0.90 | 0.98 | 0.03 | 5.19 | 0.96 | 0.5 |
| Hex | F8 | 1A | 5 | 0 | 5A | 62 | 3 | 5 | 60 | 32 |
| Octal | 370 | 32 | 5 | 0 | 132 | 142 | 3 | 5 | 140 | 62 |
| Binary | 11111000 | 11010 | 101 | 0 | 1011010 | 1100010 | 11 | 101 | 1100000 | 110010 |
Color Harmonies of #F81A05
Complementary color
Monochromatic Colors of #F81A05
Black with #F81A05
Text Example
Text Example
White with #F81A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81A05; }
p { color: rgb(248,26,5); }
H1.HeaderClassName
{
color: #F81A05;
}
.AnyTagClassName
{
color: #F81A05;
}
</style>
background-color css
<style>
a { background-color: #F81A05; }
a { background-color: rgb(248,26,5); }
div.DivClassName
{
background-color: #F81A05;
}
.BgClassName
{
background-color: #F81A05;
}
</style>
border-color css
<style>
span { border-color: #F81A05; }
span { border-color: rgb(248,26,5); }
td.TdClassName
{
border-color: #F81A05;
}
.TagClassName
{
border-color: #F81A05;
}
</style>