Shades of Persian Rose #FD29A0
Tints of Persian Rose #FD29A0
RGB
CMYK
RGB Variations
Color information
#FD29A0 (or 0xFD29A0) is known color: Persian Rose. HEX triplet: FD, 29 and A0. RGB value is (253,41,160). Sum of RGB (Red+Green+Blue) = 253+41+160=454 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.73% from 454); Green value is 41 (16.41% from 255 or 9.03% from 454); Blue value is 160 (62.89% from 255 or 35.24% from 454); Max value from RGB is 253 - color contains mainly: red. Hex color #FD29A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD29A0 is #02D65F. Grayscale: #757575. Windows color (decimal): -185952 or 10496509. OLE color: 10496509.
HSL color Cylindrical-coordinate representation of color #FD29A0: hue angle of 326.32º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD29A0 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 41 | 160 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.01 |
| HSL | 326.32º | 0.98% | 0.58% | - |
| HSV(B) | 326.32º | 0.84% | 0.99% | - |
| XYZ | 47.65 | 25.01 | 35.57 | - |
| YUV | 117.95 | 151.74 | 224.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 41 | 160 | 0 | 0.84 | 0.37 | 0.01 | 326.32 | 0.98 | 0.58 |
| Hex | FD | 29 | A0 | 0 | 54 | 25 | 1 | 146 | 62 | 3A |
| Octal | 375 | 51 | 240 | 0 | 124 | 45 | 1 | 506 | 142 | 72 |
| Binary | 11111101 | 101001 | 10100000 | 0 | 1010100 | 100101 | 1 | 101000110 | 1100010 | 111010 |
Color Harmonies of #FD29A0
Complementary color
Monochromatic Colors of #FD29A0
Black with #FD29A0
Text Example
Text Example
White with #FD29A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD29A0; }
p { color: rgb(253,41,160); }
H1.HeaderClassName
{
color: #FD29A0;
}
.AnyTagClassName
{
color: #FD29A0;
}
</style>
background-color css
<style>
a { background-color: #FD29A0; }
a { background-color: rgb(253,41,160); }
div.DivClassName
{
background-color: #FD29A0;
}
.BgClassName
{
background-color: #FD29A0;
}
</style>
border-color css
<style>
span { border-color: #FD29A0; }
span { border-color: rgb(253,41,160); }
td.TdClassName
{
border-color: #FD29A0;
}
.TagClassName
{
border-color: #FD29A0;
}
</style>