Shades of Brink Pink #FC5988
Tints of Brink Pink #FC5988
RGB
CMYK
RGB Variations
Color information
#FC5988 (or 0xFC5988) is known color: Brink Pink. HEX triplet: FC, 59 and 88. RGB value is (252,89,136). Sum of RGB (Red+Green+Blue) = 252+89+136=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 89 (35.16% from 255 or 18.66% from 477); Blue value is 136 (53.52% from 255 or 28.51% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5988 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5988 is #03A677. Grayscale: #8F8F8F. Windows color (decimal): -239224 or 8935932. OLE color: 8935932.
HSL color Cylindrical-coordinate representation of color #FC5988: hue angle of 342.7º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC5988 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 89 | 136 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.01 |
| HSL | 342.7º | 0.96% | 0.67% | - |
| HSV(B) | 342.7º | 0.65% | 0.99% | - |
| XYZ | 48.16 | 29.62 | 26.47 | - |
| YUV | 143.1 | 124 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 89 | 136 | 0 | 0.65 | 0.46 | 0.01 | 342.7 | 0.96 | 0.67 |
| Hex | FC | 59 | 88 | 0 | 41 | 2E | 1 | 157 | 60 | 43 |
| Octal | 374 | 131 | 210 | 0 | 101 | 56 | 1 | 527 | 140 | 103 |
| Binary | 11111100 | 1011001 | 10001000 | 0 | 1000001 | 101110 | 1 | 101010111 | 1100000 | 1000011 |
Color Harmonies of #FC5988
Complementary color
Monochromatic Colors of #FC5988
Black with #FC5988
Text Example
Text Example
White with #FC5988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5988; }
p { color: rgb(252,89,136); }
H1.HeaderClassName
{
color: #FC5988;
}
.AnyTagClassName
{
color: #FC5988;
}
</style>
background-color css
<style>
a { background-color: #FC5988; }
a { background-color: rgb(252,89,136); }
div.DivClassName
{
background-color: #FC5988;
}
.BgClassName
{
background-color: #FC5988;
}
</style>
border-color css
<style>
span { border-color: #FC5988; }
span { border-color: rgb(252,89,136); }
td.TdClassName
{
border-color: #FC5988;
}
.TagClassName
{
border-color: #FC5988;
}
</style>