Shades of Brink Pink #FF7289
Tints of Brink Pink #FF7289
RGB
CMYK
RGB Variations
Color information
#FF7289 (or 0xFF7289) is known color: Brink Pink. HEX triplet: FF, 72 and 89. RGB value is (255,114,137). Sum of RGB (Red+Green+Blue) = 255+114+137=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 114 (44.92% from 255 or 22.53% from 506); Blue value is 137 (53.91% from 255 or 27.08% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7289 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7289 is #008D76. Grayscale: #9E9E9E. Windows color (decimal): -36215 or 9007871. OLE color: 9007871.
HSL color Cylindrical-coordinate representation of color #FF7289: hue angle of 350.21º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF7289 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 137 | - |
| CMYK | 0 | 0.55 | 0.46 | 0 |
| HSL | 350.21º | 1% | 0.72% | - |
| HSV(B) | 350.21º | 0.55% | 1% | - |
| XYZ | 51.77 | 35.1 | 27.71 | - |
| YUV | 158.78 | 115.71 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 137 | 0 | 0.55 | 0.46 | 0 | 350.21 | 1 | 0.72 |
| Hex | FF | 72 | 89 | 0 | 37 | 2E | 0 | 15E | 64 | 48 |
| Octal | 377 | 162 | 211 | 0 | 67 | 56 | 0 | 536 | 144 | 110 |
| Binary | 11111111 | 1110010 | 10001001 | 0 | 110111 | 101110 | 0 | 101011110 | 1100100 | 1001000 |
Color Harmonies of #FF7289
Complementary color
Monochromatic Colors of #FF7289
Black with #FF7289
Text Example
Text Example
White with #FF7289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7289; }
p { color: rgb(255,114,137); }
H1.HeaderClassName
{
color: #FF7289;
}
.AnyTagClassName
{
color: #FF7289;
}
</style>
background-color css
<style>
a { background-color: #FF7289; }
a { background-color: rgb(255,114,137); }
div.DivClassName
{
background-color: #FF7289;
}
.BgClassName
{
background-color: #FF7289;
}
</style>
border-color css
<style>
span { border-color: #FF7289; }
span { border-color: rgb(255,114,137); }
td.TdClassName
{
border-color: #FF7289;
}
.TagClassName
{
border-color: #FF7289;
}
</style>