Shades of Scarlet #F61705
Tints of Scarlet #F61705
RGB
CMYK
RGB Variations
Color information
#F61705 (or 0xF61705) is known color: Scarlet. HEX triplet: F6, 17 and 05. RGB value is (246,23,5). Sum of RGB (Red+Green+Blue) = 246+23+5=274 (36% of max value = 765). Red value is 246 (96.48% from 255 or 89.78% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 5 (2.34% from 255 or 1.82% from 274); Max value from RGB is 246 - color contains mainly: red. Hex color #F61705 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61705 is #09E8FA. Grayscale: #575757. Windows color (decimal): -649467 or 333814. OLE color: 333814.
HSL color Cylindrical-coordinate representation of color #F61705: hue angle of 4.48º 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 #F61705 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 23 | 5 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.04 |
| HSL | 4.48º | 0.96% | 0.49% | - |
| HSV(B) | 4.48º | 0.98% | 0.96% | - |
| XYZ | 38.34 | 20.22 | 2.03 | - |
| YUV | 87.63 | 81.38 | 240.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 23 | 5 | 0 | 0.91 | 0.98 | 0.04 | 4.48 | 0.96 | 0.49 |
| Hex | F6 | 17 | 5 | 0 | 5B | 62 | 4 | 4 | 60 | 31 |
| Octal | 366 | 27 | 5 | 0 | 133 | 142 | 4 | 4 | 140 | 61 |
| Binary | 11110110 | 10111 | 101 | 0 | 1011011 | 1100010 | 100 | 100 | 1100000 | 110001 |
Color Harmonies of #F61705
Complementary color
Monochromatic Colors of #F61705
Black with #F61705
Text Example
Text Example
White with #F61705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61705; }
p { color: rgb(246,23,5); }
H1.HeaderClassName
{
color: #F61705;
}
.AnyTagClassName
{
color: #F61705;
}
</style>
background-color css
<style>
a { background-color: #F61705; }
a { background-color: rgb(246,23,5); }
div.DivClassName
{
background-color: #F61705;
}
.BgClassName
{
background-color: #F61705;
}
</style>
border-color css
<style>
span { border-color: #F61705; }
span { border-color: rgb(246,23,5); }
td.TdClassName
{
border-color: #F61705;
}
.TagClassName
{
border-color: #F61705;
}
</style>