Shades of Scarlet #F21905
Tints of Scarlet #F21905
RGB
CMYK
RGB Variations
Color information
#F21905 (or 0xF21905) is known color: Scarlet. HEX triplet: F2, 19 and 05. RGB value is (242,25,5). Sum of RGB (Red+Green+Blue) = 242+25+5=272 (36% of max value = 765). Red value is 242 (94.92% from 255 or 88.97% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 5 (2.34% from 255 or 1.84% from 272); Max value from RGB is 242 - color contains mainly: red. Hex color #F21905 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21905 is #0DE6FA. Grayscale: #575757. Windows color (decimal): -911099 or 334322. OLE color: 334322.
HSL color Cylindrical-coordinate representation of color #F21905: hue angle of 5.06º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F21905 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 5 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.05 |
| HSL | 5.06º | 0.96% | 0.48% | - |
| HSV(B) | 5.06º | 0.98% | 0.95% | - |
| XYZ | 36.99 | 19.58 | 1.97 | - |
| YUV | 87.6 | 81.39 | 238.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 5 | 0 | 0.90 | 0.98 | 0.05 | 5.06 | 0.96 | 0.48 |
| Hex | F2 | 19 | 5 | 0 | 5A | 62 | 5 | 5 | 60 | 30 |
| Octal | 362 | 31 | 5 | 0 | 132 | 142 | 5 | 5 | 140 | 60 |
| Binary | 11110010 | 11001 | 101 | 0 | 1011010 | 1100010 | 101 | 101 | 1100000 | 110000 |
Color Harmonies of #F21905
Complementary color
Monochromatic Colors of #F21905
Black with #F21905
Text Example
Text Example
White with #F21905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21905; }
p { color: rgb(242,25,5); }
H1.HeaderClassName
{
color: #F21905;
}
.AnyTagClassName
{
color: #F21905;
}
</style>
background-color css
<style>
a { background-color: #F21905; }
a { background-color: rgb(242,25,5); }
div.DivClassName
{
background-color: #F21905;
}
.BgClassName
{
background-color: #F21905;
}
</style>
border-color css
<style>
span { border-color: #F21905; }
span { border-color: rgb(242,25,5); }
td.TdClassName
{
border-color: #F21905;
}
.TagClassName
{
border-color: #F21905;
}
</style>