Shades of Scarlet #F01A10
Tints of Scarlet #F01A10
RGB
CMYK
RGB Variations
Color information
#F01A10 (or 0xF01A10) is known color: Scarlet. HEX triplet: F0, 1A and 10. RGB value is (240,26,16). Sum of RGB (Red+Green+Blue) = 240+26+16=282 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.11% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 240 - color contains mainly: red. Hex color #F01A10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F01A10 is #0FE5EF. Grayscale: #595959. Windows color (decimal): -1041904 or 1055472. OLE color: 1055472.
HSL color Cylindrical-coordinate representation of color #F01A10: hue angle of 2.68º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01A10 is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 26 | 16 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.06 |
| HSL | 2.68º | 0.88% | 0.5% | - |
| HSV(B) | 2.68º | 0.93% | 0.94% | - |
| XYZ | 36.4 | 19.3 | 2.3 | - |
| YUV | 88.85 | 86.9 | 235.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 26 | 16 | 0 | 0.89 | 0.93 | 0.06 | 2.68 | 0.88 | 0.5 |
| Hex | F0 | 1A | 10 | 0 | 59 | 5D | 6 | 3 | 58 | 32 |
| Octal | 360 | 32 | 20 | 0 | 131 | 135 | 6 | 3 | 130 | 62 |
| Binary | 11110000 | 11010 | 10000 | 0 | 1011001 | 1011101 | 110 | 11 | 1011000 | 110010 |
Color Harmonies of #F01A10
Complementary color
Monochromatic Colors of #F01A10
Black with #F01A10
Text Example
Text Example
White with #F01A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01A10; }
p { color: rgb(240,26,16); }
H1.HeaderClassName
{
color: #F01A10;
}
.AnyTagClassName
{
color: #F01A10;
}
</style>
background-color css
<style>
a { background-color: #F01A10; }
a { background-color: rgb(240,26,16); }
div.DivClassName
{
background-color: #F01A10;
}
.BgClassName
{
background-color: #F01A10;
}
</style>
border-color css
<style>
span { border-color: #F01A10; }
span { border-color: rgb(240,26,16); }
td.TdClassName
{
border-color: #F01A10;
}
.TagClassName
{
border-color: #F01A10;
}
</style>