Shades of Scarlet #F02019
Tints of Scarlet #F02019
RGB
CMYK
RGB Variations
Color information
#F02019 (or 0xF02019) is known color: Scarlet. HEX triplet: F0, 20 and 19. RGB value is (240,32,25). Sum of RGB (Red+Green+Blue) = 240+32+25=297 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.81% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 240 - color contains mainly: red. Hex color #F02019 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02019 is #0FDFE6. Grayscale: #5D5D5D. Windows color (decimal): -1040359 or 1646832. OLE color: 1646832.
HSL color Cylindrical-coordinate representation of color #F02019: hue angle of 1.95º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F02019 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 32 | 25 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.06 |
| HSL | 1.95º | 0.88% | 0.52% | - |
| HSV(B) | 1.95º | 0.9% | 0.94% | - |
| XYZ | 36.63 | 19.63 | 2.78 | - |
| YUV | 93.39 | 89.41 | 232.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 32 | 25 | 0 | 0.87 | 0.90 | 0.06 | 1.95 | 0.88 | 0.52 |
| Hex | F0 | 20 | 19 | 0 | 57 | 5A | 6 | 2 | 58 | 34 |
| Octal | 360 | 40 | 31 | 0 | 127 | 132 | 6 | 2 | 130 | 64 |
| Binary | 11110000 | 100000 | 11001 | 0 | 1010111 | 1011010 | 110 | 10 | 1011000 | 110100 |
Color Harmonies of #F02019
Complementary color
Monochromatic Colors of #F02019
Black with #F02019
Text Example
Text Example
White with #F02019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02019; }
p { color: rgb(240,32,25); }
H1.HeaderClassName
{
color: #F02019;
}
.AnyTagClassName
{
color: #F02019;
}
</style>
background-color css
<style>
a { background-color: #F02019; }
a { background-color: rgb(240,32,25); }
div.DivClassName
{
background-color: #F02019;
}
.BgClassName
{
background-color: #F02019;
}
</style>
border-color css
<style>
span { border-color: #F02019; }
span { border-color: rgb(240,32,25); }
td.TdClassName
{
border-color: #F02019;
}
.TagClassName
{
border-color: #F02019;
}
</style>