Shades of Persian Rose #FD2AAA
Tints of Persian Rose #FD2AAA
RGB
CMYK
RGB Variations
Color information
#FD2AAA (or 0xFD2AAA) is known color: Persian Rose. HEX triplet: FD, 2A and AA. RGB value is (253,42,170). Sum of RGB (Red+Green+Blue) = 253+42+170=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 42 (16.80% from 255 or 9.03% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2AAA is #02D555. Grayscale: #777777. Windows color (decimal): -185686 or 11152125. OLE color: 11152125.
HSL color Cylindrical-coordinate representation of color #FD2AAA: hue angle of 323.6º 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 #FD2AAA is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 42 | 170 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.01 |
| HSL | 323.6º | 0.98% | 0.58% | - |
| HSV(B) | 323.6º | 0.83% | 0.99% | - |
| XYZ | 48.59 | 25.44 | 40.38 | - |
| YUV | 119.68 | 156.4 | 223.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 42 | 170 | 0 | 0.83 | 0.33 | 0.01 | 323.6 | 0.98 | 0.58 |
| Hex | FD | 2A | AA | 0 | 53 | 21 | 1 | 144 | 62 | 3A |
| Octal | 375 | 52 | 252 | 0 | 123 | 41 | 1 | 504 | 142 | 72 |
| Binary | 11111101 | 101010 | 10101010 | 0 | 1010011 | 100001 | 1 | 101000100 | 1100010 | 111010 |
Color Harmonies of #FD2AAA
Complementary color
Monochromatic Colors of #FD2AAA
Black with #FD2AAA
Text Example
Text Example
White with #FD2AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2AAA; }
p { color: rgb(253,42,170); }
H1.HeaderClassName
{
color: #FD2AAA;
}
.AnyTagClassName
{
color: #FD2AAA;
}
</style>
background-color css
<style>
a { background-color: #FD2AAA; }
a { background-color: rgb(253,42,170); }
div.DivClassName
{
background-color: #FD2AAA;
}
.BgClassName
{
background-color: #FD2AAA;
}
</style>
border-color css
<style>
span { border-color: #FD2AAA; }
span { border-color: rgb(253,42,170); }
td.TdClassName
{
border-color: #FD2AAA;
}
.TagClassName
{
border-color: #FD2AAA;
}
</style>