Shades of Scarlet #F6180F
Tints of Scarlet #F6180F
RGB
CMYK
RGB Variations
Color information
#F6180F (or 0xF6180F) is known color: Scarlet. HEX triplet: F6, 18 and 0F. RGB value is (246,24,15). Sum of RGB (Red+Green+Blue) = 246+24+15=285 (37% of max value = 765). Red value is 246 (96.48% from 255 or 86.32% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 246 - color contains mainly: red. Hex color #F6180F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F6180F is #09E7F0. Grayscale: #595959. Windows color (decimal): -649201 or 989430. OLE color: 989430.
HSL color Cylindrical-coordinate representation of color #F6180F: hue angle of 2.34º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F6180F is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 24 | 15 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.04 |
| HSL | 2.34º | 0.93% | 0.51% | - |
| HSV(B) | 2.34º | 0.94% | 0.96% | - |
| XYZ | 38.42 | 20.28 | 2.34 | - |
| YUV | 89.35 | 86.05 | 239.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 15 | 0 | 0.90 | 0.94 | 0.04 | 2.34 | 0.93 | 0.51 |
| Hex | F6 | 18 | F | 0 | 5A | 5E | 4 | 2 | 5D | 33 |
| Octal | 366 | 30 | 17 | 0 | 132 | 136 | 4 | 2 | 135 | 63 |
| Binary | 11110110 | 11000 | 1111 | 0 | 1011010 | 1011110 | 100 | 10 | 1011101 | 110011 |
Color Harmonies of #F6180F
Complementary color
Monochromatic Colors of #F6180F
Black with #F6180F
Text Example
Text Example
White with #F6180F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6180F; }
p { color: rgb(246,24,15); }
H1.HeaderClassName
{
color: #F6180F;
}
.AnyTagClassName
{
color: #F6180F;
}
</style>
background-color css
<style>
a { background-color: #F6180F; }
a { background-color: rgb(246,24,15); }
div.DivClassName
{
background-color: #F6180F;
}
.BgClassName
{
background-color: #F6180F;
}
</style>
border-color css
<style>
span { border-color: #F6180F; }
span { border-color: rgb(246,24,15); }
td.TdClassName
{
border-color: #F6180F;
}
.TagClassName
{
border-color: #F6180F;
}
</style>