Shades of Brink Pink #F65C87
Tints of Brink Pink #F65C87
RGB
CMYK
RGB Variations
Color information
#F65C87 (or 0xF65C87) is known color: Brink Pink. HEX triplet: F6, 5C and 87. RGB value is (246,92,135). Sum of RGB (Red+Green+Blue) = 246+92+135=473 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.01% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 246 - color contains mainly: red. Hex color #F65C87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65C87 is #09A378. Grayscale: #8E8E8E. Windows color (decimal): -631673 or 8871158. OLE color: 8871158.
HSL color Cylindrical-coordinate representation of color #F65C87: hue angle of 343.25º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F65C87 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 92 | 135 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.04 |
| HSL | 343.25º | 0.9% | 0.66% | - |
| HSV(B) | 343.25º | 0.63% | 0.96% | - |
| XYZ | 46.21 | 29 | 26.08 | - |
| YUV | 142.95 | 123.52 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 92 | 135 | 0 | 0.63 | 0.45 | 0.04 | 343.25 | 0.9 | 0.66 |
| Hex | F6 | 5C | 87 | 0 | 3F | 2D | 4 | 157 | 5A | 42 |
| Octal | 366 | 134 | 207 | 0 | 77 | 55 | 4 | 527 | 132 | 102 |
| Binary | 11110110 | 1011100 | 10000111 | 0 | 111111 | 101101 | 100 | 101010111 | 1011010 | 1000010 |
Color Harmonies of #F65C87
Complementary color
Monochromatic Colors of #F65C87
Black with #F65C87
Text Example
Text Example
White with #F65C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65C87; }
p { color: rgb(246,92,135); }
H1.HeaderClassName
{
color: #F65C87;
}
.AnyTagClassName
{
color: #F65C87;
}
</style>
background-color css
<style>
a { background-color: #F65C87; }
a { background-color: rgb(246,92,135); }
div.DivClassName
{
background-color: #F65C87;
}
.BgClassName
{
background-color: #F65C87;
}
</style>
border-color css
<style>
span { border-color: #F65C87; }
span { border-color: rgb(246,92,135); }
td.TdClassName
{
border-color: #F65C87;
}
.TagClassName
{
border-color: #F65C87;
}
</style>