Shades of Spicy Pink #F710AB
Tints of Spicy Pink #F710AB
RGB
CMYK
RGB Variations
Color information
#F710AB (or 0xF710AB) is known color: Spicy Pink. HEX triplet: F7, 10 and AB. RGB value is (247,16,171). Sum of RGB (Red+Green+Blue) = 247+16+171=434 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.91% from 434); Green value is 16 (6.64% from 255 or 3.69% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 247 - color contains mainly: red. Hex color #F710AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F710AB is #08EF54. Grayscale: #666666. Windows color (decimal): -585557 or 11210999. OLE color: 11210999.
HSL color Cylindrical-coordinate representation of color #F710AB: hue angle of 319.74º 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 #F710AB is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 16 | 171 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.03 |
| HSL | 319.74º | 0.94% | 0.52% | - |
| HSV(B) | 319.74º | 0.94% | 0.97% | - |
| XYZ | 45.89 | 23.09 | 40.57 | - |
| YUV | 102.74 | 166.53 | 230.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 16 | 171 | 0 | 0.94 | 0.31 | 0.03 | 319.74 | 0.94 | 0.52 |
| Hex | F7 | 10 | AB | 0 | 5E | 1F | 3 | 140 | 5E | 34 |
| Octal | 367 | 20 | 253 | 0 | 136 | 37 | 3 | 500 | 136 | 64 |
| Binary | 11110111 | 10000 | 10101011 | 0 | 1011110 | 11111 | 11 | 101000000 | 1011110 | 110100 |
Color Harmonies of #F710AB
Complementary color
Monochromatic Colors of #F710AB
Black with #F710AB
Text Example
Text Example
White with #F710AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F710AB; }
p { color: rgb(247,16,171); }
H1.HeaderClassName
{
color: #F710AB;
}
.AnyTagClassName
{
color: #F710AB;
}
</style>
background-color css
<style>
a { background-color: #F710AB; }
a { background-color: rgb(247,16,171); }
div.DivClassName
{
background-color: #F710AB;
}
.BgClassName
{
background-color: #F710AB;
}
</style>
border-color css
<style>
span { border-color: #F710AB; }
span { border-color: rgb(247,16,171); }
td.TdClassName
{
border-color: #F710AB;
}
.TagClassName
{
border-color: #F710AB;
}
</style>