Shades of Spicy Pink #FD25AD
Tints of Spicy Pink #FD25AD
RGB
CMYK
RGB Variations
Color information
#FD25AD (or 0xFD25AD) is known color: Spicy Pink. HEX triplet: FD, 25 and AD. RGB value is (253,37,173). Sum of RGB (Red+Green+Blue) = 253+37+173=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 37 (14.84% from 255 or 7.99% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FD25AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD25AD is #02DA52. Grayscale: #747474. Windows color (decimal): -186963 or 11347453. OLE color: 11347453.
HSL color Cylindrical-coordinate representation of color #FD25AD: hue angle of 322.22º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FD25AD is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 37 | 173 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.01 |
| HSL | 322.22º | 0.98% | 0.57% | - |
| HSV(B) | 322.22º | 0.85% | 0.99% | - |
| XYZ | 48.71 | 25.22 | 41.84 | - |
| YUV | 117.09 | 159.56 | 224.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 37 | 173 | 0 | 0.85 | 0.32 | 0.01 | 322.22 | 0.98 | 0.57 |
| Hex | FD | 25 | AD | 0 | 55 | 20 | 1 | 142 | 62 | 39 |
| Octal | 375 | 45 | 255 | 0 | 125 | 40 | 1 | 502 | 142 | 71 |
| Binary | 11111101 | 100101 | 10101101 | 0 | 1010101 | 100000 | 1 | 101000010 | 1100010 | 111001 |
Color Harmonies of #FD25AD
Complementary color
Monochromatic Colors of #FD25AD
Black with #FD25AD
Text Example
Text Example
White with #FD25AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD25AD; }
p { color: rgb(253,37,173); }
H1.HeaderClassName
{
color: #FD25AD;
}
.AnyTagClassName
{
color: #FD25AD;
}
</style>
background-color css
<style>
a { background-color: #FD25AD; }
a { background-color: rgb(253,37,173); }
div.DivClassName
{
background-color: #FD25AD;
}
.BgClassName
{
background-color: #FD25AD;
}
</style>
border-color css
<style>
span { border-color: #FD25AD; }
span { border-color: rgb(253,37,173); }
td.TdClassName
{
border-color: #FD25AD;
}
.TagClassName
{
border-color: #FD25AD;
}
</style>