Shades of Brink Pink #FC7888
Tints of Brink Pink #FC7888
RGB
CMYK
RGB Variations
Color information
#FC7888 (or 0xFC7888) is known color: Brink Pink. HEX triplet: FC, 78 and 88. RGB value is (252,120,136). Sum of RGB (Red+Green+Blue) = 252+120+136=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 120 (47.27% from 255 or 23.62% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7888 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7888 is #038777. Grayscale: #A1A1A1. Windows color (decimal): -231288 or 8943868. OLE color: 8943868.
HSL color Cylindrical-coordinate representation of color #FC7888: hue angle of 352.73º 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 #FC7888 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 120 | 136 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.01 |
| HSL | 352.73º | 0.96% | 0.73% | - |
| HSV(B) | 352.73º | 0.52% | 0.99% | - |
| XYZ | 51.31 | 35.91 | 27.52 | - |
| YUV | 161.29 | 113.73 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 120 | 136 | 0 | 0.52 | 0.46 | 0.01 | 352.73 | 0.96 | 0.73 |
| Hex | FC | 78 | 88 | 0 | 34 | 2E | 1 | 161 | 60 | 49 |
| Octal | 374 | 170 | 210 | 0 | 64 | 56 | 1 | 541 | 140 | 111 |
| Binary | 11111100 | 1111000 | 10001000 | 0 | 110100 | 101110 | 1 | 101100001 | 1100000 | 1001001 |
Color Harmonies of #FC7888
Complementary color
Monochromatic Colors of #FC7888
Black with #FC7888
Text Example
Text Example
White with #FC7888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7888; }
p { color: rgb(252,120,136); }
H1.HeaderClassName
{
color: #FC7888;
}
.AnyTagClassName
{
color: #FC7888;
}
</style>
background-color css
<style>
a { background-color: #FC7888; }
a { background-color: rgb(252,120,136); }
div.DivClassName
{
background-color: #FC7888;
}
.BgClassName
{
background-color: #FC7888;
}
</style>
border-color css
<style>
span { border-color: #FC7888; }
span { border-color: rgb(252,120,136); }
td.TdClassName
{
border-color: #FC7888;
}
.TagClassName
{
border-color: #FC7888;
}
</style>