Shades of Brink Pink #FF6E89
Tints of Brink Pink #FF6E89
RGB
CMYK
RGB Variations
Color information
#FF6E89 (or 0xFF6E89) is known color: Brink Pink. HEX triplet: FF, 6E and 89. RGB value is (255,110,137). Sum of RGB (Red+Green+Blue) = 255+110+137=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 110 (43.36% from 255 or 21.91% from 502); Blue value is 137 (53.91% from 255 or 27.29% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6E89 is #009176. Grayscale: #9C9C9C. Windows color (decimal): -37239 or 9006847. OLE color: 9006847.
HSL color Cylindrical-coordinate representation of color #FF6E89: hue angle of 348.83º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF6E89 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 110 | 137 | - |
| CMYK | 0 | 0.57 | 0.46 | 0 |
| HSL | 348.83º | 1% | 0.72% | - |
| HSV(B) | 348.83º | 0.57% | 1% | - |
| XYZ | 51.33 | 34.22 | 27.57 | - |
| YUV | 156.43 | 117.04 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 110 | 137 | 0 | 0.57 | 0.46 | 0 | 348.83 | 1 | 0.72 |
| Hex | FF | 6E | 89 | 0 | 39 | 2E | 0 | 15D | 64 | 48 |
| Octal | 377 | 156 | 211 | 0 | 71 | 56 | 0 | 535 | 144 | 110 |
| Binary | 11111111 | 1101110 | 10001001 | 0 | 111001 | 101110 | 0 | 101011101 | 1100100 | 1001000 |
Color Harmonies of #FF6E89
Complementary color
Monochromatic Colors of #FF6E89
Black with #FF6E89
Text Example
Text Example
White with #FF6E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6E89; }
p { color: rgb(255,110,137); }
H1.HeaderClassName
{
color: #FF6E89;
}
.AnyTagClassName
{
color: #FF6E89;
}
</style>
background-color css
<style>
a { background-color: #FF6E89; }
a { background-color: rgb(255,110,137); }
div.DivClassName
{
background-color: #FF6E89;
}
.BgClassName
{
background-color: #FF6E89;
}
</style>
border-color css
<style>
span { border-color: #FF6E89; }
span { border-color: rgb(255,110,137); }
td.TdClassName
{
border-color: #FF6E89;
}
.TagClassName
{
border-color: #FF6E89;
}
</style>