Shades of Brink Pink #F65D89
Tints of Brink Pink #F65D89
RGB
CMYK
RGB Variations
Color information
#F65D89 (or 0xF65D89) is known color: Brink Pink. HEX triplet: F6, 5D and 89. RGB value is (246,93,137). Sum of RGB (Red+Green+Blue) = 246+93+137=476 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.68% from 476); Green value is 93 (36.72% from 255 or 19.54% from 476); Blue value is 137 (53.91% from 255 or 28.78% from 476); Max value from RGB is 246 - color contains mainly: red. Hex color #F65D89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65D89 is #09A276. Grayscale: #8F8F8F. Windows color (decimal): -631415 or 9002486. OLE color: 9002486.
HSL color Cylindrical-coordinate representation of color #F65D89: hue angle of 342.75º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F65D89 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 93 | 137 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.04 |
| HSL | 342.75º | 0.89% | 0.66% | - |
| HSV(B) | 342.75º | 0.62% | 0.96% | - |
| XYZ | 46.44 | 29.23 | 26.86 | - |
| YUV | 143.76 | 124.19 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 93 | 137 | 0 | 0.62 | 0.44 | 0.04 | 342.75 | 0.89 | 0.66 |
| Hex | F6 | 5D | 89 | 0 | 3E | 2C | 4 | 157 | 59 | 42 |
| Octal | 366 | 135 | 211 | 0 | 76 | 54 | 4 | 527 | 131 | 102 |
| Binary | 11110110 | 1011101 | 10001001 | 0 | 111110 | 101100 | 100 | 101010111 | 1011001 | 1000010 |
Color Harmonies of #F65D89
Complementary color
Monochromatic Colors of #F65D89
Black with #F65D89
Text Example
Text Example
White with #F65D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65D89; }
p { color: rgb(246,93,137); }
H1.HeaderClassName
{
color: #F65D89;
}
.AnyTagClassName
{
color: #F65D89;
}
</style>
background-color css
<style>
a { background-color: #F65D89; }
a { background-color: rgb(246,93,137); }
div.DivClassName
{
background-color: #F65D89;
}
.BgClassName
{
background-color: #F65D89;
}
</style>
border-color css
<style>
span { border-color: #F65D89; }
span { border-color: rgb(246,93,137); }
td.TdClassName
{
border-color: #F65D89;
}
.TagClassName
{
border-color: #F65D89;
}
</style>