Shades of Scarlet #F61805
Tints of Scarlet #F61805
RGB
CMYK
RGB Variations
Color information
#F61805 (or 0xF61805) is known color: Scarlet. HEX triplet: F6, 18 and 05. RGB value is (246,24,5). Sum of RGB (Red+Green+Blue) = 246+24+5=275 (36% of max value = 765). Red value is 246 (96.48% from 255 or 89.45% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 5 (2.34% from 255 or 1.82% from 275); Max value from RGB is 246 - color contains mainly: red. Hex color #F61805 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61805 is #09E7FA. Grayscale: #585858. Windows color (decimal): -649211 or 334070. OLE color: 334070.
HSL color Cylindrical-coordinate representation of color #F61805: hue angle of 4.73º degrees, saturation: 0.96, 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 #F61805 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 24 | 5 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.04 |
| HSL | 4.73º | 0.96% | 0.49% | - |
| HSV(B) | 4.73º | 0.98% | 0.96% | - |
| XYZ | 38.36 | 20.26 | 2.03 | - |
| YUV | 88.21 | 81.05 | 240.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 5 | 0 | 0.90 | 0.98 | 0.04 | 4.73 | 0.96 | 0.49 |
| Hex | F6 | 18 | 5 | 0 | 5A | 62 | 4 | 5 | 60 | 31 |
| Octal | 366 | 30 | 5 | 0 | 132 | 142 | 4 | 5 | 140 | 61 |
| Binary | 11110110 | 11000 | 101 | 0 | 1011010 | 1100010 | 100 | 101 | 1100000 | 110001 |
Color Harmonies of #F61805
Complementary color
Monochromatic Colors of #F61805
Black with #F61805
Text Example
Text Example
White with #F61805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61805; }
p { color: rgb(246,24,5); }
H1.HeaderClassName
{
color: #F61805;
}
.AnyTagClassName
{
color: #F61805;
}
</style>
background-color css
<style>
a { background-color: #F61805; }
a { background-color: rgb(246,24,5); }
div.DivClassName
{
background-color: #F61805;
}
.BgClassName
{
background-color: #F61805;
}
</style>
border-color css
<style>
span { border-color: #F61805; }
span { border-color: rgb(246,24,5); }
td.TdClassName
{
border-color: #F61805;
}
.TagClassName
{
border-color: #F61805;
}
</style>