Shades of Scarlet #F63100
Tints of Scarlet #F63100
RGB
CMYK
RGB Variations
Color information
#F63100 (or 0xF63100) is known color: Scarlet. HEX triplet: F6, 31 and 00. RGB value is (246,49,0). Sum of RGB (Red+Green+Blue) = 246+49+0=295 (39% of max value = 765). Red value is 246 (96.48% from 255 or 83.39% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 246 - color contains mainly: red. Hex color #F63100 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63100 is #09CEFF. Grayscale: #666666. Windows color (decimal): -642816 or 12790. OLE color: 12790.
HSL color Cylindrical-coordinate representation of color #F63100: hue angle of 11.95º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F63100 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 49 | 0 | - |
| CMYK | 0 | 0.80 | 1 | 0.04 |
| HSL | 11.95º | 1% | 0.48% | - |
| HSV(B) | 11.95º | 1% | 0.96% | - |
| XYZ | 39.1 | 21.79 | 2.14 | - |
| YUV | 102.32 | 70.27 | 230.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 49 | 0 | 0 | 0.80 | 1 | 0.04 | 11.95 | 1 | 0.48 |
| Hex | F6 | 31 | 0 | 0 | 50 | 64 | 4 | C | 64 | 30 |
| Octal | 366 | 61 | 0 | 0 | 120 | 144 | 4 | 14 | 144 | 60 |
| Binary | 11110110 | 110001 | 0 | 0 | 1010000 | 1100100 | 100 | 1100 | 1100100 | 110000 |
Color Harmonies of #F63100
Complementary color
Monochromatic Colors of #F63100
Black with #F63100
Text Example
Text Example
White with #F63100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63100; }
p { color: rgb(246,49,0); }
H1.HeaderClassName
{
color: #F63100;
}
.AnyTagClassName
{
color: #F63100;
}
</style>
background-color css
<style>
a { background-color: #F63100; }
a { background-color: rgb(246,49,0); }
div.DivClassName
{
background-color: #F63100;
}
.BgClassName
{
background-color: #F63100;
}
</style>
border-color css
<style>
span { border-color: #F63100; }
span { border-color: rgb(246,49,0); }
td.TdClassName
{
border-color: #F63100;
}
.TagClassName
{
border-color: #F63100;
}
</style>