Shades of Brink Pink #F65E89
Tints of Brink Pink #F65E89
RGB
CMYK
RGB Variations
Color information
#F65E89 (or 0xF65E89) is known color: Brink Pink. HEX triplet: F6, 5E and 89. RGB value is (246,94,137). Sum of RGB (Red+Green+Blue) = 246+94+137=477 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.57% from 477); Green value is 94 (37.11% from 255 or 19.71% from 477); Blue value is 137 (53.91% from 255 or 28.72% from 477); Max value from RGB is 246 - color contains mainly: red. Hex color #F65E89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65E89 is #09A176. Grayscale: #909090. Windows color (decimal): -631159 or 9002742. OLE color: 9002742.
HSL color Cylindrical-coordinate representation of color #F65E89: hue angle of 343.03º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F65E89 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 94 | 137 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.04 |
| HSL | 343.03º | 0.89% | 0.67% | - |
| HSV(B) | 343.03º | 0.62% | 0.96% | - |
| XYZ | 46.52 | 29.4 | 26.89 | - |
| YUV | 144.35 | 123.86 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 94 | 137 | 0 | 0.62 | 0.44 | 0.04 | 343.03 | 0.89 | 0.67 |
| Hex | F6 | 5E | 89 | 0 | 3E | 2C | 4 | 157 | 59 | 43 |
| Octal | 366 | 136 | 211 | 0 | 76 | 54 | 4 | 527 | 131 | 103 |
| Binary | 11110110 | 1011110 | 10001001 | 0 | 111110 | 101100 | 100 | 101010111 | 1011001 | 1000011 |
Color Harmonies of #F65E89
Complementary color
Monochromatic Colors of #F65E89
Black with #F65E89
Text Example
Text Example
White with #F65E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65E89; }
p { color: rgb(246,94,137); }
H1.HeaderClassName
{
color: #F65E89;
}
.AnyTagClassName
{
color: #F65E89;
}
</style>
background-color css
<style>
a { background-color: #F65E89; }
a { background-color: rgb(246,94,137); }
div.DivClassName
{
background-color: #F65E89;
}
.BgClassName
{
background-color: #F65E89;
}
</style>
border-color css
<style>
span { border-color: #F65E89; }
span { border-color: rgb(246,94,137); }
td.TdClassName
{
border-color: #F65E89;
}
.TagClassName
{
border-color: #F65E89;
}
</style>