Shades of Persian Rose #FE2EA6
Tints of Persian Rose #FE2EA6
RGB
CMYK
RGB Variations
Color information
#FE2EA6 (or 0xFE2EA6) is known color: Persian Rose. HEX triplet: FE, 2E and A6. RGB value is (254,46,166). Sum of RGB (Red+Green+Blue) = 254+46+166=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 46 (18.36% from 255 or 9.87% from 466); Blue value is 166 (65.23% from 255 or 35.62% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2EA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2EA6 is #01D159. Grayscale: #797979. Windows color (decimal): -119130 or 10891006. OLE color: 10891006.
HSL color Cylindrical-coordinate representation of color #FE2EA6: hue angle of 325.38º 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 #FE2EA6 is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 166 | - |
| CMYK | 0 | 0.82 | 0.35 | 0.00 |
| HSL | 325.38º | 0.99% | 0.59% | - |
| HSV(B) | 325.38º | 0.82% | 1% | - |
| XYZ | 48.73 | 25.78 | 38.48 | - |
| YUV | 121.87 | 152.91 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 166 | 0 | 0.82 | 0.35 | 0.00 | 325.38 | 0.99 | 0.59 |
| Hex | FE | 2E | A6 | 0 | 52 | 23 | 0 | 145 | 63 | 3B |
| Octal | 376 | 56 | 246 | 0 | 122 | 43 | 0 | 505 | 143 | 73 |
| Binary | 11111110 | 101110 | 10100110 | 0 | 1010010 | 100011 | 0 | 101000101 | 1100011 | 111011 |
Color Harmonies of #FE2EA6
Complementary color
Monochromatic Colors of #FE2EA6
Black with #FE2EA6
Text Example
Text Example
White with #FE2EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2EA6; }
p { color: rgb(254,46,166); }
H1.HeaderClassName
{
color: #FE2EA6;
}
.AnyTagClassName
{
color: #FE2EA6;
}
</style>
background-color css
<style>
a { background-color: #FE2EA6; }
a { background-color: rgb(254,46,166); }
div.DivClassName
{
background-color: #FE2EA6;
}
.BgClassName
{
background-color: #FE2EA6;
}
</style>
border-color css
<style>
span { border-color: #FE2EA6; }
span { border-color: rgb(254,46,166); }
td.TdClassName
{
border-color: #FE2EA6;
}
.TagClassName
{
border-color: #FE2EA6;
}
</style>