Shades of Brink Pink #FC5A89
Tints of Brink Pink #FC5A89
RGB
CMYK
RGB Variations
Color information
#FC5A89 (or 0xFC5A89) is known color: Brink Pink. HEX triplet: FC, 5A and 89. RGB value is (252,90,137). Sum of RGB (Red+Green+Blue) = 252+90+137=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 90 (35.55% from 255 or 18.79% from 479); Blue value is 137 (53.91% from 255 or 28.60% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5A89 is #03A576. Grayscale: #8F8F8F. Windows color (decimal): -238967 or 9001724. OLE color: 9001724.
HSL color Cylindrical-coordinate representation of color #FC5A89: hue angle of 342.59º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC5A89 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 90 | 137 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.01 |
| HSL | 342.59º | 0.96% | 0.67% | - |
| HSV(B) | 342.59º | 0.64% | 0.99% | - |
| XYZ | 48.32 | 29.81 | 26.88 | - |
| YUV | 143.8 | 124.17 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 90 | 137 | 0 | 0.64 | 0.46 | 0.01 | 342.59 | 0.96 | 0.67 |
| Hex | FC | 5A | 89 | 0 | 40 | 2E | 1 | 157 | 60 | 43 |
| Octal | 374 | 132 | 211 | 0 | 100 | 56 | 1 | 527 | 140 | 103 |
| Binary | 11111100 | 1011010 | 10001001 | 0 | 1000000 | 101110 | 1 | 101010111 | 1100000 | 1000011 |
Color Harmonies of #FC5A89
Complementary color
Monochromatic Colors of #FC5A89
Black with #FC5A89
Text Example
Text Example
White with #FC5A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5A89; }
p { color: rgb(252,90,137); }
H1.HeaderClassName
{
color: #FC5A89;
}
.AnyTagClassName
{
color: #FC5A89;
}
</style>
background-color css
<style>
a { background-color: #FC5A89; }
a { background-color: rgb(252,90,137); }
div.DivClassName
{
background-color: #FC5A89;
}
.BgClassName
{
background-color: #FC5A89;
}
</style>
border-color css
<style>
span { border-color: #FC5A89; }
span { border-color: rgb(252,90,137); }
td.TdClassName
{
border-color: #FC5A89;
}
.TagClassName
{
border-color: #FC5A89;
}
</style>