Shades of Brink Pink #F56886
Tints of Brink Pink #F56886
RGB
CMYK
RGB Variations
Color information
#F56886 (or 0xF56886) is known color: Brink Pink. HEX triplet: F5, 68 and 86. RGB value is (245,104,134). Sum of RGB (Red+Green+Blue) = 245+104+134=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 134 (52.73% from 255 or 27.74% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F56886 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56886 is #0A9779. Grayscale: #959595. Windows color (decimal): -694138 or 8808693. OLE color: 8808693.
HSL color Cylindrical-coordinate representation of color #F56886: hue angle of 347.23º 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 #F56886 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 104 | 134 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.04 |
| HSL | 347.23º | 0.88% | 0.68% | - |
| HSV(B) | 347.23º | 0.58% | 0.96% | - |
| XYZ | 46.91 | 31.03 | 26.07 | - |
| YUV | 149.58 | 119.21 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 104 | 134 | 0 | 0.58 | 0.45 | 0.04 | 347.23 | 0.88 | 0.68 |
| Hex | F5 | 68 | 86 | 0 | 3A | 2D | 4 | 15B | 58 | 44 |
| Octal | 365 | 150 | 206 | 0 | 72 | 55 | 4 | 533 | 130 | 104 |
| Binary | 11110101 | 1101000 | 10000110 | 0 | 111010 | 101101 | 100 | 101011011 | 1011000 | 1000100 |
Color Harmonies of #F56886
Complementary color
Monochromatic Colors of #F56886
Black with #F56886
Text Example
Text Example
White with #F56886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56886; }
p { color: rgb(245,104,134); }
H1.HeaderClassName
{
color: #F56886;
}
.AnyTagClassName
{
color: #F56886;
}
</style>
background-color css
<style>
a { background-color: #F56886; }
a { background-color: rgb(245,104,134); }
div.DivClassName
{
background-color: #F56886;
}
.BgClassName
{
background-color: #F56886;
}
</style>
border-color css
<style>
span { border-color: #F56886; }
span { border-color: rgb(245,104,134); }
td.TdClassName
{
border-color: #F56886;
}
.TagClassName
{
border-color: #F56886;
}
</style>