Shades of Scarlet #F01902
Tints of Scarlet #F01902
RGB
CMYK
RGB Variations
Color information
#F01902 (or 0xF01902) is known color: Scarlet. HEX triplet: F0, 19 and 02. RGB value is (240,25,2). Sum of RGB (Red+Green+Blue) = 240+25+2=267 (35% of max value = 765). Red value is 240 (94.14% from 255 or 89.89% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 240 - color contains mainly: red. Hex color #F01902 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01902 is #0FE6FD. Grayscale: #565656. Windows color (decimal): -1042174 or 137712. OLE color: 137712.
HSL color Cylindrical-coordinate representation of color #F01902: hue angle of 5.8º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F01902 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 2 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.06 |
| HSL | 5.8º | 0.98% | 0.47% | - |
| HSV(B) | 5.8º | 0.99% | 0.94% | - |
| XYZ | 36.29 | 19.22 | 1.86 | - |
| YUV | 86.66 | 80.23 | 237.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 2 | 0 | 0.90 | 0.99 | 0.06 | 5.8 | 0.98 | 0.47 |
| Hex | F0 | 19 | 2 | 0 | 5A | 63 | 6 | 6 | 62 | 2F |
| Octal | 360 | 31 | 2 | 0 | 132 | 143 | 6 | 6 | 142 | 57 |
| Binary | 11110000 | 11001 | 10 | 0 | 1011010 | 1100011 | 110 | 110 | 1100010 | 101111 |
Color Harmonies of #F01902
Complementary color
Monochromatic Colors of #F01902
Black with #F01902
Text Example
Text Example
White with #F01902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01902; }
p { color: rgb(240,25,2); }
H1.HeaderClassName
{
color: #F01902;
}
.AnyTagClassName
{
color: #F01902;
}
</style>
background-color css
<style>
a { background-color: #F01902; }
a { background-color: rgb(240,25,2); }
div.DivClassName
{
background-color: #F01902;
}
.BgClassName
{
background-color: #F01902;
}
</style>
border-color css
<style>
span { border-color: #F01902; }
span { border-color: rgb(240,25,2); }
td.TdClassName
{
border-color: #F01902;
}
.TagClassName
{
border-color: #F01902;
}
</style>