Shades of Persian Rose #FE27A2
Tints of Persian Rose #FE27A2
RGB
CMYK
RGB Variations
Color information
#FE27A2 (or 0xFE27A2) is known color: Persian Rose. HEX triplet: FE, 27 and A2. RGB value is (254,39,162). Sum of RGB (Red+Green+Blue) = 254+39+162=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 39 (15.62% from 255 or 8.57% from 455); Blue value is 162 (63.67% from 255 or 35.60% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FE27A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE27A2 is #01D85D. Grayscale: #757575. Windows color (decimal): -120926 or 10627070. OLE color: 10627070.
HSL color Cylindrical-coordinate representation of color #FE27A2: hue angle of 325.67º 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 #FE27A2 is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 162 | - |
| CMYK | 0 | 0.85 | 0.36 | 0.00 |
| HSL | 325.67º | 0.99% | 0.57% | - |
| HSV(B) | 325.67º | 0.85% | 1% | - |
| XYZ | 48.12 | 25.13 | 36.5 | - |
| YUV | 117.31 | 153.23 | 225.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 162 | 0 | 0.85 | 0.36 | 0.00 | 325.67 | 0.99 | 0.57 |
| Hex | FE | 27 | A2 | 0 | 55 | 24 | 0 | 146 | 63 | 39 |
| Octal | 376 | 47 | 242 | 0 | 125 | 44 | 0 | 506 | 143 | 71 |
| Binary | 11111110 | 100111 | 10100010 | 0 | 1010101 | 100100 | 0 | 101000110 | 1100011 | 111001 |
Color Harmonies of #FE27A2
Complementary color
Monochromatic Colors of #FE27A2
Black with #FE27A2
Text Example
Text Example
White with #FE27A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE27A2; }
p { color: rgb(254,39,162); }
H1.HeaderClassName
{
color: #FE27A2;
}
.AnyTagClassName
{
color: #FE27A2;
}
</style>
background-color css
<style>
a { background-color: #FE27A2; }
a { background-color: rgb(254,39,162); }
div.DivClassName
{
background-color: #FE27A2;
}
.BgClassName
{
background-color: #FE27A2;
}
</style>
border-color css
<style>
span { border-color: #FE27A2; }
span { border-color: rgb(254,39,162); }
td.TdClassName
{
border-color: #FE27A2;
}
.TagClassName
{
border-color: #FE27A2;
}
</style>