Shades of Spicy Pink #F71AAB
Tints of Spicy Pink #F71AAB
RGB
CMYK
RGB Variations
Color information
#F71AAB (or 0xF71AAB) is known color: Spicy Pink. HEX triplet: F7, 1A and AB. RGB value is (247,26,171). Sum of RGB (Red+Green+Blue) = 247+26+171=444 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.63% from 444); Green value is 26 (10.55% from 255 or 5.86% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 247 - color contains mainly: red. Hex color #F71AAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F71AAB is #08E554. Grayscale: #6C6C6C. Windows color (decimal): -582997 or 11213559. OLE color: 11213559.
HSL color Cylindrical-coordinate representation of color #F71AAB: hue angle of 320.63º 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 #F71AAB is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 26 | 171 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.03 |
| HSL | 320.63º | 0.93% | 0.54% | - |
| HSV(B) | 320.63º | 0.89% | 0.97% | - |
| XYZ | 46.08 | 23.45 | 40.63 | - |
| YUV | 108.61 | 163.22 | 226.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 26 | 171 | 0 | 0.89 | 0.31 | 0.03 | 320.63 | 0.93 | 0.54 |
| Hex | F7 | 1A | AB | 0 | 59 | 1F | 3 | 141 | 5D | 36 |
| Octal | 367 | 32 | 253 | 0 | 131 | 37 | 3 | 501 | 135 | 66 |
| Binary | 11110111 | 11010 | 10101011 | 0 | 1011001 | 11111 | 11 | 101000001 | 1011101 | 110110 |
Color Harmonies of #F71AAB
Complementary color
Monochromatic Colors of #F71AAB
Black with #F71AAB
Text Example
Text Example
White with #F71AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71AAB; }
p { color: rgb(247,26,171); }
H1.HeaderClassName
{
color: #F71AAB;
}
.AnyTagClassName
{
color: #F71AAB;
}
</style>
background-color css
<style>
a { background-color: #F71AAB; }
a { background-color: rgb(247,26,171); }
div.DivClassName
{
background-color: #F71AAB;
}
.BgClassName
{
background-color: #F71AAB;
}
</style>
border-color css
<style>
span { border-color: #F71AAB; }
span { border-color: rgb(247,26,171); }
td.TdClassName
{
border-color: #F71AAB;
}
.TagClassName
{
border-color: #F71AAB;
}
</style>