Shades of Persian Rose #FE27A6
Tints of Persian Rose #FE27A6
RGB
CMYK
RGB Variations
Color information
#FE27A6 (or 0xFE27A6) is known color: Persian Rose. HEX triplet: FE, 27 and A6. RGB value is (254,39,166). Sum of RGB (Red+Green+Blue) = 254+39+166=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 39 (15.62% from 255 or 8.50% from 459); Blue value is 166 (65.23% from 255 or 36.17% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FE27A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE27A6 is #01D859. Grayscale: #757575. Windows color (decimal): -120922 or 10889214. OLE color: 10889214.
HSL color Cylindrical-coordinate representation of color #FE27A6: hue angle of 324.56º 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 #FE27A6 is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 166 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.00 |
| HSL | 324.56º | 0.99% | 0.57% | - |
| HSV(B) | 324.56º | 0.85% | 1% | - |
| XYZ | 48.48 | 25.28 | 38.4 | - |
| YUV | 117.76 | 155.23 | 225.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 166 | 0 | 0.85 | 0.35 | 0.00 | 324.56 | 0.99 | 0.57 |
| Hex | FE | 27 | A6 | 0 | 55 | 23 | 0 | 145 | 63 | 39 |
| Octal | 376 | 47 | 246 | 0 | 125 | 43 | 0 | 505 | 143 | 71 |
| Binary | 11111110 | 100111 | 10100110 | 0 | 1010101 | 100011 | 0 | 101000101 | 1100011 | 111001 |
Color Harmonies of #FE27A6
Complementary color
Monochromatic Colors of #FE27A6
Black with #FE27A6
Text Example
Text Example
White with #FE27A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE27A6; }
p { color: rgb(254,39,166); }
H1.HeaderClassName
{
color: #FE27A6;
}
.AnyTagClassName
{
color: #FE27A6;
}
</style>
background-color css
<style>
a { background-color: #FE27A6; }
a { background-color: rgb(254,39,166); }
div.DivClassName
{
background-color: #FE27A6;
}
.BgClassName
{
background-color: #FE27A6;
}
</style>
border-color css
<style>
span { border-color: #FE27A6; }
span { border-color: rgb(254,39,166); }
td.TdClassName
{
border-color: #FE27A6;
}
.TagClassName
{
border-color: #FE27A6;
}
</style>