Shades of Scarlet #F02016
Tints of Scarlet #F02016
RGB
CMYK
RGB Variations
Color information
#F02016 (or 0xF02016) is known color: Scarlet. HEX triplet: F0, 20 and 16. RGB value is (240,32,22). Sum of RGB (Red+Green+Blue) = 240+32+22=294 (38% of max value = 765). Red value is 240 (94.14% from 255 or 81.63% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 240 - color contains mainly: red. Hex color #F02016 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02016 is #0FDFE9. Grayscale: #5D5D5D. Windows color (decimal): -1040362 or 1450224. OLE color: 1450224.
HSL color Cylindrical-coordinate representation of color #F02016: hue angle of 2.75º 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 #F02016 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 32 | 22 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.06 |
| HSL | 2.75º | 0.88% | 0.51% | - |
| HSV(B) | 2.75º | 0.91% | 0.94% | - |
| XYZ | 36.6 | 19.62 | 2.62 | - |
| YUV | 93.05 | 87.91 | 232.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 32 | 22 | 0 | 0.87 | 0.91 | 0.06 | 2.75 | 0.88 | 0.51 |
| Hex | F0 | 20 | 16 | 0 | 57 | 5B | 6 | 3 | 58 | 33 |
| Octal | 360 | 40 | 26 | 0 | 127 | 133 | 6 | 3 | 130 | 63 |
| Binary | 11110000 | 100000 | 10110 | 0 | 1010111 | 1011011 | 110 | 11 | 1011000 | 110011 |
Color Harmonies of #F02016
Complementary color
Monochromatic Colors of #F02016
Black with #F02016
Text Example
Text Example
White with #F02016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02016; }
p { color: rgb(240,32,22); }
H1.HeaderClassName
{
color: #F02016;
}
.AnyTagClassName
{
color: #F02016;
}
</style>
background-color css
<style>
a { background-color: #F02016; }
a { background-color: rgb(240,32,22); }
div.DivClassName
{
background-color: #F02016;
}
.BgClassName
{
background-color: #F02016;
}
</style>
border-color css
<style>
span { border-color: #F02016; }
span { border-color: rgb(240,32,22); }
td.TdClassName
{
border-color: #F02016;
}
.TagClassName
{
border-color: #F02016;
}
</style>