Shades of Scarlet #F02E12
Tints of Scarlet #F02E12
RGB
CMYK
RGB Variations
Color information
#F02E12 (or 0xF02E12) is known color: Scarlet. HEX triplet: F0, 2E and 12. RGB value is (240,46,18). Sum of RGB (Red+Green+Blue) = 240+46+18=304 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.95% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 240 - color contains mainly: red. Hex color #F02E12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02E12 is #0FD1ED. Grayscale: #656565. Windows color (decimal): -1036782 or 1191664. OLE color: 1191664.
HSL color Cylindrical-coordinate representation of color #F02E12: hue angle of 7.57º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F02E12 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 46 | 18 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.06 |
| HSL | 7.57º | 0.88% | 0.51% | - |
| HSV(B) | 7.57º | 0.93% | 0.94% | - |
| XYZ | 37.02 | 20.52 | 2.58 | - |
| YUV | 100.81 | 81.27 | 227.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 46 | 18 | 0 | 0.81 | 0.92 | 0.06 | 7.57 | 0.88 | 0.51 |
| Hex | F0 | 2E | 12 | 0 | 51 | 5C | 6 | 8 | 58 | 33 |
| Octal | 360 | 56 | 22 | 0 | 121 | 134 | 6 | 10 | 130 | 63 |
| Binary | 11110000 | 101110 | 10010 | 0 | 1010001 | 1011100 | 110 | 1000 | 1011000 | 110011 |
Color Harmonies of #F02E12
Complementary color
Monochromatic Colors of #F02E12
Black with #F02E12
Text Example
Text Example
White with #F02E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02E12; }
p { color: rgb(240,46,18); }
H1.HeaderClassName
{
color: #F02E12;
}
.AnyTagClassName
{
color: #F02E12;
}
</style>
background-color css
<style>
a { background-color: #F02E12; }
a { background-color: rgb(240,46,18); }
div.DivClassName
{
background-color: #F02E12;
}
.BgClassName
{
background-color: #F02E12;
}
</style>
border-color css
<style>
span { border-color: #F02E12; }
span { border-color: rgb(240,46,18); }
td.TdClassName
{
border-color: #F02E12;
}
.TagClassName
{
border-color: #F02E12;
}
</style>