Shades of Persian Rose #FE2EAA
Tints of Persian Rose #FE2EAA
RGB
CMYK
RGB Variations
Color information
#FE2EAA (or 0xFE2EAA) is known color: Persian Rose. HEX triplet: FE, 2E and AA. RGB value is (254,46,170). Sum of RGB (Red+Green+Blue) = 254+46+170=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 46 (18.36% from 255 or 9.79% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2EAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2EAA is #01D155. Grayscale: #7A7A7A. Windows color (decimal): -119126 or 11153150. OLE color: 11153150.
HSL color Cylindrical-coordinate representation of color #FE2EAA: hue angle of 324.23º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2EAA is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 170 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.00 |
| HSL | 324.23º | 0.99% | 0.59% | - |
| HSV(B) | 324.23º | 0.82% | 1% | - |
| XYZ | 49.11 | 25.93 | 40.45 | - |
| YUV | 122.33 | 154.91 | 221.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 170 | 0 | 0.82 | 0.33 | 0.00 | 324.23 | 0.99 | 0.59 |
| Hex | FE | 2E | AA | 0 | 52 | 21 | 0 | 144 | 63 | 3B |
| Octal | 376 | 56 | 252 | 0 | 122 | 41 | 0 | 504 | 143 | 73 |
| Binary | 11111110 | 101110 | 10101010 | 0 | 1010010 | 100001 | 0 | 101000100 | 1100011 | 111011 |
Color Harmonies of #FE2EAA
Complementary color
Monochromatic Colors of #FE2EAA
Black with #FE2EAA
Text Example
Text Example
White with #FE2EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2EAA; }
p { color: rgb(254,46,170); }
H1.HeaderClassName
{
color: #FE2EAA;
}
.AnyTagClassName
{
color: #FE2EAA;
}
</style>
background-color css
<style>
a { background-color: #FE2EAA; }
a { background-color: rgb(254,46,170); }
div.DivClassName
{
background-color: #FE2EAA;
}
.BgClassName
{
background-color: #FE2EAA;
}
</style>
border-color css
<style>
span { border-color: #FE2EAA; }
span { border-color: rgb(254,46,170); }
td.TdClassName
{
border-color: #FE2EAA;
}
.TagClassName
{
border-color: #FE2EAA;
}
</style>