Shades of Brink Pink #F56786
Tints of Brink Pink #F56786
RGB
CMYK
RGB Variations
Color information
#F56786 (or 0xF56786) is known color: Brink Pink. HEX triplet: F5, 67 and 86. RGB value is (245,103,134). Sum of RGB (Red+Green+Blue) = 245+103+134=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 103 (40.62% from 255 or 21.37% from 482); Blue value is 134 (52.73% from 255 or 27.80% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F56786 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56786 is #0A9879. Grayscale: #959595. Windows color (decimal): -694394 or 8808437. OLE color: 8808437.
HSL color Cylindrical-coordinate representation of color #F56786: hue angle of 346.9º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F56786 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 103 | 134 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.04 |
| HSL | 346.9º | 0.88% | 0.68% | - |
| HSV(B) | 346.9º | 0.58% | 0.96% | - |
| XYZ | 46.81 | 30.83 | 26.04 | - |
| YUV | 148.99 | 119.54 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 103 | 134 | 0 | 0.58 | 0.45 | 0.04 | 346.9 | 0.88 | 0.68 |
| Hex | F5 | 67 | 86 | 0 | 3A | 2D | 4 | 15B | 58 | 44 |
| Octal | 365 | 147 | 206 | 0 | 72 | 55 | 4 | 533 | 130 | 104 |
| Binary | 11110101 | 1100111 | 10000110 | 0 | 111010 | 101101 | 100 | 101011011 | 1011000 | 1000100 |
Color Harmonies of #F56786
Complementary color
Monochromatic Colors of #F56786
Black with #F56786
Text Example
Text Example
White with #F56786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56786; }
p { color: rgb(245,103,134); }
H1.HeaderClassName
{
color: #F56786;
}
.AnyTagClassName
{
color: #F56786;
}
</style>
background-color css
<style>
a { background-color: #F56786; }
a { background-color: rgb(245,103,134); }
div.DivClassName
{
background-color: #F56786;
}
.BgClassName
{
background-color: #F56786;
}
</style>
border-color css
<style>
span { border-color: #F56786; }
span { border-color: rgb(245,103,134); }
td.TdClassName
{
border-color: #F56786;
}
.TagClassName
{
border-color: #F56786;
}
</style>