Shades of Scarlet #F63104
Tints of Scarlet #F63104
RGB
CMYK
RGB Variations
Color information
#F63104 (or 0xF63104) is known color: Scarlet. HEX triplet: F6, 31 and 04. RGB value is (246,49,4). Sum of RGB (Red+Green+Blue) = 246+49+4=299 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82.27% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 4 (1.95% from 255 or 1.34% from 299); Max value from RGB is 246 - color contains mainly: red. Hex color #F63104 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63104 is #09CEFB. Grayscale: #676767. Windows color (decimal): -642812 or 274934. OLE color: 274934.
HSL color Cylindrical-coordinate representation of color #F63104: hue angle of 11.16º degrees, saturation: 0.97, 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 #F63104 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 49 | 4 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.04 |
| HSL | 11.16º | 0.97% | 0.49% | - |
| HSV(B) | 11.16º | 0.98% | 0.96% | - |
| XYZ | 39.13 | 21.8 | 2.26 | - |
| YUV | 102.77 | 72.27 | 230.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 49 | 4 | 0 | 0.80 | 0.98 | 0.04 | 11.16 | 0.97 | 0.49 |
| Hex | F6 | 31 | 4 | 0 | 50 | 62 | 4 | B | 61 | 31 |
| Octal | 366 | 61 | 4 | 0 | 120 | 142 | 4 | 13 | 141 | 61 |
| Binary | 11110110 | 110001 | 100 | 0 | 1010000 | 1100010 | 100 | 1011 | 1100001 | 110001 |
Color Harmonies of #F63104
Complementary color
Monochromatic Colors of #F63104
Black with #F63104
Text Example
Text Example
White with #F63104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63104; }
p { color: rgb(246,49,4); }
H1.HeaderClassName
{
color: #F63104;
}
.AnyTagClassName
{
color: #F63104;
}
</style>
background-color css
<style>
a { background-color: #F63104; }
a { background-color: rgb(246,49,4); }
div.DivClassName
{
background-color: #F63104;
}
.BgClassName
{
background-color: #F63104;
}
</style>
border-color css
<style>
span { border-color: #F63104; }
span { border-color: rgb(246,49,4); }
td.TdClassName
{
border-color: #F63104;
}
.TagClassName
{
border-color: #F63104;
}
</style>