Shades of Brink Pink #F65887
Tints of Brink Pink #F65887
RGB
CMYK
RGB Variations
Color information
#F65887 (or 0xF65887) is known color: Brink Pink. HEX triplet: F6, 58 and 87. RGB value is (246,88,135). Sum of RGB (Red+Green+Blue) = 246+88+135=469 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.45% from 469); Green value is 88 (34.77% from 255 or 18.76% from 469); Blue value is 135 (53.12% from 255 or 28.78% from 469); Max value from RGB is 246 - color contains mainly: red. Hex color #F65887 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65887 is #09A778. Grayscale: #8C8C8C. Windows color (decimal): -632697 or 8870134. OLE color: 8870134.
HSL color Cylindrical-coordinate representation of color #F65887: hue angle of 342.15º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F65887 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 88 | 135 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.04 |
| HSL | 342.15º | 0.9% | 0.65% | - |
| HSV(B) | 342.15º | 0.64% | 0.96% | - |
| XYZ | 45.87 | 28.32 | 25.97 | - |
| YUV | 140.6 | 124.85 | 203.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 88 | 135 | 0 | 0.64 | 0.45 | 0.04 | 342.15 | 0.9 | 0.65 |
| Hex | F6 | 58 | 87 | 0 | 40 | 2D | 4 | 156 | 5A | 41 |
| Octal | 366 | 130 | 207 | 0 | 100 | 55 | 4 | 526 | 132 | 101 |
| Binary | 11110110 | 1011000 | 10000111 | 0 | 1000000 | 101101 | 100 | 101010110 | 1011010 | 1000001 |
Color Harmonies of #F65887
Complementary color
Monochromatic Colors of #F65887
Black with #F65887
Text Example
Text Example
White with #F65887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65887; }
p { color: rgb(246,88,135); }
H1.HeaderClassName
{
color: #F65887;
}
.AnyTagClassName
{
color: #F65887;
}
</style>
background-color css
<style>
a { background-color: #F65887; }
a { background-color: rgb(246,88,135); }
div.DivClassName
{
background-color: #F65887;
}
.BgClassName
{
background-color: #F65887;
}
</style>
border-color css
<style>
span { border-color: #F65887; }
span { border-color: rgb(246,88,135); }
td.TdClassName
{
border-color: #F65887;
}
.TagClassName
{
border-color: #F65887;
}
</style>