Shades of Spicy Pink #F71CB1
Tints of Spicy Pink #F71CB1
RGB
CMYK
RGB Variations
Color information
#F71CB1 (or 0xF71CB1) is known color: Spicy Pink. HEX triplet: F7, 1C and B1. RGB value is (247,28,177). Sum of RGB (Red+Green+Blue) = 247+28+177=452 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.65% from 452); Green value is 28 (11.33% from 255 or 6.19% from 452); Blue value is 177 (69.53% from 255 or 39.16% from 452); Max value from RGB is 247 - color contains mainly: red. Hex color #F71CB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F71CB1 is #08E34E. Grayscale: #6E6E6E. Windows color (decimal): -582479 or 11607287. OLE color: 11607287.
HSL color Cylindrical-coordinate representation of color #F71CB1: hue angle of 319.18º 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 #F71CB1 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 28 | 177 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.03 |
| HSL | 319.18º | 0.93% | 0.54% | - |
| HSV(B) | 319.18º | 0.89% | 0.97% | - |
| XYZ | 46.71 | 23.78 | 43.72 | - |
| YUV | 110.47 | 165.55 | 225.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 28 | 177 | 0 | 0.89 | 0.28 | 0.03 | 319.18 | 0.93 | 0.54 |
| Hex | F7 | 1C | B1 | 0 | 59 | 1C | 3 | 13F | 5D | 36 |
| Octal | 367 | 34 | 261 | 0 | 131 | 34 | 3 | 477 | 135 | 66 |
| Binary | 11110111 | 11100 | 10110001 | 0 | 1011001 | 11100 | 11 | 100111111 | 1011101 | 110110 |
Color Harmonies of #F71CB1
Complementary color
Monochromatic Colors of #F71CB1
Black with #F71CB1
Text Example
Text Example
White with #F71CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71CB1; }
p { color: rgb(247,28,177); }
H1.HeaderClassName
{
color: #F71CB1;
}
.AnyTagClassName
{
color: #F71CB1;
}
</style>
background-color css
<style>
a { background-color: #F71CB1; }
a { background-color: rgb(247,28,177); }
div.DivClassName
{
background-color: #F71CB1;
}
.BgClassName
{
background-color: #F71CB1;
}
</style>
border-color css
<style>
span { border-color: #F71CB1; }
span { border-color: rgb(247,28,177); }
td.TdClassName
{
border-color: #F71CB1;
}
.TagClassName
{
border-color: #F71CB1;
}
</style>