Shades of Scarlet #F63008
Tints of Scarlet #F63008
RGB
CMYK
RGB Variations
Color information
#F63008 (or 0xF63008) is known color: Scarlet. HEX triplet: F6, 30 and 08. RGB value is (246,48,8). Sum of RGB (Red+Green+Blue) = 246+48+8=302 (40% of max value = 765). Red value is 246 (96.48% from 255 or 81.46% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 8 (3.52% from 255 or 2.65% from 302); Max value from RGB is 246 - color contains mainly: red. Hex color #F63008 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63008 is #09CFF7. Grayscale: #676767. Windows color (decimal): -643064 or 536822. OLE color: 536822.
HSL color Cylindrical-coordinate representation of color #F63008: hue angle of 10.08º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F63008 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 48 | 8 | - |
| CMYK | 0 | 0.80 | 0.97 | 0.04 |
| HSL | 10.08º | 0.94% | 0.5% | - |
| HSV(B) | 10.08º | 0.97% | 0.96% | - |
| XYZ | 39.11 | 21.72 | 2.36 | - |
| YUV | 102.64 | 74.6 | 230.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 48 | 8 | 0 | 0.80 | 0.97 | 0.04 | 10.08 | 0.94 | 0.5 |
| Hex | F6 | 30 | 8 | 0 | 50 | 61 | 4 | A | 5E | 32 |
| Octal | 366 | 60 | 10 | 0 | 120 | 141 | 4 | 12 | 136 | 62 |
| Binary | 11110110 | 110000 | 1000 | 0 | 1010000 | 1100001 | 100 | 1010 | 1011110 | 110010 |
Color Harmonies of #F63008
Complementary color
Monochromatic Colors of #F63008
Black with #F63008
Text Example
Text Example
White with #F63008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63008; }
p { color: rgb(246,48,8); }
H1.HeaderClassName
{
color: #F63008;
}
.AnyTagClassName
{
color: #F63008;
}
</style>
background-color css
<style>
a { background-color: #F63008; }
a { background-color: rgb(246,48,8); }
div.DivClassName
{
background-color: #F63008;
}
.BgClassName
{
background-color: #F63008;
}
</style>
border-color css
<style>
span { border-color: #F63008; }
span { border-color: rgb(246,48,8); }
td.TdClassName
{
border-color: #F63008;
}
.TagClassName
{
border-color: #F63008;
}
</style>