Shades of Scarlet #F22006
Tints of Scarlet #F22006
RGB
CMYK
RGB Variations
Color information
#F22006 (or 0xF22006) is known color: Scarlet. HEX triplet: F2, 20 and 06. RGB value is (242,32,6). Sum of RGB (Red+Green+Blue) = 242+32+6=280 (37% of max value = 765). Red value is 242 (94.92% from 255 or 86.43% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 6 (2.73% from 255 or 2.14% from 280); Max value from RGB is 242 - color contains mainly: red. Hex color #F22006 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22006 is #0DDFF9. Grayscale: #5C5C5C. Windows color (decimal): -909306 or 401650. OLE color: 401650.
HSL color Cylindrical-coordinate representation of color #F22006: hue angle of 6.61º 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 #F22006 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 32 | 6 | - |
| CMYK | 0 | 0.87 | 0.98 | 0.05 |
| HSL | 6.61º | 0.95% | 0.49% | - |
| HSV(B) | 6.61º | 0.98% | 0.95% | - |
| XYZ | 37.17 | 19.92 | 2.06 | - |
| YUV | 91.83 | 79.57 | 235.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 6 | 0 | 0.87 | 0.98 | 0.05 | 6.61 | 0.95 | 0.49 |
| Hex | F2 | 20 | 6 | 0 | 57 | 62 | 5 | 7 | 5F | 31 |
| Octal | 362 | 40 | 6 | 0 | 127 | 142 | 5 | 7 | 137 | 61 |
| Binary | 11110010 | 100000 | 110 | 0 | 1010111 | 1100010 | 101 | 111 | 1011111 | 110001 |
Color Harmonies of #F22006
Complementary color
Monochromatic Colors of #F22006
Black with #F22006
Text Example
Text Example
White with #F22006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22006; }
p { color: rgb(242,32,6); }
H1.HeaderClassName
{
color: #F22006;
}
.AnyTagClassName
{
color: #F22006;
}
</style>
background-color css
<style>
a { background-color: #F22006; }
a { background-color: rgb(242,32,6); }
div.DivClassName
{
background-color: #F22006;
}
.BgClassName
{
background-color: #F22006;
}
</style>
border-color css
<style>
span { border-color: #F22006; }
span { border-color: rgb(242,32,6); }
td.TdClassName
{
border-color: #F22006;
}
.TagClassName
{
border-color: #F22006;
}
</style>