Shades of Brink Pink #FE6089
Tints of Brink Pink #FE6089
RGB
CMYK
RGB Variations
Color information
#FE6089 (or 0xFE6089) is known color: Brink Pink. HEX triplet: FE, 60 and 89. RGB value is (254,96,137). Sum of RGB (Red+Green+Blue) = 254+96+137=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 137 (53.91% from 255 or 28.13% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6089 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6089 is #019F76. Grayscale: #939393. Windows color (decimal): -106359 or 9003262. OLE color: 9003262.
HSL color Cylindrical-coordinate representation of color #FE6089: hue angle of 344.43º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE6089 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 137 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.00 |
| HSL | 344.43º | 0.99% | 0.69% | - |
| HSV(B) | 344.43º | 0.62% | 1% | - |
| XYZ | 49.57 | 31.24 | 27.08 | - |
| YUV | 147.92 | 121.85 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 137 | 0 | 0.62 | 0.46 | 0.00 | 344.43 | 0.99 | 0.69 |
| Hex | FE | 60 | 89 | 0 | 3E | 2E | 0 | 158 | 63 | 45 |
| Octal | 376 | 140 | 211 | 0 | 76 | 56 | 0 | 530 | 143 | 105 |
| Binary | 11111110 | 1100000 | 10001001 | 0 | 111110 | 101110 | 0 | 101011000 | 1100011 | 1000101 |
Color Harmonies of #FE6089
Complementary color
Monochromatic Colors of #FE6089
Black with #FE6089
Text Example
Text Example
White with #FE6089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6089; }
p { color: rgb(254,96,137); }
H1.HeaderClassName
{
color: #FE6089;
}
.AnyTagClassName
{
color: #FE6089;
}
</style>
background-color css
<style>
a { background-color: #FE6089; }
a { background-color: rgb(254,96,137); }
div.DivClassName
{
background-color: #FE6089;
}
.BgClassName
{
background-color: #FE6089;
}
</style>
border-color css
<style>
span { border-color: #FE6089; }
span { border-color: rgb(254,96,137); }
td.TdClassName
{
border-color: #FE6089;
}
.TagClassName
{
border-color: #FE6089;
}
</style>