Shades of Scarlet #F02116
Tints of Scarlet #F02116
RGB
CMYK
RGB Variations
Color information
#F02116 (or 0xF02116) is known color: Scarlet. HEX triplet: F0, 21 and 16. RGB value is (240,33,22). Sum of RGB (Red+Green+Blue) = 240+33+22=295 (39% of max value = 765). Red value is 240 (94.14% from 255 or 81.36% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 240 - color contains mainly: red. Hex color #F02116 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02116 is #0FDEE9. Grayscale: #5D5D5D. Windows color (decimal): -1040106 or 1450480. OLE color: 1450480.
HSL color Cylindrical-coordinate representation of color #F02116: hue angle of 3.03º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F02116 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 33 | 22 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.06 |
| HSL | 3.03º | 0.88% | 0.51% | - |
| HSV(B) | 3.03º | 0.91% | 0.94% | - |
| XYZ | 36.62 | 19.67 | 2.63 | - |
| YUV | 93.64 | 87.58 | 232.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 33 | 22 | 0 | 0.86 | 0.91 | 0.06 | 3.03 | 0.88 | 0.51 |
| Hex | F0 | 21 | 16 | 0 | 56 | 5B | 6 | 3 | 58 | 33 |
| Octal | 360 | 41 | 26 | 0 | 126 | 133 | 6 | 3 | 130 | 63 |
| Binary | 11110000 | 100001 | 10110 | 0 | 1010110 | 1011011 | 110 | 11 | 1011000 | 110011 |
Color Harmonies of #F02116
Complementary color
Monochromatic Colors of #F02116
Black with #F02116
Text Example
Text Example
White with #F02116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02116; }
p { color: rgb(240,33,22); }
H1.HeaderClassName
{
color: #F02116;
}
.AnyTagClassName
{
color: #F02116;
}
</style>
background-color css
<style>
a { background-color: #F02116; }
a { background-color: rgb(240,33,22); }
div.DivClassName
{
background-color: #F02116;
}
.BgClassName
{
background-color: #F02116;
}
</style>
border-color css
<style>
span { border-color: #F02116; }
span { border-color: rgb(240,33,22); }
td.TdClassName
{
border-color: #F02116;
}
.TagClassName
{
border-color: #F02116;
}
</style>