Shades of Brink Pink #FC6688
Tints of Brink Pink #FC6688
RGB
CMYK
RGB Variations
Color information
#FC6688 (or 0xFC6688) is known color: Brink Pink. HEX triplet: FC, 66 and 88. RGB value is (252,102,136). Sum of RGB (Red+Green+Blue) = 252+102+136=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 102 (40.23% from 255 or 20.82% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6688 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6688 is #039977. Grayscale: #969696. Windows color (decimal): -235896 or 8939260. OLE color: 8939260.
HSL color Cylindrical-coordinate representation of color #FC6688: hue angle of 346.4º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC6688 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 102 | 136 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.01 |
| HSL | 346.4º | 0.96% | 0.69% | - |
| HSV(B) | 346.4º | 0.6% | 0.99% | - |
| XYZ | 49.34 | 31.98 | 26.86 | - |
| YUV | 150.73 | 119.7 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 102 | 136 | 0 | 0.60 | 0.46 | 0.01 | 346.4 | 0.96 | 0.69 |
| Hex | FC | 66 | 88 | 0 | 3C | 2E | 1 | 15A | 60 | 45 |
| Octal | 374 | 146 | 210 | 0 | 74 | 56 | 1 | 532 | 140 | 105 |
| Binary | 11111100 | 1100110 | 10001000 | 0 | 111100 | 101110 | 1 | 101011010 | 1100000 | 1000101 |
Color Harmonies of #FC6688
Complementary color
Monochromatic Colors of #FC6688
Black with #FC6688
Text Example
Text Example
White with #FC6688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6688; }
p { color: rgb(252,102,136); }
H1.HeaderClassName
{
color: #FC6688;
}
.AnyTagClassName
{
color: #FC6688;
}
</style>
background-color css
<style>
a { background-color: #FC6688; }
a { background-color: rgb(252,102,136); }
div.DivClassName
{
background-color: #FC6688;
}
.BgClassName
{
background-color: #FC6688;
}
</style>
border-color css
<style>
span { border-color: #FC6688; }
span { border-color: rgb(252,102,136); }
td.TdClassName
{
border-color: #FC6688;
}
.TagClassName
{
border-color: #FC6688;
}
</style>