Shades of Brink Pink #F65F89
Tints of Brink Pink #F65F89
RGB
CMYK
RGB Variations
Color information
#F65F89 (or 0xF65F89) is known color: Brink Pink. HEX triplet: F6, 5F and 89. RGB value is (246,95,137). Sum of RGB (Red+Green+Blue) = 246+95+137=478 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.46% from 478); Green value is 95 (37.5% from 255 or 19.87% from 478); Blue value is 137 (53.91% from 255 or 28.66% from 478); Max value from RGB is 246 - color contains mainly: red. Hex color #F65F89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65F89 is #09A076. Grayscale: #909090. Windows color (decimal): -630903 or 9002998. OLE color: 9002998.
HSL color Cylindrical-coordinate representation of color #F65F89: hue angle of 343.31º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F65F89 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 95 | 137 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.04 |
| HSL | 343.31º | 0.89% | 0.67% | - |
| HSV(B) | 343.31º | 0.61% | 0.96% | - |
| XYZ | 46.61 | 29.58 | 26.92 | - |
| YUV | 144.94 | 123.53 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 95 | 137 | 0 | 0.61 | 0.44 | 0.04 | 343.31 | 0.89 | 0.67 |
| Hex | F6 | 5F | 89 | 0 | 3D | 2C | 4 | 157 | 59 | 43 |
| Octal | 366 | 137 | 211 | 0 | 75 | 54 | 4 | 527 | 131 | 103 |
| Binary | 11110110 | 1011111 | 10001001 | 0 | 111101 | 101100 | 100 | 101010111 | 1011001 | 1000011 |
Color Harmonies of #F65F89
Complementary color
Monochromatic Colors of #F65F89
Black with #F65F89
Text Example
Text Example
White with #F65F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65F89; }
p { color: rgb(246,95,137); }
H1.HeaderClassName
{
color: #F65F89;
}
.AnyTagClassName
{
color: #F65F89;
}
</style>
background-color css
<style>
a { background-color: #F65F89; }
a { background-color: rgb(246,95,137); }
div.DivClassName
{
background-color: #F65F89;
}
.BgClassName
{
background-color: #F65F89;
}
</style>
border-color css
<style>
span { border-color: #F65F89; }
span { border-color: rgb(246,95,137); }
td.TdClassName
{
border-color: #F65F89;
}
.TagClassName
{
border-color: #F65F89;
}
</style>