Shades of Persian Rose #FE36A8
Tints of Persian Rose #FE36A8
RGB
CMYK
RGB Variations
Color information
#FE36A8 (or 0xFE36A8) is known color: Persian Rose. HEX triplet: FE, 36 and A8. RGB value is (254,54,168). Sum of RGB (Red+Green+Blue) = 254+54+168=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 54 (21.48% from 255 or 11.34% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE36A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE36A8 is #01C957. Grayscale: #7E7E7E. Windows color (decimal): -117080 or 11024126. OLE color: 11024126.
HSL color Cylindrical-coordinate representation of color #FE36A8: hue angle of 325.8º 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 #FE36A8 is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 168 | - |
| CMYK | 0 | 0.79 | 0.34 | 0.00 |
| HSL | 325.8º | 0.99% | 0.6% | - |
| HSV(B) | 325.8º | 0.79% | 1% | - |
| XYZ | 49.26 | 26.54 | 39.57 | - |
| YUV | 126.8 | 151.26 | 218.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 168 | 0 | 0.79 | 0.34 | 0.00 | 325.8 | 0.99 | 0.6 |
| Hex | FE | 36 | A8 | 0 | 4F | 22 | 0 | 146 | 63 | 3C |
| Octal | 376 | 66 | 250 | 0 | 117 | 42 | 0 | 506 | 143 | 74 |
| Binary | 11111110 | 110110 | 10101000 | 0 | 1001111 | 100010 | 0 | 101000110 | 1100011 | 111100 |
Color Harmonies of #FE36A8
Complementary color
Monochromatic Colors of #FE36A8
Black with #FE36A8
Text Example
Text Example
White with #FE36A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE36A8; }
p { color: rgb(254,54,168); }
H1.HeaderClassName
{
color: #FE36A8;
}
.AnyTagClassName
{
color: #FE36A8;
}
</style>
background-color css
<style>
a { background-color: #FE36A8; }
a { background-color: rgb(254,54,168); }
div.DivClassName
{
background-color: #FE36A8;
}
.BgClassName
{
background-color: #FE36A8;
}
</style>
border-color css
<style>
span { border-color: #FE36A8; }
span { border-color: rgb(254,54,168); }
td.TdClassName
{
border-color: #FE36A8;
}
.TagClassName
{
border-color: #FE36A8;
}
</style>