Shades of Spicy Pink #F71DB1
Tints of Spicy Pink #F71DB1
RGB
CMYK
RGB Variations
Color information
#F71DB1 (or 0xF71DB1) is known color: Spicy Pink. HEX triplet: F7, 1D and B1. RGB value is (247,29,177). Sum of RGB (Red+Green+Blue) = 247+29+177=453 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.53% from 453); Green value is 29 (11.72% from 255 or 6.40% from 453); Blue value is 177 (69.53% from 255 or 39.07% from 453); Max value from RGB is 247 - color contains mainly: red. Hex color #F71DB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F71DB1 is #08E24E. Grayscale: #6E6E6E. Windows color (decimal): -582223 or 11607543. OLE color: 11607543.
HSL color Cylindrical-coordinate representation of color #F71DB1: hue angle of 319.27º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F71DB1 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 29 | 177 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.03 |
| HSL | 319.27º | 0.93% | 0.54% | - |
| HSV(B) | 319.27º | 0.88% | 0.97% | - |
| XYZ | 46.73 | 23.83 | 43.73 | - |
| YUV | 111.05 | 165.22 | 224.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 29 | 177 | 0 | 0.88 | 0.28 | 0.03 | 319.27 | 0.93 | 0.54 |
| Hex | F7 | 1D | B1 | 0 | 58 | 1C | 3 | 13F | 5D | 36 |
| Octal | 367 | 35 | 261 | 0 | 130 | 34 | 3 | 477 | 135 | 66 |
| Binary | 11110111 | 11101 | 10110001 | 0 | 1011000 | 11100 | 11 | 100111111 | 1011101 | 110110 |
Color Harmonies of #F71DB1
Complementary color
Monochromatic Colors of #F71DB1
Black with #F71DB1
Text Example
Text Example
White with #F71DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71DB1; }
p { color: rgb(247,29,177); }
H1.HeaderClassName
{
color: #F71DB1;
}
.AnyTagClassName
{
color: #F71DB1;
}
</style>
background-color css
<style>
a { background-color: #F71DB1; }
a { background-color: rgb(247,29,177); }
div.DivClassName
{
background-color: #F71DB1;
}
.BgClassName
{
background-color: #F71DB1;
}
</style>
border-color css
<style>
span { border-color: #F71DB1; }
span { border-color: rgb(247,29,177); }
td.TdClassName
{
border-color: #F71DB1;
}
.TagClassName
{
border-color: #F71DB1;
}
</style>