Shades of Brink Pink #FE5987
Tints of Brink Pink #FE5987
RGB
CMYK
RGB Variations
Color information
#FE5987 (or 0xFE5987) is known color: Brink Pink. HEX triplet: FE, 59 and 87. RGB value is (254,89,135). Sum of RGB (Red+Green+Blue) = 254+89+135=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 89 (35.16% from 255 or 18.62% from 478); Blue value is 135 (53.12% from 255 or 28.24% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5987 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5987 is #01A678. Grayscale: #8F8F8F. Windows color (decimal): -108153 or 8870398. OLE color: 8870398.
HSL color Cylindrical-coordinate representation of color #FE5987: hue angle of 343.27º 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 #FE5987 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 89 | 135 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.00 |
| HSL | 343.27º | 0.99% | 0.67% | - |
| HSV(B) | 343.27º | 0.65% | 1% | - |
| XYZ | 48.82 | 29.96 | 26.13 | - |
| YUV | 143.58 | 123.16 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 89 | 135 | 0 | 0.65 | 0.47 | 0.00 | 343.27 | 0.99 | 0.67 |
| Hex | FE | 59 | 87 | 0 | 41 | 2F | 0 | 157 | 63 | 43 |
| Octal | 376 | 131 | 207 | 0 | 101 | 57 | 0 | 527 | 143 | 103 |
| Binary | 11111110 | 1011001 | 10000111 | 0 | 1000001 | 101111 | 0 | 101010111 | 1100011 | 1000011 |
Color Harmonies of #FE5987
Complementary color
Monochromatic Colors of #FE5987
Black with #FE5987
Text Example
Text Example
White with #FE5987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5987; }
p { color: rgb(254,89,135); }
H1.HeaderClassName
{
color: #FE5987;
}
.AnyTagClassName
{
color: #FE5987;
}
</style>
background-color css
<style>
a { background-color: #FE5987; }
a { background-color: rgb(254,89,135); }
div.DivClassName
{
background-color: #FE5987;
}
.BgClassName
{
background-color: #FE5987;
}
</style>
border-color css
<style>
span { border-color: #FE5987; }
span { border-color: rgb(254,89,135); }
td.TdClassName
{
border-color: #FE5987;
}
.TagClassName
{
border-color: #FE5987;
}
</style>