Shades of Brink Pink #FC5D8D
Tints of Brink Pink #FC5D8D
RGB
CMYK
RGB Variations
Color information
#FC5D8D (or 0xFC5D8D) is known color: Brink Pink. HEX triplet: FC, 5D and 8D. RGB value is (252,93,141). Sum of RGB (Red+Green+Blue) = 252+93+141=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 93 (36.72% from 255 or 19.14% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5D8D is #03A272. Grayscale: #919191. Windows color (decimal): -238195 or 9264636. OLE color: 9264636.
HSL color Cylindrical-coordinate representation of color #FC5D8D: hue angle of 341.89º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC5D8D is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 93 | 141 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.01 |
| HSL | 341.89º | 0.96% | 0.68% | - |
| HSV(B) | 341.89º | 0.63% | 0.99% | - |
| XYZ | 48.87 | 30.45 | 28.5 | - |
| YUV | 146.01 | 125.18 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 93 | 141 | 0 | 0.63 | 0.44 | 0.01 | 341.89 | 0.96 | 0.68 |
| Hex | FC | 5D | 8D | 0 | 3F | 2C | 1 | 156 | 60 | 44 |
| Octal | 374 | 135 | 215 | 0 | 77 | 54 | 1 | 526 | 140 | 104 |
| Binary | 11111100 | 1011101 | 10001101 | 0 | 111111 | 101100 | 1 | 101010110 | 1100000 | 1000100 |
Color Harmonies of #FC5D8D
Complementary color
Monochromatic Colors of #FC5D8D
Black with #FC5D8D
Text Example
Text Example
White with #FC5D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5D8D; }
p { color: rgb(252,93,141); }
H1.HeaderClassName
{
color: #FC5D8D;
}
.AnyTagClassName
{
color: #FC5D8D;
}
</style>
background-color css
<style>
a { background-color: #FC5D8D; }
a { background-color: rgb(252,93,141); }
div.DivClassName
{
background-color: #FC5D8D;
}
.BgClassName
{
background-color: #FC5D8D;
}
</style>
border-color css
<style>
span { border-color: #FC5D8D; }
span { border-color: rgb(252,93,141); }
td.TdClassName
{
border-color: #FC5D8D;
}
.TagClassName
{
border-color: #FC5D8D;
}
</style>