Shades of Scarlet #F63406
Tints of Scarlet #F63406
RGB
CMYK
RGB Variations
Color information
#F63406 (or 0xF63406) is known color: Scarlet. HEX triplet: F6, 34 and 06. RGB value is (246,52,6). Sum of RGB (Red+Green+Blue) = 246+52+6=304 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.92% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 6 (2.73% from 255 or 1.97% from 304); Max value from RGB is 246 - color contains mainly: red. Hex color #F63406 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63406 is #09CBF9. Grayscale: #696969. Windows color (decimal): -642042 or 406774. OLE color: 406774.
HSL color Cylindrical-coordinate representation of color #F63406: hue angle of 11.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 #F63406 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 52 | 6 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.04 |
| HSL | 11.5º | 0.95% | 0.49% | - |
| HSV(B) | 11.5º | 0.98% | 0.96% | - |
| XYZ | 39.27 | 22.06 | 2.36 | - |
| YUV | 104.76 | 72.27 | 228.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 52 | 6 | 0 | 0.79 | 0.98 | 0.04 | 11.5 | 0.95 | 0.49 |
| Hex | F6 | 34 | 6 | 0 | 4F | 62 | 4 | C | 5F | 31 |
| Octal | 366 | 64 | 6 | 0 | 117 | 142 | 4 | 14 | 137 | 61 |
| Binary | 11110110 | 110100 | 110 | 0 | 1001111 | 1100010 | 100 | 1100 | 1011111 | 110001 |
Color Harmonies of #F63406
Complementary color
Monochromatic Colors of #F63406
Black with #F63406
Text Example
Text Example
White with #F63406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63406; }
p { color: rgb(246,52,6); }
H1.HeaderClassName
{
color: #F63406;
}
.AnyTagClassName
{
color: #F63406;
}
</style>
background-color css
<style>
a { background-color: #F63406; }
a { background-color: rgb(246,52,6); }
div.DivClassName
{
background-color: #F63406;
}
.BgClassName
{
background-color: #F63406;
}
</style>
border-color css
<style>
span { border-color: #F63406; }
span { border-color: rgb(246,52,6); }
td.TdClassName
{
border-color: #F63406;
}
.TagClassName
{
border-color: #F63406;
}
</style>