Shades of Persian Rose #FE32AA
Tints of Persian Rose #FE32AA
RGB
CMYK
RGB Variations
Color information
#FE32AA (or 0xFE32AA) is known color: Persian Rose. HEX triplet: FE, 32 and AA. RGB value is (254,50,170). Sum of RGB (Red+Green+Blue) = 254+50+170=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 50 (19.92% from 255 or 10.55% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE32AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE32AA is #01CD55. Grayscale: #7C7C7C. Windows color (decimal): -118102 or 11154174. OLE color: 11154174.
HSL color Cylindrical-coordinate representation of color #FE32AA: hue angle of 324.71º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE32AA is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 170 | - |
| CMYK | 0 | 0.80 | 0.33 | 0.00 |
| HSL | 324.71º | 0.99% | 0.6% | - |
| HSV(B) | 324.71º | 0.8% | 1% | - |
| XYZ | 49.27 | 26.25 | 40.5 | - |
| YUV | 124.68 | 153.59 | 220.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 170 | 0 | 0.80 | 0.33 | 0.00 | 324.71 | 0.99 | 0.6 |
| Hex | FE | 32 | AA | 0 | 50 | 21 | 0 | 145 | 63 | 3C |
| Octal | 376 | 62 | 252 | 0 | 120 | 41 | 0 | 505 | 143 | 74 |
| Binary | 11111110 | 110010 | 10101010 | 0 | 1010000 | 100001 | 0 | 101000101 | 1100011 | 111100 |
Color Harmonies of #FE32AA
Complementary color
Monochromatic Colors of #FE32AA
Black with #FE32AA
Text Example
Text Example
White with #FE32AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE32AA; }
p { color: rgb(254,50,170); }
H1.HeaderClassName
{
color: #FE32AA;
}
.AnyTagClassName
{
color: #FE32AA;
}
</style>
background-color css
<style>
a { background-color: #FE32AA; }
a { background-color: rgb(254,50,170); }
div.DivClassName
{
background-color: #FE32AA;
}
.BgClassName
{
background-color: #FE32AA;
}
</style>
border-color css
<style>
span { border-color: #FE32AA; }
span { border-color: rgb(254,50,170); }
td.TdClassName
{
border-color: #FE32AA;
}
.TagClassName
{
border-color: #FE32AA;
}
</style>