Shades of Brink Pink #FC7188
Tints of Brink Pink #FC7188
RGB
CMYK
RGB Variations
Color information
#FC7188 (or 0xFC7188) is known color: Brink Pink. HEX triplet: FC, 71 and 88. RGB value is (252,113,136). Sum of RGB (Red+Green+Blue) = 252+113+136=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 113 (44.53% from 255 or 22.55% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7188 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7188 is #038E77. Grayscale: #9D9D9D. Windows color (decimal): -233080 or 8942076. OLE color: 8942076.
HSL color Cylindrical-coordinate representation of color #FC7188: hue angle of 350.07º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FC7188 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 113 | 136 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.01 |
| HSL | 350.07º | 0.96% | 0.72% | - |
| HSV(B) | 350.07º | 0.55% | 0.99% | - |
| XYZ | 50.49 | 34.28 | 27.25 | - |
| YUV | 157.18 | 116.05 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 113 | 136 | 0 | 0.55 | 0.46 | 0.01 | 350.07 | 0.96 | 0.72 |
| Hex | FC | 71 | 88 | 0 | 37 | 2E | 1 | 15E | 60 | 48 |
| Octal | 374 | 161 | 210 | 0 | 67 | 56 | 1 | 536 | 140 | 110 |
| Binary | 11111100 | 1110001 | 10001000 | 0 | 110111 | 101110 | 1 | 101011110 | 1100000 | 1001000 |
Color Harmonies of #FC7188
Complementary color
Monochromatic Colors of #FC7188
Black with #FC7188
Text Example
Text Example
White with #FC7188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7188; }
p { color: rgb(252,113,136); }
H1.HeaderClassName
{
color: #FC7188;
}
.AnyTagClassName
{
color: #FC7188;
}
</style>
background-color css
<style>
a { background-color: #FC7188; }
a { background-color: rgb(252,113,136); }
div.DivClassName
{
background-color: #FC7188;
}
.BgClassName
{
background-color: #FC7188;
}
</style>
border-color css
<style>
span { border-color: #FC7188; }
span { border-color: rgb(252,113,136); }
td.TdClassName
{
border-color: #FC7188;
}
.TagClassName
{
border-color: #FC7188;
}
</style>