Shades of Persian Rose #FD29A1
Tints of Persian Rose #FD29A1
RGB
CMYK
RGB Variations
Color information
#FD29A1 (or 0xFD29A1) is known color: Persian Rose. HEX triplet: FD, 29 and A1. RGB value is (253,41,161). Sum of RGB (Red+Green+Blue) = 253+41+161=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 41 (16.41% from 255 or 9.01% from 455); Blue value is 161 (63.28% from 255 or 35.38% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FD29A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD29A1 is #02D65E. Grayscale: #757575. Windows color (decimal): -185951 or 10562045. OLE color: 10562045.
HSL color Cylindrical-coordinate representation of color #FD29A1: hue angle of 326.04º 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 #FD29A1 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 41 | 161 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.01 |
| HSL | 326.04º | 0.98% | 0.58% | - |
| HSV(B) | 326.04º | 0.84% | 0.99% | - |
| XYZ | 47.73 | 25.04 | 36.04 | - |
| YUV | 118.07 | 152.24 | 224.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 41 | 161 | 0 | 0.84 | 0.36 | 0.01 | 326.04 | 0.98 | 0.58 |
| Hex | FD | 29 | A1 | 0 | 54 | 24 | 1 | 146 | 62 | 3A |
| Octal | 375 | 51 | 241 | 0 | 124 | 44 | 1 | 506 | 142 | 72 |
| Binary | 11111101 | 101001 | 10100001 | 0 | 1010100 | 100100 | 1 | 101000110 | 1100010 | 111010 |
Color Harmonies of #FD29A1
Complementary color
Monochromatic Colors of #FD29A1
Black with #FD29A1
Text Example
Text Example
White with #FD29A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD29A1; }
p { color: rgb(253,41,161); }
H1.HeaderClassName
{
color: #FD29A1;
}
.AnyTagClassName
{
color: #FD29A1;
}
</style>
background-color css
<style>
a { background-color: #FD29A1; }
a { background-color: rgb(253,41,161); }
div.DivClassName
{
background-color: #FD29A1;
}
.BgClassName
{
background-color: #FD29A1;
}
</style>
border-color css
<style>
span { border-color: #FD29A1; }
span { border-color: rgb(253,41,161); }
td.TdClassName
{
border-color: #FD29A1;
}
.TagClassName
{
border-color: #FD29A1;
}
</style>