Shades of Scarlet #F63106
Tints of Scarlet #F63106
RGB
CMYK
RGB Variations
Color information
#F63106 (or 0xF63106) is known color: Scarlet. HEX triplet: F6, 31 and 06. RGB value is (246,49,6). Sum of RGB (Red+Green+Blue) = 246+49+6=301 (39% of max value = 765). Red value is 246 (96.48% from 255 or 81.73% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 6 (2.73% from 255 or 1.99% from 301); Max value from RGB is 246 - color contains mainly: red. Hex color #F63106 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63106 is #09CEF9. Grayscale: #676767. Windows color (decimal): -642810 or 406006. OLE color: 406006.
HSL color Cylindrical-coordinate representation of color #F63106: hue angle of 10.75º 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 #F63106 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 49 | 6 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.04 |
| HSL | 10.75º | 0.95% | 0.49% | - |
| HSV(B) | 10.75º | 0.98% | 0.96% | - |
| XYZ | 39.14 | 21.8 | 2.32 | - |
| YUV | 103 | 73.27 | 230 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 49 | 6 | 0 | 0.80 | 0.98 | 0.04 | 10.75 | 0.95 | 0.49 |
| Hex | F6 | 31 | 6 | 0 | 50 | 62 | 4 | B | 5F | 31 |
| Octal | 366 | 61 | 6 | 0 | 120 | 142 | 4 | 13 | 137 | 61 |
| Binary | 11110110 | 110001 | 110 | 0 | 1010000 | 1100010 | 100 | 1011 | 1011111 | 110001 |
Color Harmonies of #F63106
Complementary color
Monochromatic Colors of #F63106
Black with #F63106
Text Example
Text Example
White with #F63106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63106; }
p { color: rgb(246,49,6); }
H1.HeaderClassName
{
color: #F63106;
}
.AnyTagClassName
{
color: #F63106;
}
</style>
background-color css
<style>
a { background-color: #F63106; }
a { background-color: rgb(246,49,6); }
div.DivClassName
{
background-color: #F63106;
}
.BgClassName
{
background-color: #F63106;
}
</style>
border-color css
<style>
span { border-color: #F63106; }
span { border-color: rgb(246,49,6); }
td.TdClassName
{
border-color: #F63106;
}
.TagClassName
{
border-color: #F63106;
}
</style>