Shades of Brink Pink #FE5E87
Tints of Brink Pink #FE5E87
RGB
CMYK
RGB Variations
Color information
#FE5E87 (or 0xFE5E87) is known color: Brink Pink. HEX triplet: FE, 5E and 87. RGB value is (254,94,135). Sum of RGB (Red+Green+Blue) = 254+94+135=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 94 (37.11% from 255 or 19.46% from 483); Blue value is 135 (53.12% from 255 or 27.95% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5E87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5E87 is #01A178. Grayscale: #929292. Windows color (decimal): -106873 or 8871678. OLE color: 8871678.
HSL color Cylindrical-coordinate representation of color #FE5E87: hue angle of 344.62º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE5E87 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 94 | 135 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.00 |
| HSL | 344.63º | 0.99% | 0.68% | - |
| HSV(B) | 344.63º | 0.63% | 1% | - |
| XYZ | 49.25 | 30.83 | 26.28 | - |
| YUV | 146.51 | 121.51 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 94 | 135 | 0 | 0.63 | 0.47 | 0.00 | 344.63 | 0.99 | 0.68 |
| Hex | FE | 5E | 87 | 0 | 3F | 2F | 0 | 159 | 63 | 44 |
| Octal | 376 | 136 | 207 | 0 | 77 | 57 | 0 | 531 | 143 | 104 |
| Binary | 11111110 | 1011110 | 10000111 | 0 | 111111 | 101111 | 0 | 101011001 | 1100011 | 1000100 |
Color Harmonies of #FE5E87
Complementary color
Monochromatic Colors of #FE5E87
Black with #FE5E87
Text Example
Text Example
White with #FE5E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5E87; }
p { color: rgb(254,94,135); }
H1.HeaderClassName
{
color: #FE5E87;
}
.AnyTagClassName
{
color: #FE5E87;
}
</style>
background-color css
<style>
a { background-color: #FE5E87; }
a { background-color: rgb(254,94,135); }
div.DivClassName
{
background-color: #FE5E87;
}
.BgClassName
{
background-color: #FE5E87;
}
</style>
border-color css
<style>
span { border-color: #FE5E87; }
span { border-color: rgb(254,94,135); }
td.TdClassName
{
border-color: #FE5E87;
}
.TagClassName
{
border-color: #FE5E87;
}
</style>