Shades of Persian Rose #FD2AA8
Tints of Persian Rose #FD2AA8
RGB
CMYK
RGB Variations
Color information
#FD2AA8 (or 0xFD2AA8) is known color: Persian Rose. HEX triplet: FD, 2A and A8. RGB value is (253,42,168). Sum of RGB (Red+Green+Blue) = 253+42+168=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 42 (16.80% from 255 or 9.07% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2AA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2AA8 is #02D557. Grayscale: #777777. Windows color (decimal): -185688 or 11021053. OLE color: 11021053.
HSL color Cylindrical-coordinate representation of color #FD2AA8: hue angle of 324.17º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD2AA8 is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 42 | 168 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.01 |
| HSL | 324.17º | 0.98% | 0.58% | - |
| HSV(B) | 324.17º | 0.83% | 0.99% | - |
| XYZ | 48.4 | 25.37 | 39.39 | - |
| YUV | 119.45 | 155.4 | 223.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 42 | 168 | 0 | 0.83 | 0.34 | 0.01 | 324.17 | 0.98 | 0.58 |
| Hex | FD | 2A | A8 | 0 | 53 | 22 | 1 | 144 | 62 | 3A |
| Octal | 375 | 52 | 250 | 0 | 123 | 42 | 1 | 504 | 142 | 72 |
| Binary | 11111101 | 101010 | 10101000 | 0 | 1010011 | 100010 | 1 | 101000100 | 1100010 | 111010 |
Color Harmonies of #FD2AA8
Complementary color
Monochromatic Colors of #FD2AA8
Black with #FD2AA8
Text Example
Text Example
White with #FD2AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2AA8; }
p { color: rgb(253,42,168); }
H1.HeaderClassName
{
color: #FD2AA8;
}
.AnyTagClassName
{
color: #FD2AA8;
}
</style>
background-color css
<style>
a { background-color: #FD2AA8; }
a { background-color: rgb(253,42,168); }
div.DivClassName
{
background-color: #FD2AA8;
}
.BgClassName
{
background-color: #FD2AA8;
}
</style>
border-color css
<style>
span { border-color: #FD2AA8; }
span { border-color: rgb(253,42,168); }
td.TdClassName
{
border-color: #FD2AA8;
}
.TagClassName
{
border-color: #FD2AA8;
}
</style>