Shades of Brink Pink #FC5D84
Tints of Brink Pink #FC5D84
RGB
CMYK
RGB Variations
Color information
#FC5D84 (or 0xFC5D84) is known color: Brink Pink. HEX triplet: FC, 5D and 84. RGB value is (252,93,132). Sum of RGB (Red+Green+Blue) = 252+93+132=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 132 (51.95% from 255 or 27.67% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5D84 is #03A27B. Grayscale: #909090. Windows color (decimal): -238204 or 8674812. OLE color: 8674812.
HSL color Cylindrical-coordinate representation of color #FC5D84: hue angle of 345.28º 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 #FC5D84 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 93 | 132 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.01 |
| HSL | 345.28º | 0.96% | 0.68% | - |
| HSV(B) | 345.28º | 0.63% | 0.99% | - |
| XYZ | 48.22 | 30.19 | 25.12 | - |
| YUV | 144.99 | 120.68 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 93 | 132 | 0 | 0.63 | 0.48 | 0.01 | 345.28 | 0.96 | 0.68 |
| Hex | FC | 5D | 84 | 0 | 3F | 30 | 1 | 159 | 60 | 44 |
| Octal | 374 | 135 | 204 | 0 | 77 | 60 | 1 | 531 | 140 | 104 |
| Binary | 11111100 | 1011101 | 10000100 | 0 | 111111 | 110000 | 1 | 101011001 | 1100000 | 1000100 |
Color Harmonies of #FC5D84
Complementary color
Monochromatic Colors of #FC5D84
Black with #FC5D84
Text Example
Text Example
White with #FC5D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5D84; }
p { color: rgb(252,93,132); }
H1.HeaderClassName
{
color: #FC5D84;
}
.AnyTagClassName
{
color: #FC5D84;
}
</style>
background-color css
<style>
a { background-color: #FC5D84; }
a { background-color: rgb(252,93,132); }
div.DivClassName
{
background-color: #FC5D84;
}
.BgClassName
{
background-color: #FC5D84;
}
</style>
border-color css
<style>
span { border-color: #FC5D84; }
span { border-color: rgb(252,93,132); }
td.TdClassName
{
border-color: #FC5D84;
}
.TagClassName
{
border-color: #FC5D84;
}
</style>