Shades of Brink Pink #FC5D85
Tints of Brink Pink #FC5D85
RGB
CMYK
RGB Variations
Color information
#FC5D85 (or 0xFC5D85) is known color: Brink Pink. HEX triplet: FC, 5D and 85. RGB value is (252,93,133). Sum of RGB (Red+Green+Blue) = 252+93+133=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 93 (36.72% from 255 or 19.46% from 478); Blue value is 133 (52.34% from 255 or 27.82% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5D85 is #03A27A. Grayscale: #919191. Windows color (decimal): -238203 or 8740348. OLE color: 8740348.
HSL color Cylindrical-coordinate representation of color #FC5D85: hue angle of 344.91º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC5D85 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 93 | 133 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.01 |
| HSL | 344.91º | 0.96% | 0.68% | - |
| HSV(B) | 344.91º | 0.63% | 0.99% | - |
| XYZ | 48.29 | 30.22 | 25.48 | - |
| YUV | 145.1 | 121.18 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 93 | 133 | 0 | 0.63 | 0.47 | 0.01 | 344.91 | 0.96 | 0.68 |
| Hex | FC | 5D | 85 | 0 | 3F | 2F | 1 | 159 | 60 | 44 |
| Octal | 374 | 135 | 205 | 0 | 77 | 57 | 1 | 531 | 140 | 104 |
| Binary | 11111100 | 1011101 | 10000101 | 0 | 111111 | 101111 | 1 | 101011001 | 1100000 | 1000100 |
Color Harmonies of #FC5D85
Complementary color
Monochromatic Colors of #FC5D85
Black with #FC5D85
Text Example
Text Example
White with #FC5D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5D85; }
p { color: rgb(252,93,133); }
H1.HeaderClassName
{
color: #FC5D85;
}
.AnyTagClassName
{
color: #FC5D85;
}
</style>
background-color css
<style>
a { background-color: #FC5D85; }
a { background-color: rgb(252,93,133); }
div.DivClassName
{
background-color: #FC5D85;
}
.BgClassName
{
background-color: #FC5D85;
}
</style>
border-color css
<style>
span { border-color: #FC5D85; }
span { border-color: rgb(252,93,133); }
td.TdClassName
{
border-color: #FC5D85;
}
.TagClassName
{
border-color: #FC5D85;
}
</style>