Shades of Spicy Pink #F720A8
Tints of Spicy Pink #F720A8
RGB
CMYK
RGB Variations
Color information
#F720A8 (or 0xF720A8) is known color: Spicy Pink. HEX triplet: F7, 20 and A8. RGB value is (247,32,168). Sum of RGB (Red+Green+Blue) = 247+32+168=447 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.26% from 447); Green value is 32 (12.89% from 255 or 7.16% from 447); Blue value is 168 (66.02% from 255 or 37.58% from 447); Max value from RGB is 247 - color contains mainly: red. Hex color #F720A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F720A8 is #08DF57. Grayscale: #6F6F6F. Windows color (decimal): -581464 or 11018487. OLE color: 11018487.
HSL color Cylindrical-coordinate representation of color #F720A8: hue angle of 322.05º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F720A8 is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 32 | 168 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.03 |
| HSL | 322.05º | 0.93% | 0.55% | - |
| HSV(B) | 322.05º | 0.87% | 0.97% | - |
| XYZ | 45.94 | 23.63 | 39.19 | - |
| YUV | 111.79 | 159.73 | 224.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 32 | 168 | 0 | 0.87 | 0.32 | 0.03 | 322.05 | 0.93 | 0.55 |
| Hex | F7 | 20 | A8 | 0 | 57 | 20 | 3 | 142 | 5D | 37 |
| Octal | 367 | 40 | 250 | 0 | 127 | 40 | 3 | 502 | 135 | 67 |
| Binary | 11110111 | 100000 | 10101000 | 0 | 1010111 | 100000 | 11 | 101000010 | 1011101 | 110111 |
Color Harmonies of #F720A8
Complementary color
Monochromatic Colors of #F720A8
Black with #F720A8
Text Example
Text Example
White with #F720A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F720A8; }
p { color: rgb(247,32,168); }
H1.HeaderClassName
{
color: #F720A8;
}
.AnyTagClassName
{
color: #F720A8;
}
</style>
background-color css
<style>
a { background-color: #F720A8; }
a { background-color: rgb(247,32,168); }
div.DivClassName
{
background-color: #F720A8;
}
.BgClassName
{
background-color: #F720A8;
}
</style>
border-color css
<style>
span { border-color: #F720A8; }
span { border-color: rgb(247,32,168); }
td.TdClassName
{
border-color: #F720A8;
}
.TagClassName
{
border-color: #F720A8;
}
</style>