Shades of Brilliant Rose #FE59AC
Tints of Brilliant Rose #FE59AC
RGB
CMYK
RGB Variations
Color information
#FE59AC (or 0xFE59AC) is known color: Brilliant Rose. HEX triplet: FE, 59 and AC. RGB value is (254,89,172). Sum of RGB (Red+Green+Blue) = 254+89+172=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 89 (35.16% from 255 or 17.28% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE59AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE59AC is #01A653. Grayscale: #939393. Windows color (decimal): -108116 or 11295230. OLE color: 11295230.
HSL color Cylindrical-coordinate representation of color #FE59AC: hue angle of 329.82º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE59AC is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 89 | 172 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.00 |
| HSL | 329.82º | 0.99% | 0.67% | - |
| HSV(B) | 329.82º | 0.65% | 1% | - |
| XYZ | 51.89 | 31.19 | 42.32 | - |
| YUV | 147.8 | 141.66 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 89 | 172 | 0 | 0.65 | 0.32 | 0.00 | 329.82 | 0.99 | 0.67 |
| Hex | FE | 59 | AC | 0 | 41 | 20 | 0 | 14A | 63 | 43 |
| Octal | 376 | 131 | 254 | 0 | 101 | 40 | 0 | 512 | 143 | 103 |
| Binary | 11111110 | 1011001 | 10101100 | 0 | 1000001 | 100000 | 0 | 101001010 | 1100011 | 1000011 |
Color Harmonies of #FE59AC
Complementary color
Monochromatic Colors of #FE59AC
Black with #FE59AC
Text Example
Text Example
White with #FE59AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE59AC; }
p { color: rgb(254,89,172); }
H1.HeaderClassName
{
color: #FE59AC;
}
.AnyTagClassName
{
color: #FE59AC;
}
</style>
background-color css
<style>
a { background-color: #FE59AC; }
a { background-color: rgb(254,89,172); }
div.DivClassName
{
background-color: #FE59AC;
}
.BgClassName
{
background-color: #FE59AC;
}
</style>
border-color css
<style>
span { border-color: #FE59AC; }
span { border-color: rgb(254,89,172); }
td.TdClassName
{
border-color: #FE59AC;
}
.TagClassName
{
border-color: #FE59AC;
}
</style>