Shades of Persian Rose #FE32AB
Tints of Persian Rose #FE32AB
RGB
CMYK
RGB Variations
Color information
#FE32AB (or 0xFE32AB) is known color: Persian Rose. HEX triplet: FE, 32 and AB. RGB value is (254,50,171). Sum of RGB (Red+Green+Blue) = 254+50+171=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 50 (19.92% from 255 or 10.53% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE32AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE32AB is #01CD54. Grayscale: #7C7C7C. Windows color (decimal): -118101 or 11219710. OLE color: 11219710.
HSL color Cylindrical-coordinate representation of color #FE32AB: hue angle of 324.41º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE32AB is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 171 | - |
| CMYK | 0 | 0.80 | 0.33 | 0.00 |
| HSL | 324.41º | 0.99% | 0.6% | - |
| HSV(B) | 324.41º | 0.8% | 1% | - |
| XYZ | 49.36 | 26.29 | 41 | - |
| YUV | 124.79 | 154.09 | 220.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 171 | 0 | 0.80 | 0.33 | 0.00 | 324.41 | 0.99 | 0.6 |
| Hex | FE | 32 | AB | 0 | 50 | 21 | 0 | 144 | 63 | 3C |
| Octal | 376 | 62 | 253 | 0 | 120 | 41 | 0 | 504 | 143 | 74 |
| Binary | 11111110 | 110010 | 10101011 | 0 | 1010000 | 100001 | 0 | 101000100 | 1100011 | 111100 |
Color Harmonies of #FE32AB
Complementary color
Monochromatic Colors of #FE32AB
Black with #FE32AB
Text Example
Text Example
White with #FE32AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE32AB; }
p { color: rgb(254,50,171); }
H1.HeaderClassName
{
color: #FE32AB;
}
.AnyTagClassName
{
color: #FE32AB;
}
</style>
background-color css
<style>
a { background-color: #FE32AB; }
a { background-color: rgb(254,50,171); }
div.DivClassName
{
background-color: #FE32AB;
}
.BgClassName
{
background-color: #FE32AB;
}
</style>
border-color css
<style>
span { border-color: #FE32AB; }
span { border-color: rgb(254,50,171); }
td.TdClassName
{
border-color: #FE32AB;
}
.TagClassName
{
border-color: #FE32AB;
}
</style>