Shades of Brink Pink #FC5C89
Tints of Brink Pink #FC5C89
RGB
CMYK
RGB Variations
Color information
#FC5C89 (or 0xFC5C89) is known color: Brink Pink. HEX triplet: FC, 5C and 89. RGB value is (252,92,137). Sum of RGB (Red+Green+Blue) = 252+92+137=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 137 (53.91% from 255 or 28.48% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5C89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5C89 is #03A376. Grayscale: #909090. Windows color (decimal): -238455 or 9002236. OLE color: 9002236.
HSL color Cylindrical-coordinate representation of color #FC5C89: hue angle of 343.12º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC5C89 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 92 | 137 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.01 |
| HSL | 343.13º | 0.96% | 0.67% | - |
| HSV(B) | 343.13º | 0.63% | 0.99% | - |
| XYZ | 48.49 | 30.16 | 26.93 | - |
| YUV | 144.97 | 123.51 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 92 | 137 | 0 | 0.63 | 0.46 | 0.01 | 343.13 | 0.96 | 0.67 |
| Hex | FC | 5C | 89 | 0 | 3F | 2E | 1 | 157 | 60 | 43 |
| Octal | 374 | 134 | 211 | 0 | 77 | 56 | 1 | 527 | 140 | 103 |
| Binary | 11111100 | 1011100 | 10001001 | 0 | 111111 | 101110 | 1 | 101010111 | 1100000 | 1000011 |
Color Harmonies of #FC5C89
Complementary color
Monochromatic Colors of #FC5C89
Black with #FC5C89
Text Example
Text Example
White with #FC5C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5C89; }
p { color: rgb(252,92,137); }
H1.HeaderClassName
{
color: #FC5C89;
}
.AnyTagClassName
{
color: #FC5C89;
}
</style>
background-color css
<style>
a { background-color: #FC5C89; }
a { background-color: rgb(252,92,137); }
div.DivClassName
{
background-color: #FC5C89;
}
.BgClassName
{
background-color: #FC5C89;
}
</style>
border-color css
<style>
span { border-color: #FC5C89; }
span { border-color: rgb(252,92,137); }
td.TdClassName
{
border-color: #FC5C89;
}
.TagClassName
{
border-color: #FC5C89;
}
</style>