Shades of Scarlet #F61405
Tints of Scarlet #F61405
RGB
CMYK
RGB Variations
Color information
#F61405 (or 0xF61405) is known color: Scarlet. HEX triplet: F6, 14 and 05. RGB value is (246,20,5). Sum of RGB (Red+Green+Blue) = 246+20+5=271 (35% of max value = 765). Red value is 246 (96.48% from 255 or 90.77% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 246 - color contains mainly: red. Hex color #F61405 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61405 is #09EBFA. Grayscale: #565656. Windows color (decimal): -650235 or 333046. OLE color: 333046.
HSL color Cylindrical-coordinate representation of color #F61405: hue angle of 3.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 #F61405 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 20 | 5 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.04 |
| HSL | 3.73º | 0.96% | 0.49% | - |
| HSV(B) | 3.73º | 0.98% | 0.96% | - |
| XYZ | 38.28 | 20.1 | 2.01 | - |
| YUV | 85.86 | 82.37 | 242.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 5 | 0 | 0.92 | 0.98 | 0.04 | 3.73 | 0.96 | 0.49 |
| Hex | F6 | 14 | 5 | 0 | 5C | 62 | 4 | 4 | 60 | 31 |
| Octal | 366 | 24 | 5 | 0 | 134 | 142 | 4 | 4 | 140 | 61 |
| Binary | 11110110 | 10100 | 101 | 0 | 1011100 | 1100010 | 100 | 100 | 1100000 | 110001 |
Color Harmonies of #F61405
Complementary color
Monochromatic Colors of #F61405
Black with #F61405
Text Example
Text Example
White with #F61405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61405; }
p { color: rgb(246,20,5); }
H1.HeaderClassName
{
color: #F61405;
}
.AnyTagClassName
{
color: #F61405;
}
</style>
background-color css
<style>
a { background-color: #F61405; }
a { background-color: rgb(246,20,5); }
div.DivClassName
{
background-color: #F61405;
}
.BgClassName
{
background-color: #F61405;
}
</style>
border-color css
<style>
span { border-color: #F61405; }
span { border-color: rgb(246,20,5); }
td.TdClassName
{
border-color: #F61405;
}
.TagClassName
{
border-color: #F61405;
}
</style>