Shades of Scarlet #F63001
Tints of Scarlet #F63001
RGB
CMYK
RGB Variations
Color information
#F63001 (or 0xF63001) is known color: Scarlet. HEX triplet: F6, 30 and 01. RGB value is (246,48,1). Sum of RGB (Red+Green+Blue) = 246+48+1=295 (39% of max value = 765). Red value is 246 (96.48% from 255 or 83.39% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 246 - color contains mainly: red. Hex color #F63001 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63001 is #09CFFE. Grayscale: #666666. Windows color (decimal): -643071 or 78070. OLE color: 78070.
HSL color Cylindrical-coordinate representation of color #F63001: hue angle of 11.51º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F63001 is Cyan = 0, Magento = 0.80, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 48 | 1 | - |
| CMYK | 0 | 0.80 | 1.00 | 0.04 |
| HSL | 11.51º | 0.99% | 0.48% | - |
| HSV(B) | 11.51º | 1% | 0.96% | - |
| XYZ | 39.07 | 21.71 | 2.16 | - |
| YUV | 101.84 | 71.1 | 230.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 48 | 1 | 0 | 0.80 | 1.00 | 0.04 | 11.51 | 0.99 | 0.48 |
| Hex | F6 | 30 | 1 | 0 | 50 | 64 | 4 | C | 63 | 30 |
| Octal | 366 | 60 | 1 | 0 | 120 | 144 | 4 | 14 | 143 | 60 |
| Binary | 11110110 | 110000 | 1 | 0 | 1010000 | 1100100 | 100 | 1100 | 1100011 | 110000 |
Color Harmonies of #F63001
Complementary color
Monochromatic Colors of #F63001
Black with #F63001
Text Example
Text Example
White with #F63001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63001; }
p { color: rgb(246,48,1); }
H1.HeaderClassName
{
color: #F63001;
}
.AnyTagClassName
{
color: #F63001;
}
</style>
background-color css
<style>
a { background-color: #F63001; }
a { background-color: rgb(246,48,1); }
div.DivClassName
{
background-color: #F63001;
}
.BgClassName
{
background-color: #F63001;
}
</style>
border-color css
<style>
span { border-color: #F63001; }
span { border-color: rgb(246,48,1); }
td.TdClassName
{
border-color: #F63001;
}
.TagClassName
{
border-color: #F63001;
}
</style>