Shades of Persian Rose #FE36AB
Tints of Persian Rose #FE36AB
RGB
CMYK
RGB Variations
Color information
#FE36AB (or 0xFE36AB) is known color: Persian Rose. HEX triplet: FE, 36 and AB. RGB value is (254,54,171). Sum of RGB (Red+Green+Blue) = 254+54+171=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 54 (21.48% from 255 or 11.27% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE36AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE36AB is #01C954. Grayscale: #7E7E7E. Windows color (decimal): -117077 or 11220734. OLE color: 11220734.
HSL color Cylindrical-coordinate representation of color #FE36AB: hue angle of 324.9º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FE36AB is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 171 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.00 |
| HSL | 324.9º | 0.99% | 0.6% | - |
| HSV(B) | 324.9º | 0.79% | 1% | - |
| XYZ | 49.54 | 26.65 | 41.06 | - |
| YUV | 127.14 | 152.76 | 218.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 171 | 0 | 0.79 | 0.33 | 0.00 | 324.9 | 0.99 | 0.6 |
| Hex | FE | 36 | AB | 0 | 4F | 21 | 0 | 145 | 63 | 3C |
| Octal | 376 | 66 | 253 | 0 | 117 | 41 | 0 | 505 | 143 | 74 |
| Binary | 11111110 | 110110 | 10101011 | 0 | 1001111 | 100001 | 0 | 101000101 | 1100011 | 111100 |
Color Harmonies of #FE36AB
Complementary color
Monochromatic Colors of #FE36AB
Black with #FE36AB
Text Example
Text Example
White with #FE36AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE36AB; }
p { color: rgb(254,54,171); }
H1.HeaderClassName
{
color: #FE36AB;
}
.AnyTagClassName
{
color: #FE36AB;
}
</style>
background-color css
<style>
a { background-color: #FE36AB; }
a { background-color: rgb(254,54,171); }
div.DivClassName
{
background-color: #FE36AB;
}
.BgClassName
{
background-color: #FE36AB;
}
</style>
border-color css
<style>
span { border-color: #FE36AB; }
span { border-color: rgb(254,54,171); }
td.TdClassName
{
border-color: #FE36AB;
}
.TagClassName
{
border-color: #FE36AB;
}
</style>