Shades of Brink Pink #FF6B89
Tints of Brink Pink #FF6B89
RGB
CMYK
RGB Variations
Color information
#FF6B89 (or 0xFF6B89) is known color: Brink Pink. HEX triplet: FF, 6B and 89. RGB value is (255,107,137). Sum of RGB (Red+Green+Blue) = 255+107+137=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 107 (42.19% from 255 or 21.44% from 499); Blue value is 137 (53.91% from 255 or 27.45% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6B89 is #009476. Grayscale: #9A9A9A. Windows color (decimal): -38007 or 9006079. OLE color: 9006079.
HSL color Cylindrical-coordinate representation of color #FF6B89: hue angle of 347.84º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF6B89 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 137 | - |
| CMYK | 0 | 0.58 | 0.46 | 0 |
| HSL | 347.84º | 1% | 0.71% | - |
| HSV(B) | 347.84º | 0.58% | 1% | - |
| XYZ | 51.01 | 33.58 | 27.46 | - |
| YUV | 154.67 | 118.03 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 137 | 0 | 0.58 | 0.46 | 0 | 347.84 | 1 | 0.71 |
| Hex | FF | 6B | 89 | 0 | 3A | 2E | 0 | 15C | 64 | 47 |
| Octal | 377 | 153 | 211 | 0 | 72 | 56 | 0 | 534 | 144 | 107 |
| Binary | 11111111 | 1101011 | 10001001 | 0 | 111010 | 101110 | 0 | 101011100 | 1100100 | 1000111 |
Color Harmonies of #FF6B89
Complementary color
Monochromatic Colors of #FF6B89
Black with #FF6B89
Text Example
Text Example
White with #FF6B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6B89; }
p { color: rgb(255,107,137); }
H1.HeaderClassName
{
color: #FF6B89;
}
.AnyTagClassName
{
color: #FF6B89;
}
</style>
background-color css
<style>
a { background-color: #FF6B89; }
a { background-color: rgb(255,107,137); }
div.DivClassName
{
background-color: #FF6B89;
}
.BgClassName
{
background-color: #FF6B89;
}
</style>
border-color css
<style>
span { border-color: #FF6B89; }
span { border-color: rgb(255,107,137); }
td.TdClassName
{
border-color: #FF6B89;
}
.TagClassName
{
border-color: #FF6B89;
}
</style>