Shades of Brink Pink #FC6980
Tints of Brink Pink #FC6980
RGB
CMYK
RGB Variations
Color information
#FC6980 (or 0xFC6980) is known color: Brink Pink. HEX triplet: FC, 69 and 80. RGB value is (252,105,128). Sum of RGB (Red+Green+Blue) = 252+105+128=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6980 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6980 is #03967F. Grayscale: #979797. Windows color (decimal): -235136 or 8415740. OLE color: 8415740.
HSL color Cylindrical-coordinate representation of color #FC6980: hue angle of 350.61º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC6980 is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 105 | 128 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.01 |
| HSL | 350.61º | 0.96% | 0.7% | - |
| HSV(B) | 350.61º | 0.58% | 0.99% | - |
| XYZ | 49.09 | 32.36 | 24.08 | - |
| YUV | 151.58 | 114.7 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 105 | 128 | 0 | 0.58 | 0.49 | 0.01 | 350.61 | 0.96 | 0.7 |
| Hex | FC | 69 | 80 | 0 | 3A | 31 | 1 | 15F | 60 | 46 |
| Octal | 374 | 151 | 200 | 0 | 72 | 61 | 1 | 537 | 140 | 106 |
| Binary | 11111100 | 1101001 | 10000000 | 0 | 111010 | 110001 | 1 | 101011111 | 1100000 | 1000110 |
Color Harmonies of #FC6980
Complementary color
Monochromatic Colors of #FC6980
Black with #FC6980
Text Example
Text Example
White with #FC6980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6980; }
p { color: rgb(252,105,128); }
H1.HeaderClassName
{
color: #FC6980;
}
.AnyTagClassName
{
color: #FC6980;
}
</style>
background-color css
<style>
a { background-color: #FC6980; }
a { background-color: rgb(252,105,128); }
div.DivClassName
{
background-color: #FC6980;
}
.BgClassName
{
background-color: #FC6980;
}
</style>
border-color css
<style>
span { border-color: #FC6980; }
span { border-color: rgb(252,105,128); }
td.TdClassName
{
border-color: #FC6980;
}
.TagClassName
{
border-color: #FC6980;
}
</style>