Shades of Brink Pink #FC6C85
Tints of Brink Pink #FC6C85
RGB
CMYK
RGB Variations
Color information
#FC6C85 (or 0xFC6C85) is known color: Brink Pink. HEX triplet: FC, 6C and 85. RGB value is (252,108,133). Sum of RGB (Red+Green+Blue) = 252+108+133=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 108 (42.58% from 255 or 21.91% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6C85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6C85 is #03937A. Grayscale: #999999. Windows color (decimal): -234363 or 8744188. OLE color: 8744188.
HSL color Cylindrical-coordinate representation of color #FC6C85: hue angle of 349.58º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FC6C85 is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 108 | 133 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.01 |
| HSL | 349.58º | 0.96% | 0.71% | - |
| HSV(B) | 349.58º | 0.57% | 0.99% | - |
| XYZ | 49.74 | 33.11 | 25.96 | - |
| YUV | 153.91 | 116.21 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 108 | 133 | 0 | 0.57 | 0.47 | 0.01 | 349.58 | 0.96 | 0.71 |
| Hex | FC | 6C | 85 | 0 | 39 | 2F | 1 | 15E | 60 | 47 |
| Octal | 374 | 154 | 205 | 0 | 71 | 57 | 1 | 536 | 140 | 107 |
| Binary | 11111100 | 1101100 | 10000101 | 0 | 111001 | 101111 | 1 | 101011110 | 1100000 | 1000111 |
Color Harmonies of #FC6C85
Complementary color
Monochromatic Colors of #FC6C85
Black with #FC6C85
Text Example
Text Example
White with #FC6C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6C85; }
p { color: rgb(252,108,133); }
H1.HeaderClassName
{
color: #FC6C85;
}
.AnyTagClassName
{
color: #FC6C85;
}
</style>
background-color css
<style>
a { background-color: #FC6C85; }
a { background-color: rgb(252,108,133); }
div.DivClassName
{
background-color: #FC6C85;
}
.BgClassName
{
background-color: #FC6C85;
}
</style>
border-color css
<style>
span { border-color: #FC6C85; }
span { border-color: rgb(252,108,133); }
td.TdClassName
{
border-color: #FC6C85;
}
.TagClassName
{
border-color: #FC6C85;
}
</style>