Shades of Persian Rose #FE27A1
Tints of Persian Rose #FE27A1
RGB
CMYK
RGB Variations
Color information
#FE27A1 (or 0xFE27A1) is known color: Persian Rose. HEX triplet: FE, 27 and A1. RGB value is (254,39,161). Sum of RGB (Red+Green+Blue) = 254+39+161=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 39 (15.62% from 255 or 8.59% from 454); Blue value is 161 (63.28% from 255 or 35.46% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FE27A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE27A1 is #01D85E. Grayscale: #747474. Windows color (decimal): -120927 or 10561534. OLE color: 10561534.
HSL color Cylindrical-coordinate representation of color #FE27A1: hue angle of 325.95º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE27A1 is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 161 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.00 |
| HSL | 325.95º | 0.99% | 0.57% | - |
| HSV(B) | 325.95º | 0.85% | 1% | - |
| XYZ | 48.03 | 25.1 | 36.03 | - |
| YUV | 117.19 | 152.73 | 225.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 161 | 0 | 0.85 | 0.37 | 0.00 | 325.95 | 0.99 | 0.57 |
| Hex | FE | 27 | A1 | 0 | 55 | 25 | 0 | 146 | 63 | 39 |
| Octal | 376 | 47 | 241 | 0 | 125 | 45 | 0 | 506 | 143 | 71 |
| Binary | 11111110 | 100111 | 10100001 | 0 | 1010101 | 100101 | 0 | 101000110 | 1100011 | 111001 |
Color Harmonies of #FE27A1
Complementary color
Monochromatic Colors of #FE27A1
Black with #FE27A1
Text Example
Text Example
White with #FE27A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE27A1; }
p { color: rgb(254,39,161); }
H1.HeaderClassName
{
color: #FE27A1;
}
.AnyTagClassName
{
color: #FE27A1;
}
</style>
background-color css
<style>
a { background-color: #FE27A1; }
a { background-color: rgb(254,39,161); }
div.DivClassName
{
background-color: #FE27A1;
}
.BgClassName
{
background-color: #FE27A1;
}
</style>
border-color css
<style>
span { border-color: #FE27A1; }
span { border-color: rgb(254,39,161); }
td.TdClassName
{
border-color: #FE27A1;
}
.TagClassName
{
border-color: #FE27A1;
}
</style>