Shades of Scarlet #F6280A
Tints of Scarlet #F6280A
RGB
CMYK
RGB Variations
Color information
#F6280A (or 0xF6280A) is known color: Scarlet. HEX triplet: F6, 28 and 0A. RGB value is (246,40,10). Sum of RGB (Red+Green+Blue) = 246+40+10=296 (39% of max value = 765). Red value is 246 (96.48% from 255 or 83.11% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 10 (4.30% from 255 or 3.38% from 296); Max value from RGB is 246 - color contains mainly: red. Hex color #F6280A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6280A is #09D7F5. Grayscale: #626262. Windows color (decimal): -645110 or 665846. OLE color: 665846.
HSL color Cylindrical-coordinate representation of color #F6280A: hue angle of 7.63º 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 #F6280A is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 40 | 10 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.04 |
| HSL | 7.63º | 0.93% | 0.5% | - |
| HSV(B) | 7.63º | 0.96% | 0.96% | - |
| XYZ | 38.82 | 21.13 | 2.32 | - |
| YUV | 98.17 | 78.25 | 233.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 40 | 10 | 0 | 0.84 | 0.96 | 0.04 | 7.63 | 0.93 | 0.5 |
| Hex | F6 | 28 | A | 0 | 54 | 60 | 4 | 8 | 5D | 32 |
| Octal | 366 | 50 | 12 | 0 | 124 | 140 | 4 | 10 | 135 | 62 |
| Binary | 11110110 | 101000 | 1010 | 0 | 1010100 | 1100000 | 100 | 1000 | 1011101 | 110010 |
Color Harmonies of #F6280A
Complementary color
Monochromatic Colors of #F6280A
Black with #F6280A
Text Example
Text Example
White with #F6280A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6280A; }
p { color: rgb(246,40,10); }
H1.HeaderClassName
{
color: #F6280A;
}
.AnyTagClassName
{
color: #F6280A;
}
</style>
background-color css
<style>
a { background-color: #F6280A; }
a { background-color: rgb(246,40,10); }
div.DivClassName
{
background-color: #F6280A;
}
.BgClassName
{
background-color: #F6280A;
}
</style>
border-color css
<style>
span { border-color: #F6280A; }
span { border-color: rgb(246,40,10); }
td.TdClassName
{
border-color: #F6280A;
}
.TagClassName
{
border-color: #F6280A;
}
</style>