Shades of Scarlet #F02012
Tints of Scarlet #F02012
RGB
CMYK
RGB Variations
Color information
#F02012 (or 0xF02012) is known color: Scarlet. HEX triplet: F0, 20 and 12. RGB value is (240,32,18). Sum of RGB (Red+Green+Blue) = 240+32+18=290 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.76% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 18 (7.42% from 255 or 6.21% from 290); Max value from RGB is 240 - color contains mainly: red. Hex color #F02012 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02012 is #0FDFED. Grayscale: #5C5C5C. Windows color (decimal): -1040366 or 1188080. OLE color: 1188080.
HSL color Cylindrical-coordinate representation of color #F02012: hue angle of 3.78º 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 #F02012 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 32 | 18 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.06 |
| HSL | 3.78º | 0.88% | 0.51% | - |
| HSV(B) | 3.78º | 0.93% | 0.94% | - |
| XYZ | 36.56 | 19.6 | 2.43 | - |
| YUV | 92.6 | 85.91 | 233.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 32 | 18 | 0 | 0.87 | 0.92 | 0.06 | 3.78 | 0.88 | 0.51 |
| Hex | F0 | 20 | 12 | 0 | 57 | 5C | 6 | 4 | 58 | 33 |
| Octal | 360 | 40 | 22 | 0 | 127 | 134 | 6 | 4 | 130 | 63 |
| Binary | 11110000 | 100000 | 10010 | 0 | 1010111 | 1011100 | 110 | 100 | 1011000 | 110011 |
Color Harmonies of #F02012
Complementary color
Monochromatic Colors of #F02012
Black with #F02012
Text Example
Text Example
White with #F02012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02012; }
p { color: rgb(240,32,18); }
H1.HeaderClassName
{
color: #F02012;
}
.AnyTagClassName
{
color: #F02012;
}
</style>
background-color css
<style>
a { background-color: #F02012; }
a { background-color: rgb(240,32,18); }
div.DivClassName
{
background-color: #F02012;
}
.BgClassName
{
background-color: #F02012;
}
</style>
border-color css
<style>
span { border-color: #F02012; }
span { border-color: rgb(240,32,18); }
td.TdClassName
{
border-color: #F02012;
}
.TagClassName
{
border-color: #F02012;
}
</style>