Shades of Persian Rose #FD32AB
Tints of Persian Rose #FD32AB
RGB
CMYK
RGB Variations
Color information
#FD32AB (or 0xFD32AB) is known color: Persian Rose. HEX triplet: FD, 32 and AB. RGB value is (253,50,171). Sum of RGB (Red+Green+Blue) = 253+50+171=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 50 (19.92% from 255 or 10.55% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FD32AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD32AB is #02CD54. Grayscale: #7C7C7C. Windows color (decimal): -183637 or 11219709. OLE color: 11219709.
HSL color Cylindrical-coordinate representation of color #FD32AB: hue angle of 324.24º 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 #FD32AB is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 171 | - |
| CMYK | 0 | 0.80 | 0.32 | 0.01 |
| HSL | 324.24º | 0.98% | 0.59% | - |
| HSV(B) | 324.24º | 0.8% | 0.99% | - |
| XYZ | 49 | 26.1 | 40.98 | - |
| YUV | 124.49 | 154.25 | 219.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 171 | 0 | 0.80 | 0.32 | 0.01 | 324.24 | 0.98 | 0.59 |
| Hex | FD | 32 | AB | 0 | 50 | 20 | 1 | 144 | 62 | 3B |
| Octal | 375 | 62 | 253 | 0 | 120 | 40 | 1 | 504 | 142 | 73 |
| Binary | 11111101 | 110010 | 10101011 | 0 | 1010000 | 100000 | 1 | 101000100 | 1100010 | 111011 |
Color Harmonies of #FD32AB
Complementary color
Monochromatic Colors of #FD32AB
Black with #FD32AB
Text Example
Text Example
White with #FD32AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD32AB; }
p { color: rgb(253,50,171); }
H1.HeaderClassName
{
color: #FD32AB;
}
.AnyTagClassName
{
color: #FD32AB;
}
</style>
background-color css
<style>
a { background-color: #FD32AB; }
a { background-color: rgb(253,50,171); }
div.DivClassName
{
background-color: #FD32AB;
}
.BgClassName
{
background-color: #FD32AB;
}
</style>
border-color css
<style>
span { border-color: #FD32AB; }
span { border-color: rgb(253,50,171); }
td.TdClassName
{
border-color: #FD32AB;
}
.TagClassName
{
border-color: #FD32AB;
}
</style>