Shades of Persian Rose #FE1EA2
Tints of Persian Rose #FE1EA2
RGB
CMYK
RGB Variations
Color information
#FE1EA2 (or 0xFE1EA2) is known color: Persian Rose. HEX triplet: FE, 1E and A2. RGB value is (254,30,162). Sum of RGB (Red+Green+Blue) = 254+30+162=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 30 (12.11% from 255 or 6.73% from 446); Blue value is 162 (63.67% from 255 or 36.32% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1EA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE1EA2 is #01E15D. Grayscale: #6F6F6F. Windows color (decimal): -123230 or 10624766. OLE color: 10624766.
HSL color Cylindrical-coordinate representation of color #FE1EA2: hue angle of 324.64º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE1EA2 is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 30 | 162 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.00 |
| HSL | 324.64º | 0.99% | 0.56% | - |
| HSV(B) | 324.64º | 0.88% | 1% | - |
| XYZ | 47.86 | 24.61 | 36.41 | - |
| YUV | 112.02 | 156.21 | 229.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 30 | 162 | 0 | 0.88 | 0.36 | 0.00 | 324.64 | 0.99 | 0.56 |
| Hex | FE | 1E | A2 | 0 | 58 | 24 | 0 | 145 | 63 | 38 |
| Octal | 376 | 36 | 242 | 0 | 130 | 44 | 0 | 505 | 143 | 70 |
| Binary | 11111110 | 11110 | 10100010 | 0 | 1011000 | 100100 | 0 | 101000101 | 1100011 | 111000 |
Color Harmonies of #FE1EA2
Complementary color
Monochromatic Colors of #FE1EA2
Black with #FE1EA2
Text Example
Text Example
White with #FE1EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1EA2; }
p { color: rgb(254,30,162); }
H1.HeaderClassName
{
color: #FE1EA2;
}
.AnyTagClassName
{
color: #FE1EA2;
}
</style>
background-color css
<style>
a { background-color: #FE1EA2; }
a { background-color: rgb(254,30,162); }
div.DivClassName
{
background-color: #FE1EA2;
}
.BgClassName
{
background-color: #FE1EA2;
}
</style>
border-color css
<style>
span { border-color: #FE1EA2; }
span { border-color: rgb(254,30,162); }
td.TdClassName
{
border-color: #FE1EA2;
}
.TagClassName
{
border-color: #FE1EA2;
}
</style>