Shades of Persian Rose #FE33AA
Tints of Persian Rose #FE33AA
RGB
CMYK
RGB Variations
Color information
#FE33AA (or 0xFE33AA) is known color: Persian Rose. HEX triplet: FE, 33 and AA. RGB value is (254,51,170). Sum of RGB (Red+Green+Blue) = 254+51+170=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 51 (20.31% from 255 or 10.74% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE33AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE33AA is #01CC55. Grayscale: #7C7C7C. Windows color (decimal): -117846 or 11154430. OLE color: 11154430.
HSL color Cylindrical-coordinate representation of color #FE33AA: hue angle of 324.83º 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 #FE33AA is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 170 | - |
| CMYK | 0 | 0.80 | 0.33 | 0.00 |
| HSL | 324.83º | 0.99% | 0.6% | - |
| HSV(B) | 324.83º | 0.8% | 1% | - |
| XYZ | 49.31 | 26.34 | 40.52 | - |
| YUV | 125.26 | 153.25 | 219.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 170 | 0 | 0.80 | 0.33 | 0.00 | 324.83 | 0.99 | 0.6 |
| Hex | FE | 33 | AA | 0 | 50 | 21 | 0 | 145 | 63 | 3C |
| Octal | 376 | 63 | 252 | 0 | 120 | 41 | 0 | 505 | 143 | 74 |
| Binary | 11111110 | 110011 | 10101010 | 0 | 1010000 | 100001 | 0 | 101000101 | 1100011 | 111100 |
Color Harmonies of #FE33AA
Complementary color
Monochromatic Colors of #FE33AA
Black with #FE33AA
Text Example
Text Example
White with #FE33AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE33AA; }
p { color: rgb(254,51,170); }
H1.HeaderClassName
{
color: #FE33AA;
}
.AnyTagClassName
{
color: #FE33AA;
}
</style>
background-color css
<style>
a { background-color: #FE33AA; }
a { background-color: rgb(254,51,170); }
div.DivClassName
{
background-color: #FE33AA;
}
.BgClassName
{
background-color: #FE33AA;
}
</style>
border-color css
<style>
span { border-color: #FE33AA; }
span { border-color: rgb(254,51,170); }
td.TdClassName
{
border-color: #FE33AA;
}
.TagClassName
{
border-color: #FE33AA;
}
</style>