Shades of Brink Pink #FC5D7D
Tints of Brink Pink #FC5D7D
RGB
CMYK
RGB Variations
Color information
#FC5D7D (or 0xFC5D7D) is known color: Brink Pink. HEX triplet: FC, 5D and 7D. RGB value is (252,93,125). Sum of RGB (Red+Green+Blue) = 252+93+125=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 93 (36.72% from 255 or 19.79% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5D7D is #03A282. Grayscale: #909090. Windows color (decimal): -238211 or 8216060. OLE color: 8216060.
HSL color Cylindrical-coordinate representation of color #FC5D7D: hue angle of 347.92º 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 #FC5D7D is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 93 | 125 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.01 |
| HSL | 347.92º | 0.96% | 0.68% | - |
| HSV(B) | 347.92º | 0.63% | 0.99% | - |
| XYZ | 47.76 | 30 | 22.68 | - |
| YUV | 144.19 | 117.18 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 93 | 125 | 0 | 0.63 | 0.50 | 0.01 | 347.92 | 0.96 | 0.68 |
| Hex | FC | 5D | 7D | 0 | 3F | 32 | 1 | 15C | 60 | 44 |
| Octal | 374 | 135 | 175 | 0 | 77 | 62 | 1 | 534 | 140 | 104 |
| Binary | 11111100 | 1011101 | 1111101 | 0 | 111111 | 110010 | 1 | 101011100 | 1100000 | 1000100 |
Color Harmonies of #FC5D7D
Complementary color
Monochromatic Colors of #FC5D7D
Black with #FC5D7D
Text Example
Text Example
White with #FC5D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5D7D; }
p { color: rgb(252,93,125); }
H1.HeaderClassName
{
color: #FC5D7D;
}
.AnyTagClassName
{
color: #FC5D7D;
}
</style>
background-color css
<style>
a { background-color: #FC5D7D; }
a { background-color: rgb(252,93,125); }
div.DivClassName
{
background-color: #FC5D7D;
}
.BgClassName
{
background-color: #FC5D7D;
}
</style>
border-color css
<style>
span { border-color: #FC5D7D; }
span { border-color: rgb(252,93,125); }
td.TdClassName
{
border-color: #FC5D7D;
}
.TagClassName
{
border-color: #FC5D7D;
}
</style>