Shades of Scarlet #F81E10
Tints of Scarlet #F81E10
RGB
CMYK
RGB Variations
Color information
#F81E10 (or 0xF81E10) is known color: Scarlet. HEX triplet: F8, 1E and 10. RGB value is (248,30,16). Sum of RGB (Red+Green+Blue) = 248+30+16=294 (38% of max value = 765). Red value is 248 (97.27% from 255 or 84.35% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 248 - color contains mainly: red. Hex color #F81E10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F81E10 is #07E1EF. Grayscale: #5D5D5D. Windows color (decimal): -516592 or 1056504. OLE color: 1056504.
HSL color Cylindrical-coordinate representation of color #F81E10: hue angle of 3.62º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F81E10 is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 30 | 16 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.03 |
| HSL | 3.62º | 0.94% | 0.52% | - |
| HSV(B) | 3.62º | 0.94% | 0.97% | - |
| XYZ | 39.27 | 20.92 | 2.46 | - |
| YUV | 93.59 | 84.22 | 238.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 30 | 16 | 0 | 0.88 | 0.94 | 0.03 | 3.62 | 0.94 | 0.52 |
| Hex | F8 | 1E | 10 | 0 | 58 | 5E | 3 | 4 | 5E | 34 |
| Octal | 370 | 36 | 20 | 0 | 130 | 136 | 3 | 4 | 136 | 64 |
| Binary | 11111000 | 11110 | 10000 | 0 | 1011000 | 1011110 | 11 | 100 | 1011110 | 110100 |
Color Harmonies of #F81E10
Complementary color
Monochromatic Colors of #F81E10
Black with #F81E10
Text Example
Text Example
White with #F81E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81E10; }
p { color: rgb(248,30,16); }
H1.HeaderClassName
{
color: #F81E10;
}
.AnyTagClassName
{
color: #F81E10;
}
</style>
background-color css
<style>
a { background-color: #F81E10; }
a { background-color: rgb(248,30,16); }
div.DivClassName
{
background-color: #F81E10;
}
.BgClassName
{
background-color: #F81E10;
}
</style>
border-color css
<style>
span { border-color: #F81E10; }
span { border-color: rgb(248,30,16); }
td.TdClassName
{
border-color: #F81E10;
}
.TagClassName
{
border-color: #F81E10;
}
</style>