Shades of Scarlet #F41902
Tints of Scarlet #F41902
RGB
CMYK
RGB Variations
Color information
#F41902 (or 0xF41902) is known color: Scarlet. HEX triplet: F4, 19 and 02. RGB value is (244,25,2). Sum of RGB (Red+Green+Blue) = 244+25+2=271 (35% of max value = 765). Red value is 244 (95.70% from 255 or 90.04% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 244 - color contains mainly: red. Hex color #F41902 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41902 is #0BE6FD. Grayscale: #585858. Windows color (decimal): -780030 or 137716. OLE color: 137716.
HSL color Cylindrical-coordinate representation of color #F41902: hue angle of 5.7º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F41902 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 25 | 2 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.04 |
| HSL | 5.7º | 0.98% | 0.48% | - |
| HSV(B) | 5.7º | 0.99% | 0.96% | - |
| XYZ | 37.67 | 19.93 | 1.92 | - |
| YUV | 87.86 | 79.55 | 239.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 25 | 2 | 0 | 0.90 | 0.99 | 0.04 | 5.7 | 0.98 | 0.48 |
| Hex | F4 | 19 | 2 | 0 | 5A | 63 | 4 | 6 | 62 | 30 |
| Octal | 364 | 31 | 2 | 0 | 132 | 143 | 4 | 6 | 142 | 60 |
| Binary | 11110100 | 11001 | 10 | 0 | 1011010 | 1100011 | 100 | 110 | 1100010 | 110000 |
Color Harmonies of #F41902
Complementary color
Monochromatic Colors of #F41902
Black with #F41902
Text Example
Text Example
White with #F41902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41902; }
p { color: rgb(244,25,2); }
H1.HeaderClassName
{
color: #F41902;
}
.AnyTagClassName
{
color: #F41902;
}
</style>
background-color css
<style>
a { background-color: #F41902; }
a { background-color: rgb(244,25,2); }
div.DivClassName
{
background-color: #F41902;
}
.BgClassName
{
background-color: #F41902;
}
</style>
border-color css
<style>
span { border-color: #F41902; }
span { border-color: rgb(244,25,2); }
td.TdClassName
{
border-color: #F41902;
}
.TagClassName
{
border-color: #F41902;
}
</style>