Shades of Scarlet #F01A16
Tints of Scarlet #F01A16
RGB
CMYK
RGB Variations
Color information
#F01A16 (or 0xF01A16) is known color: Scarlet. HEX triplet: F0, 1A and 16. RGB value is (240,26,22). Sum of RGB (Red+Green+Blue) = 240+26+22=288 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.33% from 288); Green value is 26 (10.55% from 255 or 9.03% from 288); Blue value is 22 (8.98% from 255 or 7.64% from 288); Max value from RGB is 240 - color contains mainly: red. Hex color #F01A16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F01A16 is #0FE5E9. Grayscale: #595959. Windows color (decimal): -1041898 or 1448688. OLE color: 1448688.
HSL color Cylindrical-coordinate representation of color #F01A16: hue angle of 1.1º 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 #F01A16 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 26 | 22 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.06 |
| HSL | 1.1º | 0.88% | 0.51% | - |
| HSV(B) | 1.1º | 0.91% | 0.94% | - |
| XYZ | 36.45 | 19.32 | 2.57 | - |
| YUV | 89.53 | 89.9 | 235.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 26 | 22 | 0 | 0.89 | 0.91 | 0.06 | 1.1 | 0.88 | 0.51 |
| Hex | F0 | 1A | 16 | 0 | 59 | 5B | 6 | 1 | 58 | 33 |
| Octal | 360 | 32 | 26 | 0 | 131 | 133 | 6 | 1 | 130 | 63 |
| Binary | 11110000 | 11010 | 10110 | 0 | 1011001 | 1011011 | 110 | 1 | 1011000 | 110011 |
Color Harmonies of #F01A16
Complementary color
Monochromatic Colors of #F01A16
Black with #F01A16
Text Example
Text Example
White with #F01A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01A16; }
p { color: rgb(240,26,22); }
H1.HeaderClassName
{
color: #F01A16;
}
.AnyTagClassName
{
color: #F01A16;
}
</style>
background-color css
<style>
a { background-color: #F01A16; }
a { background-color: rgb(240,26,22); }
div.DivClassName
{
background-color: #F01A16;
}
.BgClassName
{
background-color: #F01A16;
}
</style>
border-color css
<style>
span { border-color: #F01A16; }
span { border-color: rgb(240,26,22); }
td.TdClassName
{
border-color: #F01A16;
}
.TagClassName
{
border-color: #F01A16;
}
</style>