Shades of Brink Pink #FC6D8D
Tints of Brink Pink #FC6D8D
RGB
CMYK
RGB Variations
Color information
#FC6D8D (or 0xFC6D8D) is known color: Brink Pink. HEX triplet: FC, 6D and 8D. RGB value is (252,109,141). Sum of RGB (Red+Green+Blue) = 252+109+141=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6D8D is #039272. Grayscale: #9B9B9B. Windows color (decimal): -234099 or 9268732. OLE color: 9268732.
HSL color Cylindrical-coordinate representation of color #FC6D8D: hue angle of 346.57º 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 #FC6D8D is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 109 | 141 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.01 |
| HSL | 346.57º | 0.96% | 0.71% | - |
| HSV(B) | 346.57º | 0.57% | 0.99% | - |
| XYZ | 50.42 | 33.56 | 29.02 | - |
| YUV | 155.41 | 119.88 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 109 | 141 | 0 | 0.57 | 0.44 | 0.01 | 346.57 | 0.96 | 0.71 |
| Hex | FC | 6D | 8D | 0 | 39 | 2C | 1 | 15B | 60 | 47 |
| Octal | 374 | 155 | 215 | 0 | 71 | 54 | 1 | 533 | 140 | 107 |
| Binary | 11111100 | 1101101 | 10001101 | 0 | 111001 | 101100 | 1 | 101011011 | 1100000 | 1000111 |
Color Harmonies of #FC6D8D
Complementary color
Monochromatic Colors of #FC6D8D
Black with #FC6D8D
Text Example
Text Example
White with #FC6D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6D8D; }
p { color: rgb(252,109,141); }
H1.HeaderClassName
{
color: #FC6D8D;
}
.AnyTagClassName
{
color: #FC6D8D;
}
</style>
background-color css
<style>
a { background-color: #FC6D8D; }
a { background-color: rgb(252,109,141); }
div.DivClassName
{
background-color: #FC6D8D;
}
.BgClassName
{
background-color: #FC6D8D;
}
</style>
border-color css
<style>
span { border-color: #FC6D8D; }
span { border-color: rgb(252,109,141); }
td.TdClassName
{
border-color: #FC6D8D;
}
.TagClassName
{
border-color: #FC6D8D;
}
</style>