Shades of Scarlet #F62C06
Tints of Scarlet #F62C06
RGB
CMYK
RGB Variations
Color information
#F62C06 (or 0xF62C06) is known color: Scarlet. HEX triplet: F6, 2C and 06. RGB value is (246,44,6). Sum of RGB (Red+Green+Blue) = 246+44+6=296 (39% of max value = 765). Red value is 246 (96.48% from 255 or 83.11% from 296); Green value is 44 (17.58% from 255 or 14.86% from 296); Blue value is 6 (2.73% from 255 or 2.03% from 296); Max value from RGB is 246 - color contains mainly: red. Hex color #F62C06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62C06 is #09D3F9. Grayscale: #646464. Windows color (decimal): -644090 or 404726. OLE color: 404726.
HSL color Cylindrical-coordinate representation of color #F62C06: hue angle of 9.5º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F62C06 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 44 | 6 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.04 |
| HSL | 9.5º | 0.95% | 0.49% | - |
| HSV(B) | 9.5º | 0.98% | 0.96% | - |
| XYZ | 38.94 | 21.41 | 2.25 | - |
| YUV | 100.07 | 74.92 | 232.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 44 | 6 | 0 | 0.82 | 0.98 | 0.04 | 9.5 | 0.95 | 0.49 |
| Hex | F6 | 2C | 6 | 0 | 52 | 62 | 4 | A | 5F | 31 |
| Octal | 366 | 54 | 6 | 0 | 122 | 142 | 4 | 12 | 137 | 61 |
| Binary | 11110110 | 101100 | 110 | 0 | 1010010 | 1100010 | 100 | 1010 | 1011111 | 110001 |
Color Harmonies of #F62C06
Complementary color
Monochromatic Colors of #F62C06
Black with #F62C06
Text Example
Text Example
White with #F62C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62C06; }
p { color: rgb(246,44,6); }
H1.HeaderClassName
{
color: #F62C06;
}
.AnyTagClassName
{
color: #F62C06;
}
</style>
background-color css
<style>
a { background-color: #F62C06; }
a { background-color: rgb(246,44,6); }
div.DivClassName
{
background-color: #F62C06;
}
.BgClassName
{
background-color: #F62C06;
}
</style>
border-color css
<style>
span { border-color: #F62C06; }
span { border-color: rgb(246,44,6); }
td.TdClassName
{
border-color: #F62C06;
}
.TagClassName
{
border-color: #F62C06;
}
</style>