Shades of Scarlet #F63103
Tints of Scarlet #F63103
RGB
CMYK
RGB Variations
Color information
#F63103 (or 0xF63103) is known color: Scarlet. HEX triplet: F6, 31 and 03. RGB value is (246,49,3). Sum of RGB (Red+Green+Blue) = 246+49+3=298 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82.55% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 3 (1.56% from 255 or 1.01% from 298); Max value from RGB is 246 - color contains mainly: red. Hex color #F63103 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63103 is #09CEFC. Grayscale: #676767. Windows color (decimal): -642813 or 209398. OLE color: 209398.
HSL color Cylindrical-coordinate representation of color #F63103: hue angle of 11.36º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F63103 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 49 | 3 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.04 |
| HSL | 11.36º | 0.98% | 0.49% | - |
| HSV(B) | 11.36º | 0.99% | 0.96% | - |
| XYZ | 39.12 | 21.8 | 2.23 | - |
| YUV | 102.66 | 71.77 | 230.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 49 | 3 | 0 | 0.80 | 0.99 | 0.04 | 11.36 | 0.98 | 0.49 |
| Hex | F6 | 31 | 3 | 0 | 50 | 63 | 4 | B | 62 | 31 |
| Octal | 366 | 61 | 3 | 0 | 120 | 143 | 4 | 13 | 142 | 61 |
| Binary | 11110110 | 110001 | 11 | 0 | 1010000 | 1100011 | 100 | 1011 | 1100010 | 110001 |
Color Harmonies of #F63103
Complementary color
Monochromatic Colors of #F63103
Black with #F63103
Text Example
Text Example
White with #F63103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63103; }
p { color: rgb(246,49,3); }
H1.HeaderClassName
{
color: #F63103;
}
.AnyTagClassName
{
color: #F63103;
}
</style>
background-color css
<style>
a { background-color: #F63103; }
a { background-color: rgb(246,49,3); }
div.DivClassName
{
background-color: #F63103;
}
.BgClassName
{
background-color: #F63103;
}
</style>
border-color css
<style>
span { border-color: #F63103; }
span { border-color: rgb(246,49,3); }
td.TdClassName
{
border-color: #F63103;
}
.TagClassName
{
border-color: #F63103;
}
</style>