Shades of Brink Pink #FC7882
Tints of Brink Pink #FC7882
RGB
CMYK
RGB Variations
Color information
#FC7882 (or 0xFC7882) is known color: Brink Pink. HEX triplet: FC, 78 and 82. RGB value is (252,120,130). Sum of RGB (Red+Green+Blue) = 252+120+130=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 120 (47.27% from 255 or 23.90% from 502); Blue value is 130 (51.17% from 255 or 25.90% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7882 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7882 is #03877D. Grayscale: #A0A0A0. Windows color (decimal): -231294 or 8550652. OLE color: 8550652.
HSL color Cylindrical-coordinate representation of color #FC7882: hue angle of 355.45º 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 #FC7882 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 120 | 130 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.01 |
| HSL | 355.45º | 0.96% | 0.73% | - |
| HSV(B) | 355.45º | 0.52% | 0.99% | - |
| XYZ | 50.89 | 35.74 | 25.34 | - |
| YUV | 160.61 | 110.73 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 120 | 130 | 0 | 0.52 | 0.48 | 0.01 | 355.45 | 0.96 | 0.73 |
| Hex | FC | 78 | 82 | 0 | 34 | 30 | 1 | 163 | 60 | 49 |
| Octal | 374 | 170 | 202 | 0 | 64 | 60 | 1 | 543 | 140 | 111 |
| Binary | 11111100 | 1111000 | 10000010 | 0 | 110100 | 110000 | 1 | 101100011 | 1100000 | 1001001 |
Color Harmonies of #FC7882
Complementary color
Monochromatic Colors of #FC7882
Black with #FC7882
Text Example
Text Example
White with #FC7882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7882; }
p { color: rgb(252,120,130); }
H1.HeaderClassName
{
color: #FC7882;
}
.AnyTagClassName
{
color: #FC7882;
}
</style>
background-color css
<style>
a { background-color: #FC7882; }
a { background-color: rgb(252,120,130); }
div.DivClassName
{
background-color: #FC7882;
}
.BgClassName
{
background-color: #FC7882;
}
</style>
border-color css
<style>
span { border-color: #FC7882; }
span { border-color: rgb(252,120,130); }
td.TdClassName
{
border-color: #FC7882;
}
.TagClassName
{
border-color: #FC7882;
}
</style>