Shades of Scarlet #F72802
Tints of Scarlet #F72802
RGB
CMYK
RGB Variations
Color information
#F72802 (or 0xF72802) is known color: Scarlet. HEX triplet: F7, 28 and 02. RGB value is (247,40,2). Sum of RGB (Red+Green+Blue) = 247+40+2=289 (38% of max value = 765). Red value is 247 (96.88% from 255 or 85.47% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 247 - color contains mainly: red. Hex color #F72802 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F72802 is #08D7FD. Grayscale: #616161. Windows color (decimal): -579582 or 141559. OLE color: 141559.
HSL color Cylindrical-coordinate representation of color #F72802: hue angle of 9.31º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F72802 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 40 | 2 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.03 |
| HSL | 9.31º | 0.98% | 0.49% | - |
| HSV(B) | 9.31º | 0.99% | 0.97% | - |
| XYZ | 39.13 | 21.3 | 2.11 | - |
| YUV | 97.56 | 74.08 | 234.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 40 | 2 | 0 | 0.84 | 0.99 | 0.03 | 9.31 | 0.98 | 0.49 |
| Hex | F7 | 28 | 2 | 0 | 54 | 63 | 3 | 9 | 62 | 31 |
| Octal | 367 | 50 | 2 | 0 | 124 | 143 | 3 | 11 | 142 | 61 |
| Binary | 11110111 | 101000 | 10 | 0 | 1010100 | 1100011 | 11 | 1001 | 1100010 | 110001 |
Color Harmonies of #F72802
Complementary color
Monochromatic Colors of #F72802
Black with #F72802
Text Example
Text Example
White with #F72802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72802; }
p { color: rgb(247,40,2); }
H1.HeaderClassName
{
color: #F72802;
}
.AnyTagClassName
{
color: #F72802;
}
</style>
background-color css
<style>
a { background-color: #F72802; }
a { background-color: rgb(247,40,2); }
div.DivClassName
{
background-color: #F72802;
}
.BgClassName
{
background-color: #F72802;
}
</style>
border-color css
<style>
span { border-color: #F72802; }
span { border-color: rgb(247,40,2); }
td.TdClassName
{
border-color: #F72802;
}
.TagClassName
{
border-color: #F72802;
}
</style>