Shades of Brink Pink #FC5C80
Tints of Brink Pink #FC5C80
RGB
CMYK
RGB Variations
Color information
#FC5C80 (or 0xFC5C80) is known color: Brink Pink. HEX triplet: FC, 5C and 80. RGB value is (252,92,128). Sum of RGB (Red+Green+Blue) = 252+92+128=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 92 (36.33% from 255 or 19.49% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5C80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5C80 is #03A37F. Grayscale: #8F8F8F. Windows color (decimal): -238464 or 8412412. OLE color: 8412412.
HSL color Cylindrical-coordinate representation of color #FC5C80: hue angle of 346.5º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC5C80 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 92 | 128 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.01 |
| HSL | 346.5º | 0.96% | 0.67% | - |
| HSV(B) | 346.5º | 0.63% | 0.99% | - |
| XYZ | 47.87 | 29.91 | 23.67 | - |
| YUV | 143.94 | 119.01 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 92 | 128 | 0 | 0.63 | 0.49 | 0.01 | 346.5 | 0.96 | 0.67 |
| Hex | FC | 5C | 80 | 0 | 3F | 31 | 1 | 15A | 60 | 43 |
| Octal | 374 | 134 | 200 | 0 | 77 | 61 | 1 | 532 | 140 | 103 |
| Binary | 11111100 | 1011100 | 10000000 | 0 | 111111 | 110001 | 1 | 101011010 | 1100000 | 1000011 |
Color Harmonies of #FC5C80
Complementary color
Monochromatic Colors of #FC5C80
Black with #FC5C80
Text Example
Text Example
White with #FC5C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5C80; }
p { color: rgb(252,92,128); }
H1.HeaderClassName
{
color: #FC5C80;
}
.AnyTagClassName
{
color: #FC5C80;
}
</style>
background-color css
<style>
a { background-color: #FC5C80; }
a { background-color: rgb(252,92,128); }
div.DivClassName
{
background-color: #FC5C80;
}
.BgClassName
{
background-color: #FC5C80;
}
</style>
border-color css
<style>
span { border-color: #FC5C80; }
span { border-color: rgb(252,92,128); }
td.TdClassName
{
border-color: #FC5C80;
}
.TagClassName
{
border-color: #FC5C80;
}
</style>