Shades of Scarlet #F63005
Tints of Scarlet #F63005
RGB
CMYK
RGB Variations
Color information
#F63005 (or 0xF63005) is known color: Scarlet. HEX triplet: F6, 30 and 05. RGB value is (246,48,5). Sum of RGB (Red+Green+Blue) = 246+48+5=299 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82.27% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 5 (2.34% from 255 or 1.67% from 299); Max value from RGB is 246 - color contains mainly: red. Hex color #F63005 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63005 is #09CFFA. Grayscale: #666666. Windows color (decimal): -643067 or 340214. OLE color: 340214.
HSL color Cylindrical-coordinate representation of color #F63005: hue angle of 10.71º degrees, saturation: 0.96, 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 #F63005 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 48 | 5 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.04 |
| HSL | 10.71º | 0.96% | 0.49% | - |
| HSV(B) | 10.71º | 0.98% | 0.96% | - |
| XYZ | 39.09 | 21.72 | 2.28 | - |
| YUV | 102.3 | 73.1 | 230.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 48 | 5 | 0 | 0.80 | 0.98 | 0.04 | 10.71 | 0.96 | 0.49 |
| Hex | F6 | 30 | 5 | 0 | 50 | 62 | 4 | B | 60 | 31 |
| Octal | 366 | 60 | 5 | 0 | 120 | 142 | 4 | 13 | 140 | 61 |
| Binary | 11110110 | 110000 | 101 | 0 | 1010000 | 1100010 | 100 | 1011 | 1100000 | 110001 |
Color Harmonies of #F63005
Complementary color
Monochromatic Colors of #F63005
Black with #F63005
Text Example
Text Example
White with #F63005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63005; }
p { color: rgb(246,48,5); }
H1.HeaderClassName
{
color: #F63005;
}
.AnyTagClassName
{
color: #F63005;
}
</style>
background-color css
<style>
a { background-color: #F63005; }
a { background-color: rgb(246,48,5); }
div.DivClassName
{
background-color: #F63005;
}
.BgClassName
{
background-color: #F63005;
}
</style>
border-color css
<style>
span { border-color: #F63005; }
span { border-color: rgb(246,48,5); }
td.TdClassName
{
border-color: #F63005;
}
.TagClassName
{
border-color: #F63005;
}
</style>