Shades of Scarlet #F61A04
Tints of Scarlet #F61A04
RGB
CMYK
RGB Variations
Color information
#F61A04 (or 0xF61A04) is known color: Scarlet. HEX triplet: F6, 1A and 04. RGB value is (246,26,4). Sum of RGB (Red+Green+Blue) = 246+26+4=276 (36% of max value = 765). Red value is 246 (96.48% from 255 or 89.13% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 4 (1.95% from 255 or 1.45% from 276); Max value from RGB is 246 - color contains mainly: red. Hex color #F61A04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F61A04 is #09E5FB. Grayscale: #595959. Windows color (decimal): -648700 or 269046. OLE color: 269046.
HSL color Cylindrical-coordinate representation of color #F61A04: hue angle of 5.45º 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 #F61A04 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 26 | 4 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.04 |
| HSL | 5.45º | 0.97% | 0.49% | - |
| HSV(B) | 5.45º | 0.98% | 0.96% | - |
| XYZ | 38.4 | 20.34 | 2.02 | - |
| YUV | 89.27 | 79.89 | 239.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 26 | 4 | 0 | 0.89 | 0.98 | 0.04 | 5.45 | 0.97 | 0.49 |
| Hex | F6 | 1A | 4 | 0 | 59 | 62 | 4 | 5 | 61 | 31 |
| Octal | 366 | 32 | 4 | 0 | 131 | 142 | 4 | 5 | 141 | 61 |
| Binary | 11110110 | 11010 | 100 | 0 | 1011001 | 1100010 | 100 | 101 | 1100001 | 110001 |
Color Harmonies of #F61A04
Complementary color
Monochromatic Colors of #F61A04
Black with #F61A04
Text Example
Text Example
White with #F61A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61A04; }
p { color: rgb(246,26,4); }
H1.HeaderClassName
{
color: #F61A04;
}
.AnyTagClassName
{
color: #F61A04;
}
</style>
background-color css
<style>
a { background-color: #F61A04; }
a { background-color: rgb(246,26,4); }
div.DivClassName
{
background-color: #F61A04;
}
.BgClassName
{
background-color: #F61A04;
}
</style>
border-color css
<style>
span { border-color: #F61A04; }
span { border-color: rgb(246,26,4); }
td.TdClassName
{
border-color: #F61A04;
}
.TagClassName
{
border-color: #F61A04;
}
</style>