Shades of Persian Rose #FD2EAA
Tints of Persian Rose #FD2EAA
RGB
CMYK
RGB Variations
Color information
#FD2EAA (or 0xFD2EAA) is known color: Persian Rose. HEX triplet: FD, 2E and AA. RGB value is (253,46,170). Sum of RGB (Red+Green+Blue) = 253+46+170=469 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.94% from 469); Green value is 46 (18.36% from 255 or 9.81% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2EAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2EAA is #02D155. Grayscale: #797979. Windows color (decimal): -184662 or 11153149. OLE color: 11153149.
HSL color Cylindrical-coordinate representation of color #FD2EAA: hue angle of 324.06º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD2EAA is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 46 | 170 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.01 |
| HSL | 324.06º | 0.98% | 0.59% | - |
| HSV(B) | 324.06º | 0.82% | 0.99% | - |
| XYZ | 48.74 | 25.74 | 40.43 | - |
| YUV | 122.03 | 155.08 | 221.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 46 | 170 | 0 | 0.82 | 0.33 | 0.01 | 324.06 | 0.98 | 0.59 |
| Hex | FD | 2E | AA | 0 | 52 | 21 | 1 | 144 | 62 | 3B |
| Octal | 375 | 56 | 252 | 0 | 122 | 41 | 1 | 504 | 142 | 73 |
| Binary | 11111101 | 101110 | 10101010 | 0 | 1010010 | 100001 | 1 | 101000100 | 1100010 | 111011 |
Color Harmonies of #FD2EAA
Complementary color
Monochromatic Colors of #FD2EAA
Black with #FD2EAA
Text Example
Text Example
White with #FD2EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2EAA; }
p { color: rgb(253,46,170); }
H1.HeaderClassName
{
color: #FD2EAA;
}
.AnyTagClassName
{
color: #FD2EAA;
}
</style>
background-color css
<style>
a { background-color: #FD2EAA; }
a { background-color: rgb(253,46,170); }
div.DivClassName
{
background-color: #FD2EAA;
}
.BgClassName
{
background-color: #FD2EAA;
}
</style>
border-color css
<style>
span { border-color: #FD2EAA; }
span { border-color: rgb(253,46,170); }
td.TdClassName
{
border-color: #FD2EAA;
}
.TagClassName
{
border-color: #FD2EAA;
}
</style>