Shades of Scarlet #F81A16
Tints of Scarlet #F81A16
RGB
CMYK
RGB Variations
Color information
#F81A16 (or 0xF81A16) is known color: Scarlet. HEX triplet: F8, 1A and 16. RGB value is (248,26,22). Sum of RGB (Red+Green+Blue) = 248+26+22=296 (39% of max value = 765). Red value is 248 (97.27% from 255 or 83.78% from 296); Green value is 26 (10.55% from 255 or 8.78% from 296); Blue value is 22 (8.98% from 255 or 7.43% from 296); Max value from RGB is 248 - color contains mainly: red. Hex color #F81A16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F81A16 is #07E5E9. Grayscale: #5C5C5C. Windows color (decimal): -517610 or 1448696. OLE color: 1448696.
HSL color Cylindrical-coordinate representation of color #F81A16: hue angle of 1.06º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F81A16 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 26 | 22 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.03 |
| HSL | 1.06º | 0.94% | 0.53% | - |
| HSV(B) | 1.06º | 0.91% | 0.97% | - |
| XYZ | 39.23 | 20.75 | 2.7 | - |
| YUV | 91.92 | 88.55 | 239.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 26 | 22 | 0 | 0.90 | 0.91 | 0.03 | 1.06 | 0.94 | 0.53 |
| Hex | F8 | 1A | 16 | 0 | 5A | 5B | 3 | 1 | 5E | 35 |
| Octal | 370 | 32 | 26 | 0 | 132 | 133 | 3 | 1 | 136 | 65 |
| Binary | 11111000 | 11010 | 10110 | 0 | 1011010 | 1011011 | 11 | 1 | 1011110 | 110101 |
Color Harmonies of #F81A16
Complementary color
Monochromatic Colors of #F81A16
Black with #F81A16
Text Example
Text Example
White with #F81A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81A16; }
p { color: rgb(248,26,22); }
H1.HeaderClassName
{
color: #F81A16;
}
.AnyTagClassName
{
color: #F81A16;
}
</style>
background-color css
<style>
a { background-color: #F81A16; }
a { background-color: rgb(248,26,22); }
div.DivClassName
{
background-color: #F81A16;
}
.BgClassName
{
background-color: #F81A16;
}
</style>
border-color css
<style>
span { border-color: #F81A16; }
span { border-color: rgb(248,26,22); }
td.TdClassName
{
border-color: #F81A16;
}
.TagClassName
{
border-color: #F81A16;
}
</style>