Shades of Brink Pink #F56988
Tints of Brink Pink #F56988
RGB
CMYK
RGB Variations
Color information
#F56988 (or 0xF56988) is known color: Brink Pink. HEX triplet: F5, 69 and 88. RGB value is (245,105,136). Sum of RGB (Red+Green+Blue) = 245+105+136=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 136 (53.52% from 255 or 27.98% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F56988 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56988 is #0A9677. Grayscale: #969696. Windows color (decimal): -693880 or 8940021. OLE color: 8940021.
HSL color Cylindrical-coordinate representation of color #F56988: hue angle of 346.71º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F56988 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 105 | 136 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.04 |
| HSL | 346.71º | 0.88% | 0.69% | - |
| HSV(B) | 346.71º | 0.57% | 0.96% | - |
| XYZ | 47.15 | 31.29 | 26.85 | - |
| YUV | 150.39 | 119.88 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 105 | 136 | 0 | 0.57 | 0.44 | 0.04 | 346.71 | 0.88 | 0.69 |
| Hex | F5 | 69 | 88 | 0 | 39 | 2C | 4 | 15B | 58 | 45 |
| Octal | 365 | 151 | 210 | 0 | 71 | 54 | 4 | 533 | 130 | 105 |
| Binary | 11110101 | 1101001 | 10001000 | 0 | 111001 | 101100 | 100 | 101011011 | 1011000 | 1000101 |
Color Harmonies of #F56988
Complementary color
Monochromatic Colors of #F56988
Black with #F56988
Text Example
Text Example
White with #F56988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56988; }
p { color: rgb(245,105,136); }
H1.HeaderClassName
{
color: #F56988;
}
.AnyTagClassName
{
color: #F56988;
}
</style>
background-color css
<style>
a { background-color: #F56988; }
a { background-color: rgb(245,105,136); }
div.DivClassName
{
background-color: #F56988;
}
.BgClassName
{
background-color: #F56988;
}
</style>
border-color css
<style>
span { border-color: #F56988; }
span { border-color: rgb(245,105,136); }
td.TdClassName
{
border-color: #F56988;
}
.TagClassName
{
border-color: #F56988;
}
</style>