Shades of Scarlet #F6150A
Tints of Scarlet #F6150A
RGB
CMYK
RGB Variations
Color information
#F6150A (or 0xF6150A) is known color: Scarlet. HEX triplet: F6, 15 and 0A. RGB value is (246,21,10). Sum of RGB (Red+Green+Blue) = 246+21+10=277 (36% of max value = 765). Red value is 246 (96.48% from 255 or 88.81% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 246 - color contains mainly: red. Hex color #F6150A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F6150A is #09EAF5. Grayscale: #575757. Windows color (decimal): -649974 or 660982. OLE color: 660982.
HSL color Cylindrical-coordinate representation of color #F6150A: hue angle of 2.8º 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 #F6150A is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 21 | 10 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.04 |
| HSL | 2.8º | 0.93% | 0.5% | - |
| HSV(B) | 2.8º | 0.96% | 0.96% | - |
| XYZ | 38.33 | 20.15 | 2.16 | - |
| YUV | 87.02 | 84.54 | 241.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 21 | 10 | 0 | 0.91 | 0.96 | 0.04 | 2.8 | 0.93 | 0.5 |
| Hex | F6 | 15 | A | 0 | 5B | 60 | 4 | 3 | 5D | 32 |
| Octal | 366 | 25 | 12 | 0 | 133 | 140 | 4 | 3 | 135 | 62 |
| Binary | 11110110 | 10101 | 1010 | 0 | 1011011 | 1100000 | 100 | 11 | 1011101 | 110010 |
Color Harmonies of #F6150A
Complementary color
Monochromatic Colors of #F6150A
Black with #F6150A
Text Example
Text Example
White with #F6150A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6150A; }
p { color: rgb(246,21,10); }
H1.HeaderClassName
{
color: #F6150A;
}
.AnyTagClassName
{
color: #F6150A;
}
</style>
background-color css
<style>
a { background-color: #F6150A; }
a { background-color: rgb(246,21,10); }
div.DivClassName
{
background-color: #F6150A;
}
.BgClassName
{
background-color: #F6150A;
}
</style>
border-color css
<style>
span { border-color: #F6150A; }
span { border-color: rgb(246,21,10); }
td.TdClassName
{
border-color: #F6150A;
}
.TagClassName
{
border-color: #F6150A;
}
</style>