Shades of Spicy Pink #F716A8
Tints of Spicy Pink #F716A8
RGB
CMYK
RGB Variations
Color information
#F716A8 (or 0xF716A8) is known color: Spicy Pink. HEX triplet: F7, 16 and A8. RGB value is (247,22,168). Sum of RGB (Red+Green+Blue) = 247+22+168=437 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.52% from 437); Green value is 22 (8.98% from 255 or 5.03% from 437); Blue value is 168 (66.02% from 255 or 38.44% from 437); Max value from RGB is 247 - color contains mainly: red. Hex color #F716A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F716A8 is #08E957. Grayscale: #696969. Windows color (decimal): -584024 or 11015927. OLE color: 11015927.
HSL color Cylindrical-coordinate representation of color #F716A8: hue angle of 321.07º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F716A8 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 22 | 168 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.03 |
| HSL | 321.07º | 0.93% | 0.53% | - |
| HSV(B) | 321.07º | 0.91% | 0.97% | - |
| XYZ | 45.71 | 23.18 | 39.11 | - |
| YUV | 105.92 | 163.04 | 228.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 22 | 168 | 0 | 0.91 | 0.32 | 0.03 | 321.07 | 0.93 | 0.53 |
| Hex | F7 | 16 | A8 | 0 | 5B | 20 | 3 | 141 | 5D | 35 |
| Octal | 367 | 26 | 250 | 0 | 133 | 40 | 3 | 501 | 135 | 65 |
| Binary | 11110111 | 10110 | 10101000 | 0 | 1011011 | 100000 | 11 | 101000001 | 1011101 | 110101 |
Color Harmonies of #F716A8
Complementary color
Monochromatic Colors of #F716A8
Black with #F716A8
Text Example
Text Example
White with #F716A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F716A8; }
p { color: rgb(247,22,168); }
H1.HeaderClassName
{
color: #F716A8;
}
.AnyTagClassName
{
color: #F716A8;
}
</style>
background-color css
<style>
a { background-color: #F716A8; }
a { background-color: rgb(247,22,168); }
div.DivClassName
{
background-color: #F716A8;
}
.BgClassName
{
background-color: #F716A8;
}
</style>
border-color css
<style>
span { border-color: #F716A8; }
span { border-color: rgb(247,22,168); }
td.TdClassName
{
border-color: #F716A8;
}
.TagClassName
{
border-color: #F716A8;
}
</style>