Shades of Scarlet #F61404
Tints of Scarlet #F61404
RGB
CMYK
RGB Variations
Color information
#F61404 (or 0xF61404) is known color: Scarlet. HEX triplet: F6, 14 and 04. RGB value is (246,20,4). Sum of RGB (Red+Green+Blue) = 246+20+4=270 (35% of max value = 765). Red value is 246 (96.48% from 255 or 91.11% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 4 (1.95% from 255 or 1.48% from 270); Max value from RGB is 246 - color contains mainly: red. Hex color #F61404 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61404 is #09EBFB. Grayscale: #565656. Windows color (decimal): -650236 or 267510. OLE color: 267510.
HSL color Cylindrical-coordinate representation of color #F61404: hue angle of 3.97º degrees, saturation: 0.97, 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 #F61404 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 20 | 4 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.04 |
| HSL | 3.97º | 0.97% | 0.49% | - |
| HSV(B) | 3.97º | 0.98% | 0.96% | - |
| XYZ | 38.28 | 20.1 | 1.98 | - |
| YUV | 85.75 | 81.87 | 242.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 4 | 0 | 0.92 | 0.98 | 0.04 | 3.97 | 0.97 | 0.49 |
| Hex | F6 | 14 | 4 | 0 | 5C | 62 | 4 | 4 | 61 | 31 |
| Octal | 366 | 24 | 4 | 0 | 134 | 142 | 4 | 4 | 141 | 61 |
| Binary | 11110110 | 10100 | 100 | 0 | 1011100 | 1100010 | 100 | 100 | 1100001 | 110001 |
Color Harmonies of #F61404
Complementary color
Monochromatic Colors of #F61404
Black with #F61404
Text Example
Text Example
White with #F61404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61404; }
p { color: rgb(246,20,4); }
H1.HeaderClassName
{
color: #F61404;
}
.AnyTagClassName
{
color: #F61404;
}
</style>
background-color css
<style>
a { background-color: #F61404; }
a { background-color: rgb(246,20,4); }
div.DivClassName
{
background-color: #F61404;
}
.BgClassName
{
background-color: #F61404;
}
</style>
border-color css
<style>
span { border-color: #F61404; }
span { border-color: rgb(246,20,4); }
td.TdClassName
{
border-color: #F61404;
}
.TagClassName
{
border-color: #F61404;
}
</style>