Shades of Brink Pink #FE5B89
Tints of Brink Pink #FE5B89
RGB
CMYK
RGB Variations
Color information
#FE5B89 (or 0xFE5B89) is known color: Brink Pink. HEX triplet: FE, 5B and 89. RGB value is (254,91,137). Sum of RGB (Red+Green+Blue) = 254+91+137=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 91 (35.94% from 255 or 18.88% from 482); Blue value is 137 (53.91% from 255 or 28.42% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5B89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5B89 is #01A476. Grayscale: #909090. Windows color (decimal): -107639 or 9001982. OLE color: 9001982.
HSL color Cylindrical-coordinate representation of color #FE5B89: hue angle of 343.07º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE5B89 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 91 | 137 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.00 |
| HSL | 343.07º | 0.99% | 0.68% | - |
| HSV(B) | 343.07º | 0.64% | 1% | - |
| XYZ | 49.13 | 30.36 | 26.94 | - |
| YUV | 144.98 | 123.5 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 91 | 137 | 0 | 0.64 | 0.46 | 0.00 | 343.07 | 0.99 | 0.68 |
| Hex | FE | 5B | 89 | 0 | 40 | 2E | 0 | 157 | 63 | 44 |
| Octal | 376 | 133 | 211 | 0 | 100 | 56 | 0 | 527 | 143 | 104 |
| Binary | 11111110 | 1011011 | 10001001 | 0 | 1000000 | 101110 | 0 | 101010111 | 1100011 | 1000100 |
Color Harmonies of #FE5B89
Complementary color
Monochromatic Colors of #FE5B89
Black with #FE5B89
Text Example
Text Example
White with #FE5B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5B89; }
p { color: rgb(254,91,137); }
H1.HeaderClassName
{
color: #FE5B89;
}
.AnyTagClassName
{
color: #FE5B89;
}
</style>
background-color css
<style>
a { background-color: #FE5B89; }
a { background-color: rgb(254,91,137); }
div.DivClassName
{
background-color: #FE5B89;
}
.BgClassName
{
background-color: #FE5B89;
}
</style>
border-color css
<style>
span { border-color: #FE5B89; }
span { border-color: rgb(254,91,137); }
td.TdClassName
{
border-color: #FE5B89;
}
.TagClassName
{
border-color: #FE5B89;
}
</style>