Shades of Persian Rose #FD28AB
Tints of Persian Rose #FD28AB
RGB
CMYK
RGB Variations
Color information
#FD28AB (or 0xFD28AB) is known color: Persian Rose. HEX triplet: FD, 28 and AB. RGB value is (253,40,171). Sum of RGB (Red+Green+Blue) = 253+40+171=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 40 (16.02% from 255 or 8.62% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FD28AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD28AB is #02D754. Grayscale: #767676. Windows color (decimal): -186197 or 11217149. OLE color: 11217149.
HSL color Cylindrical-coordinate representation of color #FD28AB: hue angle of 323.1º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD28AB is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 40 | 171 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.01 |
| HSL | 323.1º | 0.98% | 0.57% | - |
| HSV(B) | 323.1º | 0.84% | 0.99% | - |
| XYZ | 48.62 | 25.34 | 40.86 | - |
| YUV | 118.62 | 157.57 | 223.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 40 | 171 | 0 | 0.84 | 0.32 | 0.01 | 323.1 | 0.98 | 0.57 |
| Hex | FD | 28 | AB | 0 | 54 | 20 | 1 | 143 | 62 | 39 |
| Octal | 375 | 50 | 253 | 0 | 124 | 40 | 1 | 503 | 142 | 71 |
| Binary | 11111101 | 101000 | 10101011 | 0 | 1010100 | 100000 | 1 | 101000011 | 1100010 | 111001 |
Color Harmonies of #FD28AB
Complementary color
Monochromatic Colors of #FD28AB
Black with #FD28AB
Text Example
Text Example
White with #FD28AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD28AB; }
p { color: rgb(253,40,171); }
H1.HeaderClassName
{
color: #FD28AB;
}
.AnyTagClassName
{
color: #FD28AB;
}
</style>
background-color css
<style>
a { background-color: #FD28AB; }
a { background-color: rgb(253,40,171); }
div.DivClassName
{
background-color: #FD28AB;
}
.BgClassName
{
background-color: #FD28AB;
}
</style>
border-color css
<style>
span { border-color: #FD28AB; }
span { border-color: rgb(253,40,171); }
td.TdClassName
{
border-color: #FD28AB;
}
.TagClassName
{
border-color: #FD28AB;
}
</style>