Shades of Brink Pink #F56188
Tints of Brink Pink #F56188
RGB
CMYK
RGB Variations
Color information
#F56188 (or 0xF56188) is known color: Brink Pink. HEX triplet: F5, 61 and 88. RGB value is (245,97,136). Sum of RGB (Red+Green+Blue) = 245+97+136=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 97 (38.28% from 255 or 20.29% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F56188 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56188 is #0A9E77. Grayscale: #919191. Windows color (decimal): -695928 or 8937973. OLE color: 8937973.
HSL color Cylindrical-coordinate representation of color #F56188: hue angle of 344.19º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F56188 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 97 | 136 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.04 |
| HSL | 344.19º | 0.88% | 0.67% | - |
| HSV(B) | 344.19º | 0.6% | 0.96% | - |
| XYZ | 46.37 | 29.74 | 26.59 | - |
| YUV | 145.7 | 122.53 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 97 | 136 | 0 | 0.60 | 0.44 | 0.04 | 344.19 | 0.88 | 0.67 |
| Hex | F5 | 61 | 88 | 0 | 3C | 2C | 4 | 158 | 58 | 43 |
| Octal | 365 | 141 | 210 | 0 | 74 | 54 | 4 | 530 | 130 | 103 |
| Binary | 11110101 | 1100001 | 10001000 | 0 | 111100 | 101100 | 100 | 101011000 | 1011000 | 1000011 |
Color Harmonies of #F56188
Complementary color
Monochromatic Colors of #F56188
Black with #F56188
Text Example
Text Example
White with #F56188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56188; }
p { color: rgb(245,97,136); }
H1.HeaderClassName
{
color: #F56188;
}
.AnyTagClassName
{
color: #F56188;
}
</style>
background-color css
<style>
a { background-color: #F56188; }
a { background-color: rgb(245,97,136); }
div.DivClassName
{
background-color: #F56188;
}
.BgClassName
{
background-color: #F56188;
}
</style>
border-color css
<style>
span { border-color: #F56188; }
span { border-color: rgb(245,97,136); }
td.TdClassName
{
border-color: #F56188;
}
.TagClassName
{
border-color: #F56188;
}
</style>