Shades of Brink Pink #FE6589
Tints of Brink Pink #FE6589
RGB
CMYK
RGB Variations
Color information
#FE6589 (or 0xFE6589) is known color: Brink Pink. HEX triplet: FE, 65 and 89. RGB value is (254,101,137). Sum of RGB (Red+Green+Blue) = 254+101+137=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 101 (39.84% from 255 or 20.53% from 492); Blue value is 137 (53.91% from 255 or 27.85% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6589 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6589 is #019A76. Grayscale: #969696. Windows color (decimal): -105079 or 9004542. OLE color: 9004542.
HSL color Cylindrical-coordinate representation of color #FE6589: hue angle of 345.88º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE6589 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 137 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.00 |
| HSL | 345.88º | 0.99% | 0.7% | - |
| HSV(B) | 345.88º | 0.6% | 1% | - |
| XYZ | 50.04 | 32.18 | 27.24 | - |
| YUV | 150.85 | 120.19 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 137 | 0 | 0.60 | 0.46 | 0.00 | 345.88 | 0.99 | 0.7 |
| Hex | FE | 65 | 89 | 0 | 3C | 2E | 0 | 15A | 63 | 46 |
| Octal | 376 | 145 | 211 | 0 | 74 | 56 | 0 | 532 | 143 | 106 |
| Binary | 11111110 | 1100101 | 10001001 | 0 | 111100 | 101110 | 0 | 101011010 | 1100011 | 1000110 |
Color Harmonies of #FE6589
Complementary color
Monochromatic Colors of #FE6589
Black with #FE6589
Text Example
Text Example
White with #FE6589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6589; }
p { color: rgb(254,101,137); }
H1.HeaderClassName
{
color: #FE6589;
}
.AnyTagClassName
{
color: #FE6589;
}
</style>
background-color css
<style>
a { background-color: #FE6589; }
a { background-color: rgb(254,101,137); }
div.DivClassName
{
background-color: #FE6589;
}
.BgClassName
{
background-color: #FE6589;
}
</style>
border-color css
<style>
span { border-color: #FE6589; }
span { border-color: rgb(254,101,137); }
td.TdClassName
{
border-color: #FE6589;
}
.TagClassName
{
border-color: #FE6589;
}
</style>