Shades of Brink Pink #FC7488
Tints of Brink Pink #FC7488
RGB
CMYK
RGB Variations
Color information
#FC7488 (or 0xFC7488) is known color: Brink Pink. HEX triplet: FC, 74 and 88. RGB value is (252,116,136). Sum of RGB (Red+Green+Blue) = 252+116+136=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 116 (45.70% from 255 or 23.02% from 504); Blue value is 136 (53.52% from 255 or 26.98% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7488 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7488 is #038B77. Grayscale: #9F9F9F. Windows color (decimal): -232312 or 8942844. OLE color: 8942844.
HSL color Cylindrical-coordinate representation of color #FC7488: hue angle of 351.18º 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 #FC7488 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 116 | 136 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.01 |
| HSL | 351.18º | 0.96% | 0.72% | - |
| HSV(B) | 351.18º | 0.54% | 0.99% | - |
| XYZ | 50.83 | 34.96 | 27.36 | - |
| YUV | 158.94 | 115.06 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 116 | 136 | 0 | 0.54 | 0.46 | 0.01 | 351.18 | 0.96 | 0.72 |
| Hex | FC | 74 | 88 | 0 | 36 | 2E | 1 | 15F | 60 | 48 |
| Octal | 374 | 164 | 210 | 0 | 66 | 56 | 1 | 537 | 140 | 110 |
| Binary | 11111100 | 1110100 | 10001000 | 0 | 110110 | 101110 | 1 | 101011111 | 1100000 | 1001000 |
Color Harmonies of #FC7488
Complementary color
Monochromatic Colors of #FC7488
Black with #FC7488
Text Example
Text Example
White with #FC7488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7488; }
p { color: rgb(252,116,136); }
H1.HeaderClassName
{
color: #FC7488;
}
.AnyTagClassName
{
color: #FC7488;
}
</style>
background-color css
<style>
a { background-color: #FC7488; }
a { background-color: rgb(252,116,136); }
div.DivClassName
{
background-color: #FC7488;
}
.BgClassName
{
background-color: #FC7488;
}
</style>
border-color css
<style>
span { border-color: #FC7488; }
span { border-color: rgb(252,116,136); }
td.TdClassName
{
border-color: #FC7488;
}
.TagClassName
{
border-color: #FC7488;
}
</style>