Shades of Brink Pink #FC7A83
Tints of Brink Pink #FC7A83
RGB
CMYK
RGB Variations
Color information
#FC7A83 (or 0xFC7A83) is known color: Brink Pink. HEX triplet: FC, 7A and 83. RGB value is (252,122,131). Sum of RGB (Red+Green+Blue) = 252+122+131=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 122 (48.05% from 255 or 24.16% from 505); Blue value is 131 (51.56% from 255 or 25.94% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7A83 is #03857C. Grayscale: #A1A1A1. Windows color (decimal): -230781 or 8616700. OLE color: 8616700.
HSL color Cylindrical-coordinate representation of color #FC7A83: hue angle of 355.85º 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 #FC7A83 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 122 | 131 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.01 |
| HSL | 355.85º | 0.96% | 0.73% | - |
| HSV(B) | 355.85º | 0.52% | 0.99% | - |
| XYZ | 51.2 | 36.25 | 25.77 | - |
| YUV | 161.9 | 110.57 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 122 | 131 | 0 | 0.52 | 0.48 | 0.01 | 355.85 | 0.96 | 0.73 |
| Hex | FC | 7A | 83 | 0 | 34 | 30 | 1 | 164 | 60 | 49 |
| Octal | 374 | 172 | 203 | 0 | 64 | 60 | 1 | 544 | 140 | 111 |
| Binary | 11111100 | 1111010 | 10000011 | 0 | 110100 | 110000 | 1 | 101100100 | 1100000 | 1001001 |
Color Harmonies of #FC7A83
Complementary color
Monochromatic Colors of #FC7A83
Black with #FC7A83
Text Example
Text Example
White with #FC7A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7A83; }
p { color: rgb(252,122,131); }
H1.HeaderClassName
{
color: #FC7A83;
}
.AnyTagClassName
{
color: #FC7A83;
}
</style>
background-color css
<style>
a { background-color: #FC7A83; }
a { background-color: rgb(252,122,131); }
div.DivClassName
{
background-color: #FC7A83;
}
.BgClassName
{
background-color: #FC7A83;
}
</style>
border-color css
<style>
span { border-color: #FC7A83; }
span { border-color: rgb(252,122,131); }
td.TdClassName
{
border-color: #FC7A83;
}
.TagClassName
{
border-color: #FC7A83;
}
</style>