Shades of Brilliant Rose #FE59A1
Tints of Brilliant Rose #FE59A1
RGB
CMYK
RGB Variations
Color information
#FE59A1 (or 0xFE59A1) is known color: Brilliant Rose. HEX triplet: FE, 59 and A1. RGB value is (254,89,161). Sum of RGB (Red+Green+Blue) = 254+89+161=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 89 (35.16% from 255 or 17.66% from 504); Blue value is 161 (63.28% from 255 or 31.94% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE59A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE59A1 is #01A65E. Grayscale: #929292. Windows color (decimal): -108127 or 10574334. OLE color: 10574334.
HSL color Cylindrical-coordinate representation of color #FE59A1: hue angle of 333.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 #FE59A1 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 89 | 161 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.00 |
| HSL | 333.82º | 0.99% | 0.67% | - |
| HSV(B) | 333.82º | 0.65% | 1% | - |
| XYZ | 50.88 | 30.79 | 36.98 | - |
| YUV | 146.54 | 136.16 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 89 | 161 | 0 | 0.65 | 0.37 | 0.00 | 333.82 | 0.99 | 0.67 |
| Hex | FE | 59 | A1 | 0 | 41 | 25 | 0 | 14E | 63 | 43 |
| Octal | 376 | 131 | 241 | 0 | 101 | 45 | 0 | 516 | 143 | 103 |
| Binary | 11111110 | 1011001 | 10100001 | 0 | 1000001 | 100101 | 0 | 101001110 | 1100011 | 1000011 |
Color Harmonies of #FE59A1
Complementary color
Monochromatic Colors of #FE59A1
Black with #FE59A1
Text Example
Text Example
White with #FE59A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE59A1; }
p { color: rgb(254,89,161); }
H1.HeaderClassName
{
color: #FE59A1;
}
.AnyTagClassName
{
color: #FE59A1;
}
</style>
background-color css
<style>
a { background-color: #FE59A1; }
a { background-color: rgb(254,89,161); }
div.DivClassName
{
background-color: #FE59A1;
}
.BgClassName
{
background-color: #FE59A1;
}
</style>
border-color css
<style>
span { border-color: #FE59A1; }
span { border-color: rgb(254,89,161); }
td.TdClassName
{
border-color: #FE59A1;
}
.TagClassName
{
border-color: #FE59A1;
}
</style>