Shades of Spicy Pink #F71AB0
Tints of Spicy Pink #F71AB0
RGB
CMYK
RGB Variations
Color information
#F71AB0 (or 0xF71AB0) is known color: Spicy Pink. HEX triplet: F7, 1A and B0. RGB value is (247,26,176). Sum of RGB (Red+Green+Blue) = 247+26+176=449 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.01% from 449); Green value is 26 (10.55% from 255 or 5.79% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 247 - color contains mainly: red. Hex color #F71AB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F71AB0 is #08E54F. Grayscale: #6C6C6C. Windows color (decimal): -582992 or 11541239. OLE color: 11541239.
HSL color Cylindrical-coordinate representation of color #F71AB0: hue angle of 319.28º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F71AB0 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 26 | 176 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.03 |
| HSL | 319.28º | 0.93% | 0.54% | - |
| HSV(B) | 319.28º | 0.89% | 0.97% | - |
| XYZ | 46.56 | 23.65 | 43.18 | - |
| YUV | 109.18 | 165.72 | 226.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 26 | 176 | 0 | 0.89 | 0.29 | 0.03 | 319.28 | 0.93 | 0.54 |
| Hex | F7 | 1A | B0 | 0 | 59 | 1D | 3 | 13F | 5D | 36 |
| Octal | 367 | 32 | 260 | 0 | 131 | 35 | 3 | 477 | 135 | 66 |
| Binary | 11110111 | 11010 | 10110000 | 0 | 1011001 | 11101 | 11 | 100111111 | 1011101 | 110110 |
Color Harmonies of #F71AB0
Complementary color
Monochromatic Colors of #F71AB0
Black with #F71AB0
Text Example
Text Example
White with #F71AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71AB0; }
p { color: rgb(247,26,176); }
H1.HeaderClassName
{
color: #F71AB0;
}
.AnyTagClassName
{
color: #F71AB0;
}
</style>
background-color css
<style>
a { background-color: #F71AB0; }
a { background-color: rgb(247,26,176); }
div.DivClassName
{
background-color: #F71AB0;
}
.BgClassName
{
background-color: #F71AB0;
}
</style>
border-color css
<style>
span { border-color: #F71AB0; }
span { border-color: rgb(247,26,176); }
td.TdClassName
{
border-color: #F71AB0;
}
.TagClassName
{
border-color: #F71AB0;
}
</style>