Shades of Scarlet #F62008
Tints of Scarlet #F62008
RGB
CMYK
RGB Variations
Color information
#F62008 (or 0xF62008) is known color: Scarlet. HEX triplet: F6, 20 and 08. RGB value is (246,32,8). Sum of RGB (Red+Green+Blue) = 246+32+8=286 (37% of max value = 765). Red value is 246 (96.48% from 255 or 86.01% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 8 (3.52% from 255 or 2.80% from 286); Max value from RGB is 246 - color contains mainly: red. Hex color #F62008 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62008 is #09DFF7. Grayscale: #5D5D5D. Windows color (decimal): -647160 or 532726. OLE color: 532726.
HSL color Cylindrical-coordinate representation of color #F62008: hue angle of 6.05º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F62008 is Cyan = 0, Magento = 0.87, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 32 | 8 | - |
| CMYK | 0 | 0.87 | 0.97 | 0.04 |
| HSL | 6.05º | 0.94% | 0.5% | - |
| HSV(B) | 6.05º | 0.97% | 0.96% | - |
| XYZ | 38.57 | 20.64 | 2.18 | - |
| YUV | 93.25 | 79.9 | 236.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 32 | 8 | 0 | 0.87 | 0.97 | 0.04 | 6.05 | 0.94 | 0.5 |
| Hex | F6 | 20 | 8 | 0 | 57 | 61 | 4 | 6 | 5E | 32 |
| Octal | 366 | 40 | 10 | 0 | 127 | 141 | 4 | 6 | 136 | 62 |
| Binary | 11110110 | 100000 | 1000 | 0 | 1010111 | 1100001 | 100 | 110 | 1011110 | 110010 |
Color Harmonies of #F62008
Complementary color
Monochromatic Colors of #F62008
Black with #F62008
Text Example
Text Example
White with #F62008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62008; }
p { color: rgb(246,32,8); }
H1.HeaderClassName
{
color: #F62008;
}
.AnyTagClassName
{
color: #F62008;
}
</style>
background-color css
<style>
a { background-color: #F62008; }
a { background-color: rgb(246,32,8); }
div.DivClassName
{
background-color: #F62008;
}
.BgClassName
{
background-color: #F62008;
}
</style>
border-color css
<style>
span { border-color: #F62008; }
span { border-color: rgb(246,32,8); }
td.TdClassName
{
border-color: #F62008;
}
.TagClassName
{
border-color: #F62008;
}
</style>