Shades of Scarlet #F21906
Tints of Scarlet #F21906
RGB
CMYK
RGB Variations
Color information
#F21906 (or 0xF21906) is known color: Scarlet. HEX triplet: F2, 19 and 06. RGB value is (242,25,6). Sum of RGB (Red+Green+Blue) = 242+25+6=273 (36% of max value = 765). Red value is 242 (94.92% from 255 or 88.64% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 6 (2.73% from 255 or 2.20% from 273); Max value from RGB is 242 - color contains mainly: red. Hex color #F21906 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21906 is #0DE6F9. Grayscale: #585858. Windows color (decimal): -911098 or 399858. OLE color: 399858.
HSL color Cylindrical-coordinate representation of color #F21906: hue angle of 4.83º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F21906 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 6 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.05 |
| HSL | 4.83º | 0.95% | 0.49% | - |
| HSV(B) | 4.83º | 0.98% | 0.95% | - |
| XYZ | 37 | 19.59 | 2 | - |
| YUV | 87.72 | 81.89 | 238.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 6 | 0 | 0.90 | 0.98 | 0.05 | 4.83 | 0.95 | 0.49 |
| Hex | F2 | 19 | 6 | 0 | 5A | 62 | 5 | 5 | 5F | 31 |
| Octal | 362 | 31 | 6 | 0 | 132 | 142 | 5 | 5 | 137 | 61 |
| Binary | 11110010 | 11001 | 110 | 0 | 1011010 | 1100010 | 101 | 101 | 1011111 | 110001 |
Color Harmonies of #F21906
Complementary color
Monochromatic Colors of #F21906
Black with #F21906
Text Example
Text Example
White with #F21906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21906; }
p { color: rgb(242,25,6); }
H1.HeaderClassName
{
color: #F21906;
}
.AnyTagClassName
{
color: #F21906;
}
</style>
background-color css
<style>
a { background-color: #F21906; }
a { background-color: rgb(242,25,6); }
div.DivClassName
{
background-color: #F21906;
}
.BgClassName
{
background-color: #F21906;
}
</style>
border-color css
<style>
span { border-color: #F21906; }
span { border-color: rgb(242,25,6); }
td.TdClassName
{
border-color: #F21906;
}
.TagClassName
{
border-color: #F21906;
}
</style>