Shades of Brink Pink #FC5881
Tints of Brink Pink #FC5881
RGB
CMYK
RGB Variations
Color information
#FC5881 (or 0xFC5881) is known color: Brink Pink. HEX triplet: FC, 58 and 81. RGB value is (252,88,129). Sum of RGB (Red+Green+Blue) = 252+88+129=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 88 (34.77% from 255 or 18.76% from 469); Blue value is 129 (50.78% from 255 or 27.51% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5881 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5881 is #03A77E. Grayscale: #8D8D8D. Windows color (decimal): -239487 or 8476924. OLE color: 8476924.
HSL color Cylindrical-coordinate representation of color #FC5881: hue angle of 345º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC5881 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 88 | 129 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.01 |
| HSL | 345º | 0.96% | 0.67% | - |
| HSV(B) | 345º | 0.65% | 0.99% | - |
| XYZ | 47.6 | 29.26 | 23.91 | - |
| YUV | 141.71 | 120.83 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 88 | 129 | 0 | 0.65 | 0.49 | 0.01 | 345 | 0.96 | 0.67 |
| Hex | FC | 58 | 81 | 0 | 41 | 31 | 1 | 159 | 60 | 43 |
| Octal | 374 | 130 | 201 | 0 | 101 | 61 | 1 | 531 | 140 | 103 |
| Binary | 11111100 | 1011000 | 10000001 | 0 | 1000001 | 110001 | 1 | 101011001 | 1100000 | 1000011 |
Color Harmonies of #FC5881
Complementary color
Monochromatic Colors of #FC5881
Black with #FC5881
Text Example
Text Example
White with #FC5881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5881; }
p { color: rgb(252,88,129); }
H1.HeaderClassName
{
color: #FC5881;
}
.AnyTagClassName
{
color: #FC5881;
}
</style>
background-color css
<style>
a { background-color: #FC5881; }
a { background-color: rgb(252,88,129); }
div.DivClassName
{
background-color: #FC5881;
}
.BgClassName
{
background-color: #FC5881;
}
</style>
border-color css
<style>
span { border-color: #FC5881; }
span { border-color: rgb(252,88,129); }
td.TdClassName
{
border-color: #FC5881;
}
.TagClassName
{
border-color: #FC5881;
}
</style>