Shades of Scarlet #F63006
Tints of Scarlet #F63006
RGB
CMYK
RGB Variations
Color information
#F63006 (or 0xF63006) is known color: Scarlet. HEX triplet: F6, 30 and 06. RGB value is (246,48,6). Sum of RGB (Red+Green+Blue) = 246+48+6=300 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 6 (2.73% from 255 or 2% from 300); Max value from RGB is 246 - color contains mainly: red. Hex color #F63006 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63006 is #09CFF9. Grayscale: #666666. Windows color (decimal): -643066 or 405750. OLE color: 405750.
HSL color Cylindrical-coordinate representation of color #F63006: hue angle of 10.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 #F63006 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 48 | 6 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.04 |
| HSL | 10.5º | 0.95% | 0.49% | - |
| HSV(B) | 10.5º | 0.98% | 0.96% | - |
| XYZ | 39.1 | 21.72 | 2.3 | - |
| YUV | 102.41 | 73.6 | 230.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 48 | 6 | 0 | 0.80 | 0.98 | 0.04 | 10.5 | 0.95 | 0.49 |
| Hex | F6 | 30 | 6 | 0 | 50 | 62 | 4 | A | 5F | 31 |
| Octal | 366 | 60 | 6 | 0 | 120 | 142 | 4 | 12 | 137 | 61 |
| Binary | 11110110 | 110000 | 110 | 0 | 1010000 | 1100010 | 100 | 1010 | 1011111 | 110001 |
Color Harmonies of #F63006
Complementary color
Monochromatic Colors of #F63006
Black with #F63006
Text Example
Text Example
White with #F63006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63006; }
p { color: rgb(246,48,6); }
H1.HeaderClassName
{
color: #F63006;
}
.AnyTagClassName
{
color: #F63006;
}
</style>
background-color css
<style>
a { background-color: #F63006; }
a { background-color: rgb(246,48,6); }
div.DivClassName
{
background-color: #F63006;
}
.BgClassName
{
background-color: #F63006;
}
</style>
border-color css
<style>
span { border-color: #F63006; }
span { border-color: rgb(246,48,6); }
td.TdClassName
{
border-color: #F63006;
}
.TagClassName
{
border-color: #F63006;
}
</style>