Shades of Brink Pink #FC6080
Tints of Brink Pink #FC6080
RGB
CMYK
RGB Variations
Color information
#FC6080 (or 0xFC6080) is known color: Brink Pink. HEX triplet: FC, 60 and 80. RGB value is (252,96,128). Sum of RGB (Red+Green+Blue) = 252+96+128=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6080 is #039F7F. Grayscale: #929292. Windows color (decimal): -237440 or 8413436. OLE color: 8413436.
HSL color Cylindrical-coordinate representation of color #FC6080: hue angle of 347.69º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FC6080 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 96 | 128 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.01 |
| HSL | 347.69º | 0.96% | 0.68% | - |
| HSV(B) | 347.69º | 0.62% | 0.99% | - |
| XYZ | 48.22 | 30.62 | 23.79 | - |
| YUV | 146.29 | 117.68 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 96 | 128 | 0 | 0.62 | 0.49 | 0.01 | 347.69 | 0.96 | 0.68 |
| Hex | FC | 60 | 80 | 0 | 3E | 31 | 1 | 15C | 60 | 44 |
| Octal | 374 | 140 | 200 | 0 | 76 | 61 | 1 | 534 | 140 | 104 |
| Binary | 11111100 | 1100000 | 10000000 | 0 | 111110 | 110001 | 1 | 101011100 | 1100000 | 1000100 |
Color Harmonies of #FC6080
Complementary color
Monochromatic Colors of #FC6080
Black with #FC6080
Text Example
Text Example
White with #FC6080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6080; }
p { color: rgb(252,96,128); }
H1.HeaderClassName
{
color: #FC6080;
}
.AnyTagClassName
{
color: #FC6080;
}
</style>
background-color css
<style>
a { background-color: #FC6080; }
a { background-color: rgb(252,96,128); }
div.DivClassName
{
background-color: #FC6080;
}
.BgClassName
{
background-color: #FC6080;
}
</style>
border-color css
<style>
span { border-color: #FC6080; }
span { border-color: rgb(252,96,128); }
td.TdClassName
{
border-color: #FC6080;
}
.TagClassName
{
border-color: #FC6080;
}
</style>