Shades of Brink Pink #FC6D89
Tints of Brink Pink #FC6D89
RGB
CMYK
RGB Variations
Color information
#FC6D89 (or 0xFC6D89) is known color: Brink Pink. HEX triplet: FC, 6D and 89. RGB value is (252,109,137). Sum of RGB (Red+Green+Blue) = 252+109+137=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 109 (42.97% from 255 or 21.89% from 498); Blue value is 137 (53.91% from 255 or 27.51% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6D89 is #039276. Grayscale: #9A9A9A. Windows color (decimal): -234103 or 9006588. OLE color: 9006588.
HSL color Cylindrical-coordinate representation of color #FC6D89: hue angle of 348.25º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FC6D89 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 109 | 137 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.01 |
| HSL | 348.25º | 0.96% | 0.71% | - |
| HSV(B) | 348.25º | 0.57% | 0.99% | - |
| XYZ | 50.13 | 33.44 | 27.48 | - |
| YUV | 154.95 | 117.88 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 109 | 137 | 0 | 0.57 | 0.46 | 0.01 | 348.25 | 0.96 | 0.71 |
| Hex | FC | 6D | 89 | 0 | 39 | 2E | 1 | 15C | 60 | 47 |
| Octal | 374 | 155 | 211 | 0 | 71 | 56 | 1 | 534 | 140 | 107 |
| Binary | 11111100 | 1101101 | 10001001 | 0 | 111001 | 101110 | 1 | 101011100 | 1100000 | 1000111 |
Color Harmonies of #FC6D89
Complementary color
Monochromatic Colors of #FC6D89
Black with #FC6D89
Text Example
Text Example
White with #FC6D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6D89; }
p { color: rgb(252,109,137); }
H1.HeaderClassName
{
color: #FC6D89;
}
.AnyTagClassName
{
color: #FC6D89;
}
</style>
background-color css
<style>
a { background-color: #FC6D89; }
a { background-color: rgb(252,109,137); }
div.DivClassName
{
background-color: #FC6D89;
}
.BgClassName
{
background-color: #FC6D89;
}
</style>
border-color css
<style>
span { border-color: #FC6D89; }
span { border-color: rgb(252,109,137); }
td.TdClassName
{
border-color: #FC6D89;
}
.TagClassName
{
border-color: #FC6D89;
}
</style>