Shades of Brink Pink #FE7189
Tints of Brink Pink #FE7189
RGB
CMYK
RGB Variations
Color information
#FE7189 (or 0xFE7189) is known color: Brink Pink. HEX triplet: FE, 71 and 89. RGB value is (254,113,137). Sum of RGB (Red+Green+Blue) = 254+113+137=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 137 (53.91% from 255 or 27.18% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7189 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7189 is #018E76. Grayscale: #9D9D9D. Windows color (decimal): -102007 or 9007614. OLE color: 9007614.
HSL color Cylindrical-coordinate representation of color #FE7189: hue angle of 349.79º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE7189 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 137 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.00 |
| HSL | 349.79º | 0.99% | 0.72% | - |
| HSV(B) | 349.79º | 0.56% | 1% | - |
| XYZ | 51.29 | 34.69 | 27.66 | - |
| YUV | 157.9 | 116.21 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 137 | 0 | 0.56 | 0.46 | 0.00 | 349.79 | 0.99 | 0.72 |
| Hex | FE | 71 | 89 | 0 | 38 | 2E | 0 | 15E | 63 | 48 |
| Octal | 376 | 161 | 211 | 0 | 70 | 56 | 0 | 536 | 143 | 110 |
| Binary | 11111110 | 1110001 | 10001001 | 0 | 111000 | 101110 | 0 | 101011110 | 1100011 | 1001000 |
Color Harmonies of #FE7189
Complementary color
Monochromatic Colors of #FE7189
Black with #FE7189
Text Example
Text Example
White with #FE7189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7189; }
p { color: rgb(254,113,137); }
H1.HeaderClassName
{
color: #FE7189;
}
.AnyTagClassName
{
color: #FE7189;
}
</style>
background-color css
<style>
a { background-color: #FE7189; }
a { background-color: rgb(254,113,137); }
div.DivClassName
{
background-color: #FE7189;
}
.BgClassName
{
background-color: #FE7189;
}
</style>
border-color css
<style>
span { border-color: #FE7189; }
span { border-color: rgb(254,113,137); }
td.TdClassName
{
border-color: #FE7189;
}
.TagClassName
{
border-color: #FE7189;
}
</style>