Shades of Brink Pink #FF6F89
Tints of Brink Pink #FF6F89
RGB
CMYK
RGB Variations
Color information
#FF6F89 (or 0xFF6F89) is known color: Brink Pink. HEX triplet: FF, 6F and 89. RGB value is (255,111,137). Sum of RGB (Red+Green+Blue) = 255+111+137=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 111 (43.75% from 255 or 22.07% from 503); Blue value is 137 (53.91% from 255 or 27.24% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6F89 is #009076. Grayscale: #9D9D9D. Windows color (decimal): -36983 or 9007103. OLE color: 9007103.
HSL color Cylindrical-coordinate representation of color #FF6F89: hue angle of 349.17º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF6F89 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 137 | - |
| CMYK | 0 | 0.56 | 0.46 | 0 |
| HSL | 349.17º | 1% | 0.72% | - |
| HSV(B) | 349.17º | 0.56% | 1% | - |
| XYZ | 51.44 | 34.44 | 27.6 | - |
| YUV | 157.02 | 116.71 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 137 | 0 | 0.56 | 0.46 | 0 | 349.17 | 1 | 0.72 |
| Hex | FF | 6F | 89 | 0 | 38 | 2E | 0 | 15D | 64 | 48 |
| Octal | 377 | 157 | 211 | 0 | 70 | 56 | 0 | 535 | 144 | 110 |
| Binary | 11111111 | 1101111 | 10001001 | 0 | 111000 | 101110 | 0 | 101011101 | 1100100 | 1001000 |
Color Harmonies of #FF6F89
Complementary color
Monochromatic Colors of #FF6F89
Black with #FF6F89
Text Example
Text Example
White with #FF6F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6F89; }
p { color: rgb(255,111,137); }
H1.HeaderClassName
{
color: #FF6F89;
}
.AnyTagClassName
{
color: #FF6F89;
}
</style>
background-color css
<style>
a { background-color: #FF6F89; }
a { background-color: rgb(255,111,137); }
div.DivClassName
{
background-color: #FF6F89;
}
.BgClassName
{
background-color: #FF6F89;
}
</style>
border-color css
<style>
span { border-color: #FF6F89; }
span { border-color: rgb(255,111,137); }
td.TdClassName
{
border-color: #FF6F89;
}
.TagClassName
{
border-color: #FF6F89;
}
</style>