Shades of Brink Pink #FC7A81
Tints of Brink Pink #FC7A81
RGB
CMYK
RGB Variations
Color information
#FC7A81 (or 0xFC7A81) is known color: Brink Pink. HEX triplet: FC, 7A and 81. RGB value is (252,122,129). Sum of RGB (Red+Green+Blue) = 252+122+129=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 122 (48.05% from 255 or 24.25% from 503); Blue value is 129 (50.78% from 255 or 25.65% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7A81 is #03857E. Grayscale: #A1A1A1. Windows color (decimal): -230783 or 8485628. OLE color: 8485628.
HSL color Cylindrical-coordinate representation of color #FC7A81: hue angle of 356.77º 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 #FC7A81 is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 122 | 129 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.01 |
| HSL | 356.77º | 0.96% | 0.73% | - |
| HSV(B) | 356.77º | 0.52% | 0.99% | - |
| XYZ | 51.07 | 36.2 | 25.06 | - |
| YUV | 161.67 | 109.57 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 122 | 129 | 0 | 0.52 | 0.49 | 0.01 | 356.77 | 0.96 | 0.73 |
| Hex | FC | 7A | 81 | 0 | 34 | 31 | 1 | 165 | 60 | 49 |
| Octal | 374 | 172 | 201 | 0 | 64 | 61 | 1 | 545 | 140 | 111 |
| Binary | 11111100 | 1111010 | 10000001 | 0 | 110100 | 110001 | 1 | 101100101 | 1100000 | 1001001 |
Color Harmonies of #FC7A81
Complementary color
Monochromatic Colors of #FC7A81
Black with #FC7A81
Text Example
Text Example
White with #FC7A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7A81; }
p { color: rgb(252,122,129); }
H1.HeaderClassName
{
color: #FC7A81;
}
.AnyTagClassName
{
color: #FC7A81;
}
</style>
background-color css
<style>
a { background-color: #FC7A81; }
a { background-color: rgb(252,122,129); }
div.DivClassName
{
background-color: #FC7A81;
}
.BgClassName
{
background-color: #FC7A81;
}
</style>
border-color css
<style>
span { border-color: #FC7A81; }
span { border-color: rgb(252,122,129); }
td.TdClassName
{
border-color: #FC7A81;
}
.TagClassName
{
border-color: #FC7A81;
}
</style>