Shades of Brink Pink #FC7881
Tints of Brink Pink #FC7881
RGB
CMYK
RGB Variations
Color information
#FC7881 (or 0xFC7881) is known color: Brink Pink. HEX triplet: FC, 78 and 81. RGB value is (252,120,129). Sum of RGB (Red+Green+Blue) = 252+120+129=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 120 (47.27% from 255 or 23.95% from 501); Blue value is 129 (50.78% from 255 or 25.75% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7881 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7881 is #03877E. Grayscale: #A0A0A0. Windows color (decimal): -231295 or 8485116. OLE color: 8485116.
HSL color Cylindrical-coordinate representation of color #FC7881: hue angle of 355.91º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FC7881 is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 120 | 129 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.01 |
| HSL | 355.91º | 0.96% | 0.73% | - |
| HSV(B) | 355.91º | 0.52% | 0.99% | - |
| XYZ | 50.82 | 35.71 | 24.98 | - |
| YUV | 160.49 | 110.23 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 120 | 129 | 0 | 0.52 | 0.49 | 0.01 | 355.91 | 0.96 | 0.73 |
| Hex | FC | 78 | 81 | 0 | 34 | 31 | 1 | 164 | 60 | 49 |
| Octal | 374 | 170 | 201 | 0 | 64 | 61 | 1 | 544 | 140 | 111 |
| Binary | 11111100 | 1111000 | 10000001 | 0 | 110100 | 110001 | 1 | 101100100 | 1100000 | 1001001 |
Color Harmonies of #FC7881
Complementary color
Monochromatic Colors of #FC7881
Black with #FC7881
Text Example
Text Example
White with #FC7881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7881; }
p { color: rgb(252,120,129); }
H1.HeaderClassName
{
color: #FC7881;
}
.AnyTagClassName
{
color: #FC7881;
}
</style>
background-color css
<style>
a { background-color: #FC7881; }
a { background-color: rgb(252,120,129); }
div.DivClassName
{
background-color: #FC7881;
}
.BgClassName
{
background-color: #FC7881;
}
</style>
border-color css
<style>
span { border-color: #FC7881; }
span { border-color: rgb(252,120,129); }
td.TdClassName
{
border-color: #FC7881;
}
.TagClassName
{
border-color: #FC7881;
}
</style>