Shades of Brink Pink #FC7388
Tints of Brink Pink #FC7388
RGB
CMYK
RGB Variations
Color information
#FC7388 (or 0xFC7388) is known color: Brink Pink. HEX triplet: FC, 73 and 88. RGB value is (252,115,136). Sum of RGB (Red+Green+Blue) = 252+115+136=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 115 (45.31% from 255 or 22.86% from 503); Blue value is 136 (53.52% from 255 or 27.04% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7388 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7388 is #038C77. Grayscale: #9E9E9E. Windows color (decimal): -232568 or 8942588. OLE color: 8942588.
HSL color Cylindrical-coordinate representation of color #FC7388: hue angle of 350.8º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FC7388 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 136 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.01 |
| HSL | 350.8º | 0.96% | 0.72% | - |
| HSV(B) | 350.8º | 0.54% | 0.99% | - |
| XYZ | 50.72 | 34.73 | 27.32 | - |
| YUV | 158.36 | 115.39 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 136 | 0 | 0.54 | 0.46 | 0.01 | 350.8 | 0.96 | 0.72 |
| Hex | FC | 73 | 88 | 0 | 36 | 2E | 1 | 15F | 60 | 48 |
| Octal | 374 | 163 | 210 | 0 | 66 | 56 | 1 | 537 | 140 | 110 |
| Binary | 11111100 | 1110011 | 10001000 | 0 | 110110 | 101110 | 1 | 101011111 | 1100000 | 1001000 |
Color Harmonies of #FC7388
Complementary color
Monochromatic Colors of #FC7388
Black with #FC7388
Text Example
Text Example
White with #FC7388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7388; }
p { color: rgb(252,115,136); }
H1.HeaderClassName
{
color: #FC7388;
}
.AnyTagClassName
{
color: #FC7388;
}
</style>
background-color css
<style>
a { background-color: #FC7388; }
a { background-color: rgb(252,115,136); }
div.DivClassName
{
background-color: #FC7388;
}
.BgClassName
{
background-color: #FC7388;
}
</style>
border-color css
<style>
span { border-color: #FC7388; }
span { border-color: rgb(252,115,136); }
td.TdClassName
{
border-color: #FC7388;
}
.TagClassName
{
border-color: #FC7388;
}
</style>