Shades of Persian Rose #FD32AD
Tints of Persian Rose #FD32AD
RGB
CMYK
RGB Variations
Color information
#FD32AD (or 0xFD32AD) is known color: Persian Rose. HEX triplet: FD, 32 and AD. RGB value is (253,50,173). Sum of RGB (Red+Green+Blue) = 253+50+173=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 50 (19.92% from 255 or 10.50% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FD32AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD32AD is #02CD52. Grayscale: #7C7C7C. Windows color (decimal): -183635 or 11350781. OLE color: 11350781.
HSL color Cylindrical-coordinate representation of color #FD32AD: hue angle of 323.65º 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 #FD32AD is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 173 | - |
| CMYK | 0 | 0.80 | 0.32 | 0.01 |
| HSL | 323.65º | 0.98% | 0.59% | - |
| HSV(B) | 323.65º | 0.8% | 0.99% | - |
| XYZ | 49.19 | 26.18 | 42 | - |
| YUV | 124.72 | 155.25 | 219.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 173 | 0 | 0.80 | 0.32 | 0.01 | 323.65 | 0.98 | 0.59 |
| Hex | FD | 32 | AD | 0 | 50 | 20 | 1 | 144 | 62 | 3B |
| Octal | 375 | 62 | 255 | 0 | 120 | 40 | 1 | 504 | 142 | 73 |
| Binary | 11111101 | 110010 | 10101101 | 0 | 1010000 | 100000 | 1 | 101000100 | 1100010 | 111011 |
Color Harmonies of #FD32AD
Complementary color
Monochromatic Colors of #FD32AD
Black with #FD32AD
Text Example
Text Example
White with #FD32AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD32AD; }
p { color: rgb(253,50,173); }
H1.HeaderClassName
{
color: #FD32AD;
}
.AnyTagClassName
{
color: #FD32AD;
}
</style>
background-color css
<style>
a { background-color: #FD32AD; }
a { background-color: rgb(253,50,173); }
div.DivClassName
{
background-color: #FD32AD;
}
.BgClassName
{
background-color: #FD32AD;
}
</style>
border-color css
<style>
span { border-color: #FD32AD; }
span { border-color: rgb(253,50,173); }
td.TdClassName
{
border-color: #FD32AD;
}
.TagClassName
{
border-color: #FD32AD;
}
</style>