Shades of Scarlet #F6350A
Tints of Scarlet #F6350A
RGB
CMYK
RGB Variations
Color information
#F6350A (or 0xF6350A) is known color: Scarlet. HEX triplet: F6, 35 and 0A. RGB value is (246,53,10). Sum of RGB (Red+Green+Blue) = 246+53+10=309 (40% of max value = 765). Red value is 246 (96.48% from 255 or 79.61% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 10 (4.30% from 255 or 3.24% from 309); Max value from RGB is 246 - color contains mainly: red. Hex color #F6350A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6350A is #09CAF5. Grayscale: #6A6A6A. Windows color (decimal): -641782 or 669174. OLE color: 669174.
HSL color Cylindrical-coordinate representation of color #F6350A: hue angle of 10.93º 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 #F6350A is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 53 | 10 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.04 |
| HSL | 10.93º | 0.93% | 0.5% | - |
| HSV(B) | 10.93º | 0.96% | 0.96% | - |
| XYZ | 39.33 | 22.16 | 2.49 | - |
| YUV | 105.81 | 73.94 | 228 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 53 | 10 | 0 | 0.78 | 0.96 | 0.04 | 10.93 | 0.93 | 0.5 |
| Hex | F6 | 35 | A | 0 | 4E | 60 | 4 | B | 5D | 32 |
| Octal | 366 | 65 | 12 | 0 | 116 | 140 | 4 | 13 | 135 | 62 |
| Binary | 11110110 | 110101 | 1010 | 0 | 1001110 | 1100000 | 100 | 1011 | 1011101 | 110010 |
Color Harmonies of #F6350A
Complementary color
Monochromatic Colors of #F6350A
Black with #F6350A
Text Example
Text Example
White with #F6350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6350A; }
p { color: rgb(246,53,10); }
H1.HeaderClassName
{
color: #F6350A;
}
.AnyTagClassName
{
color: #F6350A;
}
</style>
background-color css
<style>
a { background-color: #F6350A; }
a { background-color: rgb(246,53,10); }
div.DivClassName
{
background-color: #F6350A;
}
.BgClassName
{
background-color: #F6350A;
}
</style>
border-color css
<style>
span { border-color: #F6350A; }
span { border-color: rgb(246,53,10); }
td.TdClassName
{
border-color: #F6350A;
}
.TagClassName
{
border-color: #F6350A;
}
</style>