Shades of Brink Pink #FC5685
Tints of Brink Pink #FC5685
RGB
CMYK
RGB Variations
Color information
#FC5685 (or 0xFC5685) is known color: Brink Pink. HEX triplet: FC, 56 and 85. RGB value is (252,86,133). Sum of RGB (Red+Green+Blue) = 252+86+133=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 86 (33.98% from 255 or 18.26% from 471); Blue value is 133 (52.34% from 255 or 28.24% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5685 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5685 is #03A97A. Grayscale: #8C8C8C. Windows color (decimal): -239995 or 8738556. OLE color: 8738556.
HSL color Cylindrical-coordinate representation of color #FC5685: hue angle of 343.01º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FC5685 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 86 | 133 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.01 |
| HSL | 343.01º | 0.97% | 0.66% | - |
| HSV(B) | 343.01º | 0.66% | 0.99% | - |
| XYZ | 47.71 | 29.04 | 25.28 | - |
| YUV | 140.99 | 123.5 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 86 | 133 | 0 | 0.66 | 0.47 | 0.01 | 343.01 | 0.97 | 0.66 |
| Hex | FC | 56 | 85 | 0 | 42 | 2F | 1 | 157 | 61 | 42 |
| Octal | 374 | 126 | 205 | 0 | 102 | 57 | 1 | 527 | 141 | 102 |
| Binary | 11111100 | 1010110 | 10000101 | 0 | 1000010 | 101111 | 1 | 101010111 | 1100001 | 1000010 |
Color Harmonies of #FC5685
Complementary color
Monochromatic Colors of #FC5685
Black with #FC5685
Text Example
Text Example
White with #FC5685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5685; }
p { color: rgb(252,86,133); }
H1.HeaderClassName
{
color: #FC5685;
}
.AnyTagClassName
{
color: #FC5685;
}
</style>
background-color css
<style>
a { background-color: #FC5685; }
a { background-color: rgb(252,86,133); }
div.DivClassName
{
background-color: #FC5685;
}
.BgClassName
{
background-color: #FC5685;
}
</style>
border-color css
<style>
span { border-color: #FC5685; }
span { border-color: rgb(252,86,133); }
td.TdClassName
{
border-color: #FC5685;
}
.TagClassName
{
border-color: #FC5685;
}
</style>