Shades of Scarlet #F61505
Tints of Scarlet #F61505
RGB
CMYK
RGB Variations
Color information
#F61505 (or 0xF61505) is known color: Scarlet. HEX triplet: F6, 15 and 05. RGB value is (246,21,5). Sum of RGB (Red+Green+Blue) = 246+21+5=272 (36% of max value = 765). Red value is 246 (96.48% from 255 or 90.44% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 5 (2.34% from 255 or 1.84% from 272); Max value from RGB is 246 - color contains mainly: red. Hex color #F61505 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61505 is #09EAFA. Grayscale: #565656. Windows color (decimal): -649979 or 333302. OLE color: 333302.
HSL color Cylindrical-coordinate representation of color #F61505: hue angle of 3.98º 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 #F61505 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 21 | 5 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.04 |
| HSL | 3.98º | 0.96% | 0.49% | - |
| HSV(B) | 3.98º | 0.98% | 0.96% | - |
| XYZ | 38.3 | 20.14 | 2.01 | - |
| YUV | 86.45 | 82.04 | 241.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 21 | 5 | 0 | 0.91 | 0.98 | 0.04 | 3.98 | 0.96 | 0.49 |
| Hex | F6 | 15 | 5 | 0 | 5B | 62 | 4 | 4 | 60 | 31 |
| Octal | 366 | 25 | 5 | 0 | 133 | 142 | 4 | 4 | 140 | 61 |
| Binary | 11110110 | 10101 | 101 | 0 | 1011011 | 1100010 | 100 | 100 | 1100000 | 110001 |
Color Harmonies of #F61505
Complementary color
Monochromatic Colors of #F61505
Black with #F61505
Text Example
Text Example
White with #F61505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61505; }
p { color: rgb(246,21,5); }
H1.HeaderClassName
{
color: #F61505;
}
.AnyTagClassName
{
color: #F61505;
}
</style>
background-color css
<style>
a { background-color: #F61505; }
a { background-color: rgb(246,21,5); }
div.DivClassName
{
background-color: #F61505;
}
.BgClassName
{
background-color: #F61505;
}
</style>
border-color css
<style>
span { border-color: #F61505; }
span { border-color: rgb(246,21,5); }
td.TdClassName
{
border-color: #F61505;
}
.TagClassName
{
border-color: #F61505;
}
</style>