Shades of Spicy Pink #FD1AAF
Tints of Spicy Pink #FD1AAF
RGB
CMYK
RGB Variations
Color information
#FD1AAF (or 0xFD1AAF) is known color: Spicy Pink. HEX triplet: FD, 1A and AF. RGB value is (253,26,175). Sum of RGB (Red+Green+Blue) = 253+26+175=454 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.73% from 454); Green value is 26 (10.55% from 255 or 5.73% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1AAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD1AAF is #02E550. Grayscale: #6E6E6E. Windows color (decimal): -189777 or 11475709. OLE color: 11475709.
HSL color Cylindrical-coordinate representation of color #FD1AAF: hue angle of 320.62º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD1AAF is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 26 | 175 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.01 |
| HSL | 320.62º | 0.98% | 0.55% | - |
| HSV(B) | 320.62º | 0.9% | 0.99% | - |
| XYZ | 48.62 | 24.72 | 42.77 | - |
| YUV | 110.86 | 164.21 | 229.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 26 | 175 | 0 | 0.90 | 0.31 | 0.01 | 320.62 | 0.98 | 0.55 |
| Hex | FD | 1A | AF | 0 | 5A | 1F | 1 | 141 | 62 | 37 |
| Octal | 375 | 32 | 257 | 0 | 132 | 37 | 1 | 501 | 142 | 67 |
| Binary | 11111101 | 11010 | 10101111 | 0 | 1011010 | 11111 | 1 | 101000001 | 1100010 | 110111 |
Color Harmonies of #FD1AAF
Complementary color
Monochromatic Colors of #FD1AAF
Black with #FD1AAF
Text Example
Text Example
White with #FD1AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1AAF; }
p { color: rgb(253,26,175); }
H1.HeaderClassName
{
color: #FD1AAF;
}
.AnyTagClassName
{
color: #FD1AAF;
}
</style>
background-color css
<style>
a { background-color: #FD1AAF; }
a { background-color: rgb(253,26,175); }
div.DivClassName
{
background-color: #FD1AAF;
}
.BgClassName
{
background-color: #FD1AAF;
}
</style>
border-color css
<style>
span { border-color: #FD1AAF; }
span { border-color: rgb(253,26,175); }
td.TdClassName
{
border-color: #FD1AAF;
}
.TagClassName
{
border-color: #FD1AAF;
}
</style>