Shades of Scarlet #F61F09
Tints of Scarlet #F61F09
RGB
CMYK
RGB Variations
Color information
#F61F09 (or 0xF61F09) is known color: Scarlet. HEX triplet: F6, 1F and 09. RGB value is (246,31,9). Sum of RGB (Red+Green+Blue) = 246+31+9=286 (37% of max value = 765). Red value is 246 (96.48% from 255 or 86.01% from 286); Green value is 31 (12.5% from 255 or 10.84% from 286); Blue value is 9 (3.91% from 255 or 3.15% from 286); Max value from RGB is 246 - color contains mainly: red. Hex color #F61F09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F61F09 is #09E0F6. Grayscale: #5D5D5D. Windows color (decimal): -647415 or 598006. OLE color: 598006.
HSL color Cylindrical-coordinate representation of color #F61F09: hue angle of 5.57º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F61F09 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 31 | 9 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.04 |
| HSL | 5.57º | 0.93% | 0.5% | - |
| HSV(B) | 5.57º | 0.96% | 0.96% | - |
| XYZ | 38.55 | 20.59 | 2.2 | - |
| YUV | 92.78 | 80.73 | 237.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 31 | 9 | 0 | 0.87 | 0.96 | 0.04 | 5.57 | 0.93 | 0.5 |
| Hex | F6 | 1F | 9 | 0 | 57 | 60 | 4 | 6 | 5D | 32 |
| Octal | 366 | 37 | 11 | 0 | 127 | 140 | 4 | 6 | 135 | 62 |
| Binary | 11110110 | 11111 | 1001 | 0 | 1010111 | 1100000 | 100 | 110 | 1011101 | 110010 |
Color Harmonies of #F61F09
Complementary color
Monochromatic Colors of #F61F09
Black with #F61F09
Text Example
Text Example
White with #F61F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61F09; }
p { color: rgb(246,31,9); }
H1.HeaderClassName
{
color: #F61F09;
}
.AnyTagClassName
{
color: #F61F09;
}
</style>
background-color css
<style>
a { background-color: #F61F09; }
a { background-color: rgb(246,31,9); }
div.DivClassName
{
background-color: #F61F09;
}
.BgClassName
{
background-color: #F61F09;
}
</style>
border-color css
<style>
span { border-color: #F61F09; }
span { border-color: rgb(246,31,9); }
td.TdClassName
{
border-color: #F61F09;
}
.TagClassName
{
border-color: #F61F09;
}
</style>