Shades of Scarlet #F21602
Tints of Scarlet #F21602
RGB
CMYK
RGB Variations
Color information
#F21602 (or 0xF21602) is known color: Scarlet. HEX triplet: F2, 16 and 02. RGB value is (242,22,2). Sum of RGB (Red+Green+Blue) = 242+22+2=266 (35% of max value = 765). Red value is 242 (94.92% from 255 or 90.98% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 242 - color contains mainly: red. Hex color #F21602 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21602 is #0DE9FD. Grayscale: #555555. Windows color (decimal): -911870 or 136946. OLE color: 136946.
HSL color Cylindrical-coordinate representation of color #F21602: hue angle of 5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F21602 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 22 | 2 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.05 |
| HSL | 5º | 0.98% | 0.48% | - |
| HSV(B) | 5º | 0.99% | 0.95% | - |
| XYZ | 36.92 | 19.46 | 1.87 | - |
| YUV | 85.5 | 80.89 | 239.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 22 | 2 | 0 | 0.91 | 0.99 | 0.05 | 5 | 0.98 | 0.48 |
| Hex | F2 | 16 | 2 | 0 | 5B | 63 | 5 | 5 | 62 | 30 |
| Octal | 362 | 26 | 2 | 0 | 133 | 143 | 5 | 5 | 142 | 60 |
| Binary | 11110010 | 10110 | 10 | 0 | 1011011 | 1100011 | 101 | 101 | 1100010 | 110000 |
Color Harmonies of #F21602
Complementary color
Monochromatic Colors of #F21602
Black with #F21602
Text Example
Text Example
White with #F21602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21602; }
p { color: rgb(242,22,2); }
H1.HeaderClassName
{
color: #F21602;
}
.AnyTagClassName
{
color: #F21602;
}
</style>
background-color css
<style>
a { background-color: #F21602; }
a { background-color: rgb(242,22,2); }
div.DivClassName
{
background-color: #F21602;
}
.BgClassName
{
background-color: #F21602;
}
</style>
border-color css
<style>
span { border-color: #F21602; }
span { border-color: rgb(242,22,2); }
td.TdClassName
{
border-color: #F21602;
}
.TagClassName
{
border-color: #F21602;
}
</style>