Shades of Brink Pink #FC5E84
Tints of Brink Pink #FC5E84
RGB
CMYK
RGB Variations
Color information
#FC5E84 (or 0xFC5E84) is known color: Brink Pink. HEX triplet: FC, 5E and 84. RGB value is (252,94,132). Sum of RGB (Red+Green+Blue) = 252+94+132=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 94 (37.11% from 255 or 19.67% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5E84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5E84 is #03A17B. Grayscale: #919191. Windows color (decimal): -237948 or 8675068. OLE color: 8675068.
HSL color Cylindrical-coordinate representation of color #FC5E84: hue angle of 345.57º 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 #FC5E84 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 94 | 132 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.01 |
| HSL | 345.57º | 0.96% | 0.68% | - |
| HSV(B) | 345.57º | 0.63% | 0.99% | - |
| XYZ | 48.31 | 30.37 | 25.14 | - |
| YUV | 145.57 | 120.35 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 94 | 132 | 0 | 0.63 | 0.48 | 0.01 | 345.57 | 0.96 | 0.68 |
| Hex | FC | 5E | 84 | 0 | 3F | 30 | 1 | 15A | 60 | 44 |
| Octal | 374 | 136 | 204 | 0 | 77 | 60 | 1 | 532 | 140 | 104 |
| Binary | 11111100 | 1011110 | 10000100 | 0 | 111111 | 110000 | 1 | 101011010 | 1100000 | 1000100 |
Color Harmonies of #FC5E84
Complementary color
Monochromatic Colors of #FC5E84
Black with #FC5E84
Text Example
Text Example
White with #FC5E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5E84; }
p { color: rgb(252,94,132); }
H1.HeaderClassName
{
color: #FC5E84;
}
.AnyTagClassName
{
color: #FC5E84;
}
</style>
background-color css
<style>
a { background-color: #FC5E84; }
a { background-color: rgb(252,94,132); }
div.DivClassName
{
background-color: #FC5E84;
}
.BgClassName
{
background-color: #FC5E84;
}
</style>
border-color css
<style>
span { border-color: #FC5E84; }
span { border-color: rgb(252,94,132); }
td.TdClassName
{
border-color: #FC5E84;
}
.TagClassName
{
border-color: #FC5E84;
}
</style>