Shades of Brink Pink #FE7289
Tints of Brink Pink #FE7289
RGB
CMYK
RGB Variations
Color information
#FE7289 (or 0xFE7289) is known color: Brink Pink. HEX triplet: FE, 72 and 89. RGB value is (254,114,137). Sum of RGB (Red+Green+Blue) = 254+114+137=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 114 (44.92% from 255 or 22.57% from 505); Blue value is 137 (53.91% from 255 or 27.13% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7289 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7289 is #018D76. Grayscale: #9E9E9E. Windows color (decimal): -101751 or 9007870. OLE color: 9007870.
HSL color Cylindrical-coordinate representation of color #FE7289: hue angle of 350.14º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FE7289 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 137 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.00 |
| HSL | 350.14º | 0.99% | 0.72% | - |
| HSV(B) | 350.14º | 0.55% | 1% | - |
| XYZ | 51.41 | 34.91 | 27.7 | - |
| YUV | 158.48 | 115.88 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 137 | 0 | 0.55 | 0.46 | 0.00 | 350.14 | 0.99 | 0.72 |
| Hex | FE | 72 | 89 | 0 | 37 | 2E | 0 | 15E | 63 | 48 |
| Octal | 376 | 162 | 211 | 0 | 67 | 56 | 0 | 536 | 143 | 110 |
| Binary | 11111110 | 1110010 | 10001001 | 0 | 110111 | 101110 | 0 | 101011110 | 1100011 | 1001000 |
Color Harmonies of #FE7289
Complementary color
Monochromatic Colors of #FE7289
Black with #FE7289
Text Example
Text Example
White with #FE7289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7289; }
p { color: rgb(254,114,137); }
H1.HeaderClassName
{
color: #FE7289;
}
.AnyTagClassName
{
color: #FE7289;
}
</style>
background-color css
<style>
a { background-color: #FE7289; }
a { background-color: rgb(254,114,137); }
div.DivClassName
{
background-color: #FE7289;
}
.BgClassName
{
background-color: #FE7289;
}
</style>
border-color css
<style>
span { border-color: #FE7289; }
span { border-color: rgb(254,114,137); }
td.TdClassName
{
border-color: #FE7289;
}
.TagClassName
{
border-color: #FE7289;
}
</style>