Shades of Brink Pink #FC6088
Tints of Brink Pink #FC6088
RGB
CMYK
RGB Variations
Color information
#FC6088 (or 0xFC6088) is known color: Brink Pink. HEX triplet: FC, 60 and 88. RGB value is (252,96,136). Sum of RGB (Red+Green+Blue) = 252+96+136=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 96 (37.89% from 255 or 19.83% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6088 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6088 is #039F77. Grayscale: #939393. Windows color (decimal): -237432 or 8937724. OLE color: 8937724.
HSL color Cylindrical-coordinate representation of color #FC6088: hue angle of 344.62º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FC6088 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 96 | 136 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.01 |
| HSL | 344.62º | 0.96% | 0.68% | - |
| HSV(B) | 344.62º | 0.62% | 0.99% | - |
| XYZ | 48.77 | 30.84 | 26.67 | - |
| YUV | 147.2 | 121.68 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 96 | 136 | 0 | 0.62 | 0.46 | 0.01 | 344.62 | 0.96 | 0.68 |
| Hex | FC | 60 | 88 | 0 | 3E | 2E | 1 | 159 | 60 | 44 |
| Octal | 374 | 140 | 210 | 0 | 76 | 56 | 1 | 531 | 140 | 104 |
| Binary | 11111100 | 1100000 | 10001000 | 0 | 111110 | 101110 | 1 | 101011001 | 1100000 | 1000100 |
Color Harmonies of #FC6088
Complementary color
Monochromatic Colors of #FC6088
Black with #FC6088
Text Example
Text Example
White with #FC6088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6088; }
p { color: rgb(252,96,136); }
H1.HeaderClassName
{
color: #FC6088;
}
.AnyTagClassName
{
color: #FC6088;
}
</style>
background-color css
<style>
a { background-color: #FC6088; }
a { background-color: rgb(252,96,136); }
div.DivClassName
{
background-color: #FC6088;
}
.BgClassName
{
background-color: #FC6088;
}
</style>
border-color css
<style>
span { border-color: #FC6088; }
span { border-color: rgb(252,96,136); }
td.TdClassName
{
border-color: #FC6088;
}
.TagClassName
{
border-color: #FC6088;
}
</style>