Shades of Spicy Pink #FD1FAC
Tints of Spicy Pink #FD1FAC
RGB
CMYK
RGB Variations
Color information
#FD1FAC (or 0xFD1FAC) is known color: Spicy Pink. HEX triplet: FD, 1F and AC. RGB value is (253,31,172). Sum of RGB (Red+Green+Blue) = 253+31+172=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 31 (12.5% from 255 or 6.80% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1FAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD1FAC is #02E053. Grayscale: #717171. Windows color (decimal): -188500 or 11280381. OLE color: 11280381.
HSL color Cylindrical-coordinate representation of color #FD1FAC: hue angle of 321.89º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FD1FAC is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 31 | 172 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.01 |
| HSL | 321.89º | 0.98% | 0.56% | - |
| HSV(B) | 321.89º | 0.88% | 0.99% | - |
| XYZ | 48.44 | 24.84 | 41.27 | - |
| YUV | 113.45 | 161.05 | 227.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 31 | 172 | 0 | 0.88 | 0.32 | 0.01 | 321.89 | 0.98 | 0.56 |
| Hex | FD | 1F | AC | 0 | 58 | 20 | 1 | 142 | 62 | 38 |
| Octal | 375 | 37 | 254 | 0 | 130 | 40 | 1 | 502 | 142 | 70 |
| Binary | 11111101 | 11111 | 10101100 | 0 | 1011000 | 100000 | 1 | 101000010 | 1100010 | 111000 |
Color Harmonies of #FD1FAC
Complementary color
Monochromatic Colors of #FD1FAC
Black with #FD1FAC
Text Example
Text Example
White with #FD1FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1FAC; }
p { color: rgb(253,31,172); }
H1.HeaderClassName
{
color: #FD1FAC;
}
.AnyTagClassName
{
color: #FD1FAC;
}
</style>
background-color css
<style>
a { background-color: #FD1FAC; }
a { background-color: rgb(253,31,172); }
div.DivClassName
{
background-color: #FD1FAC;
}
.BgClassName
{
background-color: #FD1FAC;
}
</style>
border-color css
<style>
span { border-color: #FD1FAC; }
span { border-color: rgb(253,31,172); }
td.TdClassName
{
border-color: #FD1FAC;
}
.TagClassName
{
border-color: #FD1FAC;
}
</style>