Shades of Scarlet #F61408
Tints of Scarlet #F61408
RGB
CMYK
RGB Variations
Color information
#F61408 (or 0xF61408) is known color: Scarlet. HEX triplet: F6, 14 and 08. RGB value is (246,20,8). Sum of RGB (Red+Green+Blue) = 246+20+8=274 (36% of max value = 765). Red value is 246 (96.48% from 255 or 89.78% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 8 (3.52% from 255 or 2.92% from 274); Max value from RGB is 246 - color contains mainly: red. Hex color #F61408 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61408 is #09EBF7. Grayscale: #565656. Windows color (decimal): -650232 or 529654. OLE color: 529654.
HSL color Cylindrical-coordinate representation of color #F61408: hue angle of 3.03º 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 #F61408 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 20 | 8 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.04 |
| HSL | 3.03º | 0.94% | 0.5% | - |
| HSV(B) | 3.03º | 0.97% | 0.96% | - |
| XYZ | 38.3 | 20.11 | 2.09 | - |
| YUV | 86.21 | 83.87 | 241.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 8 | 0 | 0.92 | 0.97 | 0.04 | 3.03 | 0.94 | 0.5 |
| Hex | F6 | 14 | 8 | 0 | 5C | 61 | 4 | 3 | 5E | 32 |
| Octal | 366 | 24 | 10 | 0 | 134 | 141 | 4 | 3 | 136 | 62 |
| Binary | 11110110 | 10100 | 1000 | 0 | 1011100 | 1100001 | 100 | 11 | 1011110 | 110010 |
Color Harmonies of #F61408
Complementary color
Monochromatic Colors of #F61408
Black with #F61408
Text Example
Text Example
White with #F61408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61408; }
p { color: rgb(246,20,8); }
H1.HeaderClassName
{
color: #F61408;
}
.AnyTagClassName
{
color: #F61408;
}
</style>
background-color css
<style>
a { background-color: #F61408; }
a { background-color: rgb(246,20,8); }
div.DivClassName
{
background-color: #F61408;
}
.BgClassName
{
background-color: #F61408;
}
</style>
border-color css
<style>
span { border-color: #F61408; }
span { border-color: rgb(246,20,8); }
td.TdClassName
{
border-color: #F61408;
}
.TagClassName
{
border-color: #F61408;
}
</style>