Shades of Brink Pink #FE5889
Tints of Brink Pink #FE5889
RGB
CMYK
RGB Variations
Color information
#FE5889 (or 0xFE5889) is known color: Brink Pink. HEX triplet: FE, 58 and 89. RGB value is (254,88,137). Sum of RGB (Red+Green+Blue) = 254+88+137=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 88 (34.77% from 255 or 18.37% from 479); Blue value is 137 (53.91% from 255 or 28.60% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5889 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5889 is #01A776. Grayscale: #8F8F8F. Windows color (decimal): -108407 or 9001214. OLE color: 9001214.
HSL color Cylindrical-coordinate representation of color #FE5889: hue angle of 342.29º 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 #FE5889 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 88 | 137 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.00 |
| HSL | 342.29º | 0.99% | 0.67% | - |
| HSV(B) | 342.29º | 0.65% | 1% | - |
| XYZ | 48.88 | 29.86 | 26.85 | - |
| YUV | 143.22 | 124.5 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 88 | 137 | 0 | 0.65 | 0.46 | 0.00 | 342.29 | 0.99 | 0.67 |
| Hex | FE | 58 | 89 | 0 | 41 | 2E | 0 | 156 | 63 | 43 |
| Octal | 376 | 130 | 211 | 0 | 101 | 56 | 0 | 526 | 143 | 103 |
| Binary | 11111110 | 1011000 | 10001001 | 0 | 1000001 | 101110 | 0 | 101010110 | 1100011 | 1000011 |
Color Harmonies of #FE5889
Complementary color
Monochromatic Colors of #FE5889
Black with #FE5889
Text Example
Text Example
White with #FE5889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5889; }
p { color: rgb(254,88,137); }
H1.HeaderClassName
{
color: #FE5889;
}
.AnyTagClassName
{
color: #FE5889;
}
</style>
background-color css
<style>
a { background-color: #FE5889; }
a { background-color: rgb(254,88,137); }
div.DivClassName
{
background-color: #FE5889;
}
.BgClassName
{
background-color: #FE5889;
}
</style>
border-color css
<style>
span { border-color: #FE5889; }
span { border-color: rgb(254,88,137); }
td.TdClassName
{
border-color: #FE5889;
}
.TagClassName
{
border-color: #FE5889;
}
</style>