Shades of Brink Pink #FC7988
Tints of Brink Pink #FC7988
RGB
CMYK
RGB Variations
Color information
#FC7988 (or 0xFC7988) is known color: Brink Pink. HEX triplet: FC, 79 and 88. RGB value is (252,121,136). Sum of RGB (Red+Green+Blue) = 252+121+136=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 121 (47.66% from 255 or 23.77% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7988 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7988 is #038677. Grayscale: #A1A1A1. Windows color (decimal): -231032 or 8944124. OLE color: 8944124.
HSL color Cylindrical-coordinate representation of color #FC7988: hue angle of 353.13º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FC7988 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 121 | 136 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.01 |
| HSL | 353.13º | 0.96% | 0.73% | - |
| HSV(B) | 353.13º | 0.52% | 0.99% | - |
| XYZ | 51.43 | 36.15 | 27.56 | - |
| YUV | 161.88 | 113.4 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 121 | 136 | 0 | 0.52 | 0.46 | 0.01 | 353.13 | 0.96 | 0.73 |
| Hex | FC | 79 | 88 | 0 | 34 | 2E | 1 | 161 | 60 | 49 |
| Octal | 374 | 171 | 210 | 0 | 64 | 56 | 1 | 541 | 140 | 111 |
| Binary | 11111100 | 1111001 | 10001000 | 0 | 110100 | 101110 | 1 | 101100001 | 1100000 | 1001001 |
Color Harmonies of #FC7988
Complementary color
Monochromatic Colors of #FC7988
Black with #FC7988
Text Example
Text Example
White with #FC7988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7988; }
p { color: rgb(252,121,136); }
H1.HeaderClassName
{
color: #FC7988;
}
.AnyTagClassName
{
color: #FC7988;
}
</style>
background-color css
<style>
a { background-color: #FC7988; }
a { background-color: rgb(252,121,136); }
div.DivClassName
{
background-color: #FC7988;
}
.BgClassName
{
background-color: #FC7988;
}
</style>
border-color css
<style>
span { border-color: #FC7988; }
span { border-color: rgb(252,121,136); }
td.TdClassName
{
border-color: #FC7988;
}
.TagClassName
{
border-color: #FC7988;
}
</style>