Shades of Scarlet #F72002
Tints of Scarlet #F72002
RGB
CMYK
RGB Variations
Color information
#F72002 (or 0xF72002) is known color: Scarlet. HEX triplet: F7, 20 and 02. RGB value is (247,32,2). Sum of RGB (Red+Green+Blue) = 247+32+2=281 (37% of max value = 765). Red value is 247 (96.88% from 255 or 87.90% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 247 - color contains mainly: red. Hex color #F72002 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F72002 is #08DFFD. Grayscale: #5D5D5D. Windows color (decimal): -581630 or 139511. OLE color: 139511.
HSL color Cylindrical-coordinate representation of color #F72002: hue angle of 7.35º 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 #F72002 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 32 | 2 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.03 |
| HSL | 7.35º | 0.98% | 0.49% | - |
| HSV(B) | 7.35º | 0.99% | 0.97% | - |
| XYZ | 38.89 | 20.81 | 2.02 | - |
| YUV | 92.87 | 76.73 | 237.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 32 | 2 | 0 | 0.87 | 0.99 | 0.03 | 7.35 | 0.98 | 0.49 |
| Hex | F7 | 20 | 2 | 0 | 57 | 63 | 3 | 7 | 62 | 31 |
| Octal | 367 | 40 | 2 | 0 | 127 | 143 | 3 | 7 | 142 | 61 |
| Binary | 11110111 | 100000 | 10 | 0 | 1010111 | 1100011 | 11 | 111 | 1100010 | 110001 |
Color Harmonies of #F72002
Complementary color
Monochromatic Colors of #F72002
Black with #F72002
Text Example
Text Example
White with #F72002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72002; }
p { color: rgb(247,32,2); }
H1.HeaderClassName
{
color: #F72002;
}
.AnyTagClassName
{
color: #F72002;
}
</style>
background-color css
<style>
a { background-color: #F72002; }
a { background-color: rgb(247,32,2); }
div.DivClassName
{
background-color: #F72002;
}
.BgClassName
{
background-color: #F72002;
}
</style>
border-color css
<style>
span { border-color: #F72002; }
span { border-color: rgb(247,32,2); }
td.TdClassName
{
border-color: #F72002;
}
.TagClassName
{
border-color: #F72002;
}
</style>