Shades of Persian Rose #FD32AA
Tints of Persian Rose #FD32AA
RGB
CMYK
RGB Variations
Color information
#FD32AA (or 0xFD32AA) is known color: Persian Rose. HEX triplet: FD, 32 and AA. RGB value is (253,50,170). Sum of RGB (Red+Green+Blue) = 253+50+170=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 50 (19.92% from 255 or 10.57% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FD32AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD32AA is #02CD55. Grayscale: #7C7C7C. Windows color (decimal): -183638 or 11154173. OLE color: 11154173.
HSL color Cylindrical-coordinate representation of color #FD32AA: hue angle of 324.53º 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 #FD32AA is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 170 | - |
| CMYK | 0 | 0.80 | 0.33 | 0.01 |
| HSL | 324.53º | 0.98% | 0.59% | - |
| HSV(B) | 324.53º | 0.8% | 0.99% | - |
| XYZ | 48.9 | 26.07 | 40.48 | - |
| YUV | 124.38 | 153.75 | 219.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 170 | 0 | 0.80 | 0.33 | 0.01 | 324.53 | 0.98 | 0.59 |
| Hex | FD | 32 | AA | 0 | 50 | 21 | 1 | 145 | 62 | 3B |
| Octal | 375 | 62 | 252 | 0 | 120 | 41 | 1 | 505 | 142 | 73 |
| Binary | 11111101 | 110010 | 10101010 | 0 | 1010000 | 100001 | 1 | 101000101 | 1100010 | 111011 |
Color Harmonies of #FD32AA
Complementary color
Monochromatic Colors of #FD32AA
Black with #FD32AA
Text Example
Text Example
White with #FD32AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD32AA; }
p { color: rgb(253,50,170); }
H1.HeaderClassName
{
color: #FD32AA;
}
.AnyTagClassName
{
color: #FD32AA;
}
</style>
background-color css
<style>
a { background-color: #FD32AA; }
a { background-color: rgb(253,50,170); }
div.DivClassName
{
background-color: #FD32AA;
}
.BgClassName
{
background-color: #FD32AA;
}
</style>
border-color css
<style>
span { border-color: #FD32AA; }
span { border-color: rgb(253,50,170); }
td.TdClassName
{
border-color: #FD32AA;
}
.TagClassName
{
border-color: #FD32AA;
}
</style>