Shades of Scarlet #F7350A
Tints of Scarlet #F7350A
RGB
CMYK
RGB Variations
Color information
#F7350A (or 0xF7350A) is known color: Scarlet. HEX triplet: F7, 35 and 0A. RGB value is (247,53,10). Sum of RGB (Red+Green+Blue) = 247+53+10=310 (41% of max value = 765). Red value is 247 (96.88% from 255 or 79.68% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 10 (4.30% from 255 or 3.23% from 310); Max value from RGB is 247 - color contains mainly: red. Hex color #F7350A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F7350A is #08CAF5. Grayscale: #6A6A6A. Windows color (decimal): -576246 or 669175. OLE color: 669175.
HSL color Cylindrical-coordinate representation of color #F7350A: hue angle of 10.89º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7350A is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 53 | 10 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.03 |
| HSL | 10.89º | 0.94% | 0.5% | - |
| HSV(B) | 10.89º | 0.96% | 0.97% | - |
| XYZ | 39.69 | 22.34 | 2.51 | - |
| YUV | 106.1 | 73.77 | 228.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 53 | 10 | 0 | 0.79 | 0.96 | 0.03 | 10.89 | 0.94 | 0.5 |
| Hex | F7 | 35 | A | 0 | 4F | 60 | 3 | B | 5E | 32 |
| Octal | 367 | 65 | 12 | 0 | 117 | 140 | 3 | 13 | 136 | 62 |
| Binary | 11110111 | 110101 | 1010 | 0 | 1001111 | 1100000 | 11 | 1011 | 1011110 | 110010 |
Color Harmonies of #F7350A
Complementary color
Monochromatic Colors of #F7350A
Black with #F7350A
Text Example
Text Example
White with #F7350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7350A; }
p { color: rgb(247,53,10); }
H1.HeaderClassName
{
color: #F7350A;
}
.AnyTagClassName
{
color: #F7350A;
}
</style>
background-color css
<style>
a { background-color: #F7350A; }
a { background-color: rgb(247,53,10); }
div.DivClassName
{
background-color: #F7350A;
}
.BgClassName
{
background-color: #F7350A;
}
</style>
border-color css
<style>
span { border-color: #F7350A; }
span { border-color: rgb(247,53,10); }
td.TdClassName
{
border-color: #F7350A;
}
.TagClassName
{
border-color: #F7350A;
}
</style>