Shades of Brink Pink #F56888
Tints of Brink Pink #F56888
RGB
CMYK
RGB Variations
Color information
#F56888 (or 0xF56888) is known color: Brink Pink. HEX triplet: F5, 68 and 88. RGB value is (245,104,136). Sum of RGB (Red+Green+Blue) = 245+104+136=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F56888 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56888 is #0A9777. Grayscale: #959595. Windows color (decimal): -694136 or 8939765. OLE color: 8939765.
HSL color Cylindrical-coordinate representation of color #F56888: hue angle of 346.38º 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 #F56888 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 104 | 136 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.04 |
| HSL | 346.38º | 0.88% | 0.68% | - |
| HSV(B) | 346.38º | 0.58% | 0.96% | - |
| XYZ | 47.05 | 31.09 | 26.81 | - |
| YUV | 149.81 | 120.21 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 104 | 136 | 0 | 0.58 | 0.44 | 0.04 | 346.38 | 0.88 | 0.68 |
| Hex | F5 | 68 | 88 | 0 | 3A | 2C | 4 | 15A | 58 | 44 |
| Octal | 365 | 150 | 210 | 0 | 72 | 54 | 4 | 532 | 130 | 104 |
| Binary | 11110101 | 1101000 | 10001000 | 0 | 111010 | 101100 | 100 | 101011010 | 1011000 | 1000100 |
Color Harmonies of #F56888
Complementary color
Monochromatic Colors of #F56888
Black with #F56888
Text Example
Text Example
White with #F56888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56888; }
p { color: rgb(245,104,136); }
H1.HeaderClassName
{
color: #F56888;
}
.AnyTagClassName
{
color: #F56888;
}
</style>
background-color css
<style>
a { background-color: #F56888; }
a { background-color: rgb(245,104,136); }
div.DivClassName
{
background-color: #F56888;
}
.BgClassName
{
background-color: #F56888;
}
</style>
border-color css
<style>
span { border-color: #F56888; }
span { border-color: rgb(245,104,136); }
td.TdClassName
{
border-color: #F56888;
}
.TagClassName
{
border-color: #F56888;
}
</style>