Shades of Persian Rose #FE2EAB
Tints of Persian Rose #FE2EAB
RGB
CMYK
RGB Variations
Color information
#FE2EAB (or 0xFE2EAB) is known color: Persian Rose. HEX triplet: FE, 2E and AB. RGB value is (254,46,171). Sum of RGB (Red+Green+Blue) = 254+46+171=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 46 (18.36% from 255 or 9.77% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2EAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2EAB is #01D154. Grayscale: #7A7A7A. Windows color (decimal): -119125 or 11218686. OLE color: 11218686.
HSL color Cylindrical-coordinate representation of color #FE2EAB: hue angle of 323.94º 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 #FE2EAB is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 171 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.00 |
| HSL | 323.94º | 0.99% | 0.59% | - |
| HSV(B) | 323.94º | 0.82% | 1% | - |
| XYZ | 49.2 | 25.97 | 40.95 | - |
| YUV | 122.44 | 155.41 | 221.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 171 | 0 | 0.82 | 0.33 | 0.00 | 323.94 | 0.99 | 0.59 |
| Hex | FE | 2E | AB | 0 | 52 | 21 | 0 | 144 | 63 | 3B |
| Octal | 376 | 56 | 253 | 0 | 122 | 41 | 0 | 504 | 143 | 73 |
| Binary | 11111110 | 101110 | 10101011 | 0 | 1010010 | 100001 | 0 | 101000100 | 1100011 | 111011 |
Color Harmonies of #FE2EAB
Complementary color
Monochromatic Colors of #FE2EAB
Black with #FE2EAB
Text Example
Text Example
White with #FE2EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2EAB; }
p { color: rgb(254,46,171); }
H1.HeaderClassName
{
color: #FE2EAB;
}
.AnyTagClassName
{
color: #FE2EAB;
}
</style>
background-color css
<style>
a { background-color: #FE2EAB; }
a { background-color: rgb(254,46,171); }
div.DivClassName
{
background-color: #FE2EAB;
}
.BgClassName
{
background-color: #FE2EAB;
}
</style>
border-color css
<style>
span { border-color: #FE2EAB; }
span { border-color: rgb(254,46,171); }
td.TdClassName
{
border-color: #FE2EAB;
}
.TagClassName
{
border-color: #FE2EAB;
}
</style>