Shades of Brink Pink #F56F87
Tints of Brink Pink #F56F87
RGB
CMYK
RGB Variations
Color information
#F56F87 (or 0xF56F87) is known color: Brink Pink. HEX triplet: F5, 6F and 87. RGB value is (245,111,135). Sum of RGB (Red+Green+Blue) = 245+111+135=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 135 (53.12% from 255 or 27.49% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F56F87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56F87 is #0A9078. Grayscale: #999999. Windows color (decimal): -692345 or 8876021. OLE color: 8876021.
HSL color Cylindrical-coordinate representation of color #F56F87: hue angle of 349.25º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F56F87 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 111 | 135 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.04 |
| HSL | 349.25º | 0.87% | 0.7% | - |
| HSV(B) | 349.25º | 0.55% | 0.96% | - |
| XYZ | 47.71 | 32.53 | 26.69 | - |
| YUV | 153.8 | 117.39 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 111 | 135 | 0 | 0.55 | 0.45 | 0.04 | 349.25 | 0.87 | 0.7 |
| Hex | F5 | 6F | 87 | 0 | 37 | 2D | 4 | 15D | 57 | 46 |
| Octal | 365 | 157 | 207 | 0 | 67 | 55 | 4 | 535 | 127 | 106 |
| Binary | 11110101 | 1101111 | 10000111 | 0 | 110111 | 101101 | 100 | 101011101 | 1010111 | 1000110 |
Color Harmonies of #F56F87
Complementary color
Monochromatic Colors of #F56F87
Black with #F56F87
Text Example
Text Example
White with #F56F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56F87; }
p { color: rgb(245,111,135); }
H1.HeaderClassName
{
color: #F56F87;
}
.AnyTagClassName
{
color: #F56F87;
}
</style>
background-color css
<style>
a { background-color: #F56F87; }
a { background-color: rgb(245,111,135); }
div.DivClassName
{
background-color: #F56F87;
}
.BgClassName
{
background-color: #F56F87;
}
</style>
border-color css
<style>
span { border-color: #F56F87; }
span { border-color: rgb(245,111,135); }
td.TdClassName
{
border-color: #F56F87;
}
.TagClassName
{
border-color: #F56F87;
}
</style>