Shades of Spicy Pink #F716A7
Tints of Spicy Pink #F716A7
RGB
CMYK
RGB Variations
Color information
#F716A7 (or 0xF716A7) is known color: Spicy Pink. HEX triplet: F7, 16 and A7. RGB value is (247,22,167). Sum of RGB (Red+Green+Blue) = 247+22+167=436 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.65% from 436); Green value is 22 (8.98% from 255 or 5.05% from 436); Blue value is 167 (65.62% from 255 or 38.30% from 436); Max value from RGB is 247 - color contains mainly: red. Hex color #F716A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F716A7 is #08E958. Grayscale: #696969. Windows color (decimal): -584025 or 10950391. OLE color: 10950391.
HSL color Cylindrical-coordinate representation of color #F716A7: hue angle of 321.33º 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 #F716A7 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 22 | 167 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.03 |
| HSL | 321.33º | 0.93% | 0.53% | - |
| HSV(B) | 321.33º | 0.91% | 0.97% | - |
| XYZ | 45.62 | 23.14 | 38.62 | - |
| YUV | 105.81 | 162.54 | 228.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 22 | 167 | 0 | 0.91 | 0.32 | 0.03 | 321.33 | 0.93 | 0.53 |
| Hex | F7 | 16 | A7 | 0 | 5B | 20 | 3 | 141 | 5D | 35 |
| Octal | 367 | 26 | 247 | 0 | 133 | 40 | 3 | 501 | 135 | 65 |
| Binary | 11110111 | 10110 | 10100111 | 0 | 1011011 | 100000 | 11 | 101000001 | 1011101 | 110101 |
Color Harmonies of #F716A7
Complementary color
Monochromatic Colors of #F716A7
Black with #F716A7
Text Example
Text Example
White with #F716A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F716A7; }
p { color: rgb(247,22,167); }
H1.HeaderClassName
{
color: #F716A7;
}
.AnyTagClassName
{
color: #F716A7;
}
</style>
background-color css
<style>
a { background-color: #F716A7; }
a { background-color: rgb(247,22,167); }
div.DivClassName
{
background-color: #F716A7;
}
.BgClassName
{
background-color: #F716A7;
}
</style>
border-color css
<style>
span { border-color: #F716A7; }
span { border-color: rgb(247,22,167); }
td.TdClassName
{
border-color: #F716A7;
}
.TagClassName
{
border-color: #F716A7;
}
</style>