Shades of Spicy Pink #F71AB1
Tints of Spicy Pink #F71AB1
RGB
CMYK
RGB Variations
Color information
#F71AB1 (or 0xF71AB1) is known color: Spicy Pink. HEX triplet: F7, 1A and B1. RGB value is (247,26,177). Sum of RGB (Red+Green+Blue) = 247+26+177=450 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.89% from 450); Green value is 26 (10.55% from 255 or 5.78% from 450); Blue value is 177 (69.53% from 255 or 39.33% from 450); Max value from RGB is 247 - color contains mainly: red. Hex color #F71AB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F71AB1 is #08E54E. Grayscale: #6C6C6C. Windows color (decimal): -582991 or 11606775. OLE color: 11606775.
HSL color Cylindrical-coordinate representation of color #F71AB1: hue angle of 319º 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 #F71AB1 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 26 | 177 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.03 |
| HSL | 319º | 0.93% | 0.54% | - |
| HSV(B) | 319º | 0.89% | 0.97% | - |
| XYZ | 46.66 | 23.69 | 43.71 | - |
| YUV | 109.29 | 166.22 | 226.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 26 | 177 | 0 | 0.89 | 0.28 | 0.03 | 319 | 0.93 | 0.54 |
| Hex | F7 | 1A | B1 | 0 | 59 | 1C | 3 | 13F | 5D | 36 |
| Octal | 367 | 32 | 261 | 0 | 131 | 34 | 3 | 477 | 135 | 66 |
| Binary | 11110111 | 11010 | 10110001 | 0 | 1011001 | 11100 | 11 | 100111111 | 1011101 | 110110 |
Color Harmonies of #F71AB1
Complementary color
Monochromatic Colors of #F71AB1
Black with #F71AB1
Text Example
Text Example
White with #F71AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71AB1; }
p { color: rgb(247,26,177); }
H1.HeaderClassName
{
color: #F71AB1;
}
.AnyTagClassName
{
color: #F71AB1;
}
</style>
background-color css
<style>
a { background-color: #F71AB1; }
a { background-color: rgb(247,26,177); }
div.DivClassName
{
background-color: #F71AB1;
}
.BgClassName
{
background-color: #F71AB1;
}
</style>
border-color css
<style>
span { border-color: #F71AB1; }
span { border-color: rgb(247,26,177); }
td.TdClassName
{
border-color: #F71AB1;
}
.TagClassName
{
border-color: #F71AB1;
}
</style>