Shades of Brink Pink #FE5887
Tints of Brink Pink #FE5887
RGB
CMYK
RGB Variations
Color information
#FE5887 (or 0xFE5887) is known color: Brink Pink. HEX triplet: FE, 58 and 87. RGB value is (254,88,135). Sum of RGB (Red+Green+Blue) = 254+88+135=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 88 (34.77% from 255 or 18.45% from 477); Blue value is 135 (53.12% from 255 or 28.30% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5887 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5887 is #01A778. Grayscale: #8E8E8E. Windows color (decimal): -108409 or 8870142. OLE color: 8870142.
HSL color Cylindrical-coordinate representation of color #FE5887: hue angle of 343.01º 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 #FE5887 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 88 | 135 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.00 |
| HSL | 343.01º | 0.99% | 0.67% | - |
| HSV(B) | 343.01º | 0.65% | 1% | - |
| XYZ | 48.74 | 29.8 | 26.1 | - |
| YUV | 142.99 | 123.5 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 88 | 135 | 0 | 0.65 | 0.47 | 0.00 | 343.01 | 0.99 | 0.67 |
| Hex | FE | 58 | 87 | 0 | 41 | 2F | 0 | 157 | 63 | 43 |
| Octal | 376 | 130 | 207 | 0 | 101 | 57 | 0 | 527 | 143 | 103 |
| Binary | 11111110 | 1011000 | 10000111 | 0 | 1000001 | 101111 | 0 | 101010111 | 1100011 | 1000011 |
Color Harmonies of #FE5887
Complementary color
Monochromatic Colors of #FE5887
Black with #FE5887
Text Example
Text Example
White with #FE5887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5887; }
p { color: rgb(254,88,135); }
H1.HeaderClassName
{
color: #FE5887;
}
.AnyTagClassName
{
color: #FE5887;
}
</style>
background-color css
<style>
a { background-color: #FE5887; }
a { background-color: rgb(254,88,135); }
div.DivClassName
{
background-color: #FE5887;
}
.BgClassName
{
background-color: #FE5887;
}
</style>
border-color css
<style>
span { border-color: #FE5887; }
span { border-color: rgb(254,88,135); }
td.TdClassName
{
border-color: #FE5887;
}
.TagClassName
{
border-color: #FE5887;
}
</style>