Shades of Brink Pink #FC5E7D
Tints of Brink Pink #FC5E7D
RGB
CMYK
RGB Variations
Color information
#FC5E7D (or 0xFC5E7D) is known color: Brink Pink. HEX triplet: FC, 5E and 7D. RGB value is (252,94,125). Sum of RGB (Red+Green+Blue) = 252+94+125=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 94 (37.11% from 255 or 19.96% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5E7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5E7D is #03A182. Grayscale: #909090. Windows color (decimal): -237955 or 8216316. OLE color: 8216316.
HSL color Cylindrical-coordinate representation of color #FC5E7D: hue angle of 348.23º 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 #FC5E7D is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 94 | 125 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.01 |
| HSL | 348.23º | 0.96% | 0.68% | - |
| HSV(B) | 348.23º | 0.63% | 0.99% | - |
| XYZ | 47.85 | 30.18 | 22.71 | - |
| YUV | 144.78 | 116.85 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 94 | 125 | 0 | 0.63 | 0.50 | 0.01 | 348.23 | 0.96 | 0.68 |
| Hex | FC | 5E | 7D | 0 | 3F | 32 | 1 | 15C | 60 | 44 |
| Octal | 374 | 136 | 175 | 0 | 77 | 62 | 1 | 534 | 140 | 104 |
| Binary | 11111100 | 1011110 | 1111101 | 0 | 111111 | 110010 | 1 | 101011100 | 1100000 | 1000100 |
Color Harmonies of #FC5E7D
Complementary color
Monochromatic Colors of #FC5E7D
Black with #FC5E7D
Text Example
Text Example
White with #FC5E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5E7D; }
p { color: rgb(252,94,125); }
H1.HeaderClassName
{
color: #FC5E7D;
}
.AnyTagClassName
{
color: #FC5E7D;
}
</style>
background-color css
<style>
a { background-color: #FC5E7D; }
a { background-color: rgb(252,94,125); }
div.DivClassName
{
background-color: #FC5E7D;
}
.BgClassName
{
background-color: #FC5E7D;
}
</style>
border-color css
<style>
span { border-color: #FC5E7D; }
span { border-color: rgb(252,94,125); }
td.TdClassName
{
border-color: #FC5E7D;
}
.TagClassName
{
border-color: #FC5E7D;
}
</style>