Shades of Scarlet #F7280A
Tints of Scarlet #F7280A
RGB
CMYK
RGB Variations
Color information
#F7280A (or 0xF7280A) is known color: Scarlet. HEX triplet: F7, 28 and 0A. RGB value is (247,40,10). Sum of RGB (Red+Green+Blue) = 247+40+10=297 (39% of max value = 765). Red value is 247 (96.88% from 255 or 83.16% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 247 - color contains mainly: red. Hex color #F7280A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F7280A is #08D7F5. Grayscale: #626262. Windows color (decimal): -579574 or 665847. OLE color: 665847.
HSL color Cylindrical-coordinate representation of color #F7280A: hue angle of 7.59º 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 #F7280A is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 40 | 10 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.03 |
| HSL | 7.59º | 0.94% | 0.5% | - |
| HSV(B) | 7.59º | 0.96% | 0.97% | - |
| XYZ | 39.17 | 21.31 | 2.34 | - |
| YUV | 98.47 | 78.08 | 233.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 40 | 10 | 0 | 0.84 | 0.96 | 0.03 | 7.59 | 0.94 | 0.5 |
| Hex | F7 | 28 | A | 0 | 54 | 60 | 3 | 8 | 5E | 32 |
| Octal | 367 | 50 | 12 | 0 | 124 | 140 | 3 | 10 | 136 | 62 |
| Binary | 11110111 | 101000 | 1010 | 0 | 1010100 | 1100000 | 11 | 1000 | 1011110 | 110010 |
Color Harmonies of #F7280A
Complementary color
Monochromatic Colors of #F7280A
Black with #F7280A
Text Example
Text Example
White with #F7280A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7280A; }
p { color: rgb(247,40,10); }
H1.HeaderClassName
{
color: #F7280A;
}
.AnyTagClassName
{
color: #F7280A;
}
</style>
background-color css
<style>
a { background-color: #F7280A; }
a { background-color: rgb(247,40,10); }
div.DivClassName
{
background-color: #F7280A;
}
.BgClassName
{
background-color: #F7280A;
}
</style>
border-color css
<style>
span { border-color: #F7280A; }
span { border-color: rgb(247,40,10); }
td.TdClassName
{
border-color: #F7280A;
}
.TagClassName
{
border-color: #F7280A;
}
</style>