Shades of Persian Rose #FD32A9
Tints of Persian Rose #FD32A9
RGB
CMYK
RGB Variations
Color information
#FD32A9 (or 0xFD32A9) is known color: Persian Rose. HEX triplet: FD, 32 and A9. RGB value is (253,50,169). Sum of RGB (Red+Green+Blue) = 253+50+169=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 50 (19.92% from 255 or 10.59% from 472); Blue value is 169 (66.41% from 255 or 35.81% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FD32A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD32A9 is #02CD56. Grayscale: #7B7B7B. Windows color (decimal): -183639 or 11088637. OLE color: 11088637.
HSL color Cylindrical-coordinate representation of color #FD32A9: hue angle of 324.83º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD32A9 is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 169 | - |
| CMYK | 0 | 0.80 | 0.33 | 0.01 |
| HSL | 324.83º | 0.98% | 0.59% | - |
| HSV(B) | 324.83º | 0.8% | 0.99% | - |
| XYZ | 48.81 | 26.03 | 39.99 | - |
| YUV | 124.26 | 153.25 | 219.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 169 | 0 | 0.80 | 0.33 | 0.01 | 324.83 | 0.98 | 0.59 |
| Hex | FD | 32 | A9 | 0 | 50 | 21 | 1 | 145 | 62 | 3B |
| Octal | 375 | 62 | 251 | 0 | 120 | 41 | 1 | 505 | 142 | 73 |
| Binary | 11111101 | 110010 | 10101001 | 0 | 1010000 | 100001 | 1 | 101000101 | 1100010 | 111011 |
Color Harmonies of #FD32A9
Complementary color
Monochromatic Colors of #FD32A9
Black with #FD32A9
Text Example
Text Example
White with #FD32A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD32A9; }
p { color: rgb(253,50,169); }
H1.HeaderClassName
{
color: #FD32A9;
}
.AnyTagClassName
{
color: #FD32A9;
}
</style>
background-color css
<style>
a { background-color: #FD32A9; }
a { background-color: rgb(253,50,169); }
div.DivClassName
{
background-color: #FD32A9;
}
.BgClassName
{
background-color: #FD32A9;
}
</style>
border-color css
<style>
span { border-color: #FD32A9; }
span { border-color: rgb(253,50,169); }
td.TdClassName
{
border-color: #FD32A9;
}
.TagClassName
{
border-color: #FD32A9;
}
</style>