Shades of Persian Rose #FE2EAC
Tints of Persian Rose #FE2EAC
RGB
CMYK
RGB Variations
Color information
#FE2EAC (or 0xFE2EAC) is known color: Persian Rose. HEX triplet: FE, 2E and AC. RGB value is (254,46,172). Sum of RGB (Red+Green+Blue) = 254+46+172=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 46 (18.36% from 255 or 9.75% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2EAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2EAC is #01D153. Grayscale: #7A7A7A. Windows color (decimal): -119124 or 11284222. OLE color: 11284222.
HSL color Cylindrical-coordinate representation of color #FE2EAC: hue angle of 323.65º 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 #FE2EAC is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 172 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.00 |
| HSL | 323.65º | 0.99% | 0.59% | - |
| HSV(B) | 323.65º | 0.82% | 1% | - |
| XYZ | 49.3 | 26 | 41.45 | - |
| YUV | 122.56 | 155.91 | 221.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 172 | 0 | 0.82 | 0.32 | 0.00 | 323.65 | 0.99 | 0.59 |
| Hex | FE | 2E | AC | 0 | 52 | 20 | 0 | 144 | 63 | 3B |
| Octal | 376 | 56 | 254 | 0 | 122 | 40 | 0 | 504 | 143 | 73 |
| Binary | 11111110 | 101110 | 10101100 | 0 | 1010010 | 100000 | 0 | 101000100 | 1100011 | 111011 |
Color Harmonies of #FE2EAC
Complementary color
Monochromatic Colors of #FE2EAC
Black with #FE2EAC
Text Example
Text Example
White with #FE2EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2EAC; }
p { color: rgb(254,46,172); }
H1.HeaderClassName
{
color: #FE2EAC;
}
.AnyTagClassName
{
color: #FE2EAC;
}
</style>
background-color css
<style>
a { background-color: #FE2EAC; }
a { background-color: rgb(254,46,172); }
div.DivClassName
{
background-color: #FE2EAC;
}
.BgClassName
{
background-color: #FE2EAC;
}
</style>
border-color css
<style>
span { border-color: #FE2EAC; }
span { border-color: rgb(254,46,172); }
td.TdClassName
{
border-color: #FE2EAC;
}
.TagClassName
{
border-color: #FE2EAC;
}
</style>