Shades of Spicy Pink #F710AD
Tints of Spicy Pink #F710AD
RGB
CMYK
RGB Variations
Color information
#F710AD (or 0xF710AD) is known color: Spicy Pink. HEX triplet: F7, 10 and AD. RGB value is (247,16,173). Sum of RGB (Red+Green+Blue) = 247+16+173=436 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.65% from 436); Green value is 16 (6.64% from 255 or 3.67% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 247 - color contains mainly: red. Hex color #F710AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F710AD is #08EF52. Grayscale: #666666. Windows color (decimal): -585555 or 11342071. OLE color: 11342071.
HSL color Cylindrical-coordinate representation of color #F710AD: hue angle of 319.22º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F710AD is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 16 | 173 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.03 |
| HSL | 319.22º | 0.94% | 0.52% | - |
| HSV(B) | 319.22º | 0.94% | 0.97% | - |
| XYZ | 46.09 | 23.16 | 41.58 | - |
| YUV | 102.97 | 167.53 | 230.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 16 | 173 | 0 | 0.94 | 0.30 | 0.03 | 319.22 | 0.94 | 0.52 |
| Hex | F7 | 10 | AD | 0 | 5E | 1E | 3 | 13F | 5E | 34 |
| Octal | 367 | 20 | 255 | 0 | 136 | 36 | 3 | 477 | 136 | 64 |
| Binary | 11110111 | 10000 | 10101101 | 0 | 1011110 | 11110 | 11 | 100111111 | 1011110 | 110100 |
Color Harmonies of #F710AD
Complementary color
Monochromatic Colors of #F710AD
Black with #F710AD
Text Example
Text Example
White with #F710AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F710AD; }
p { color: rgb(247,16,173); }
H1.HeaderClassName
{
color: #F710AD;
}
.AnyTagClassName
{
color: #F710AD;
}
</style>
background-color css
<style>
a { background-color: #F710AD; }
a { background-color: rgb(247,16,173); }
div.DivClassName
{
background-color: #F710AD;
}
.BgClassName
{
background-color: #F710AD;
}
</style>
border-color css
<style>
span { border-color: #F710AD; }
span { border-color: rgb(247,16,173); }
td.TdClassName
{
border-color: #F710AD;
}
.TagClassName
{
border-color: #F710AD;
}
</style>