Shades of Spicy Pink #FD17AA
Tints of Spicy Pink #FD17AA
RGB
CMYK
RGB Variations
Color information
#FD17AA (or 0xFD17AA) is known color: Spicy Pink. HEX triplet: FD, 17 and AA. RGB value is (253,23,170). Sum of RGB (Red+Green+Blue) = 253+23+170=446 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.73% from 446); Green value is 23 (9.38% from 255 or 5.16% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 253 - color contains mainly: red. Hex color #FD17AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD17AA is #02E855. Grayscale: #6C6C6C. Windows color (decimal): -190550 or 11147261. OLE color: 11147261.
HSL color Cylindrical-coordinate representation of color #FD17AA: hue angle of 321.65º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD17AA is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 23 | 170 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.01 |
| HSL | 321.65º | 0.98% | 0.54% | - |
| HSV(B) | 321.65º | 0.91% | 0.99% | - |
| XYZ | 48.07 | 24.4 | 40.21 | - |
| YUV | 108.53 | 162.7 | 231.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 23 | 170 | 0 | 0.91 | 0.33 | 0.01 | 321.65 | 0.98 | 0.54 |
| Hex | FD | 17 | AA | 0 | 5B | 21 | 1 | 142 | 62 | 36 |
| Octal | 375 | 27 | 252 | 0 | 133 | 41 | 1 | 502 | 142 | 66 |
| Binary | 11111101 | 10111 | 10101010 | 0 | 1011011 | 100001 | 1 | 101000010 | 1100010 | 110110 |
Color Harmonies of #FD17AA
Complementary color
Monochromatic Colors of #FD17AA
Black with #FD17AA
Text Example
Text Example
White with #FD17AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD17AA; }
p { color: rgb(253,23,170); }
H1.HeaderClassName
{
color: #FD17AA;
}
.AnyTagClassName
{
color: #FD17AA;
}
</style>
background-color css
<style>
a { background-color: #FD17AA; }
a { background-color: rgb(253,23,170); }
div.DivClassName
{
background-color: #FD17AA;
}
.BgClassName
{
background-color: #FD17AA;
}
</style>
border-color css
<style>
span { border-color: #FD17AA; }
span { border-color: rgb(253,23,170); }
td.TdClassName
{
border-color: #FD17AA;
}
.TagClassName
{
border-color: #FD17AA;
}
</style>