Shades of Brink Pink #FE5F89
Tints of Brink Pink #FE5F89
RGB
CMYK
RGB Variations
Color information
#FE5F89 (or 0xFE5F89) is known color: Brink Pink. HEX triplet: FE, 5F and 89. RGB value is (254,95,137). Sum of RGB (Red+Green+Blue) = 254+95+137=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 95 (37.5% from 255 or 19.55% from 486); Blue value is 137 (53.91% from 255 or 28.19% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5F89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5F89 is #01A076. Grayscale: #939393. Windows color (decimal): -106615 or 9003006. OLE color: 9003006.
HSL color Cylindrical-coordinate representation of color #FE5F89: hue angle of 344.15º 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 #FE5F89 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 95 | 137 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.00 |
| HSL | 344.15º | 0.99% | 0.68% | - |
| HSV(B) | 344.15º | 0.63% | 1% | - |
| XYZ | 49.48 | 31.06 | 27.05 | - |
| YUV | 147.33 | 122.18 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 95 | 137 | 0 | 0.63 | 0.46 | 0.00 | 344.15 | 0.99 | 0.68 |
| Hex | FE | 5F | 89 | 0 | 3F | 2E | 0 | 158 | 63 | 44 |
| Octal | 376 | 137 | 211 | 0 | 77 | 56 | 0 | 530 | 143 | 104 |
| Binary | 11111110 | 1011111 | 10001001 | 0 | 111111 | 101110 | 0 | 101011000 | 1100011 | 1000100 |
Color Harmonies of #FE5F89
Complementary color
Monochromatic Colors of #FE5F89
Black with #FE5F89
Text Example
Text Example
White with #FE5F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5F89; }
p { color: rgb(254,95,137); }
H1.HeaderClassName
{
color: #FE5F89;
}
.AnyTagClassName
{
color: #FE5F89;
}
</style>
background-color css
<style>
a { background-color: #FE5F89; }
a { background-color: rgb(254,95,137); }
div.DivClassName
{
background-color: #FE5F89;
}
.BgClassName
{
background-color: #FE5F89;
}
</style>
border-color css
<style>
span { border-color: #FE5F89; }
span { border-color: rgb(254,95,137); }
td.TdClassName
{
border-color: #FE5F89;
}
.TagClassName
{
border-color: #FE5F89;
}
</style>