Shades of Brink Pink #FC757C
Tints of Brink Pink #FC757C
RGB
CMYK
RGB Variations
Color information
#FC757C (or 0xFC757C) is known color: Brink Pink. HEX triplet: FC, 75 and 7C. RGB value is (252,117,124). Sum of RGB (Red+Green+Blue) = 252+117+124=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 117 (46.09% from 255 or 23.73% from 493); Blue value is 124 (48.83% from 255 or 25.15% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FC757C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC757C is #038A83. Grayscale: #9E9E9E. Windows color (decimal): -232068 or 8156668. OLE color: 8156668.
HSL color Cylindrical-coordinate representation of color #FC757C: hue angle of 356.89º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FC757C is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 117 | 124 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.01 |
| HSL | 356.89º | 0.96% | 0.72% | - |
| HSV(B) | 356.89º | 0.54% | 0.99% | - |
| XYZ | 50.14 | 34.87 | 23.16 | - |
| YUV | 158.16 | 108.73 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 117 | 124 | 0 | 0.54 | 0.51 | 0.01 | 356.89 | 0.96 | 0.72 |
| Hex | FC | 75 | 7C | 0 | 36 | 33 | 1 | 165 | 60 | 48 |
| Octal | 374 | 165 | 174 | 0 | 66 | 63 | 1 | 545 | 140 | 110 |
| Binary | 11111100 | 1110101 | 1111100 | 0 | 110110 | 110011 | 1 | 101100101 | 1100000 | 1001000 |
Color Harmonies of #FC757C
Complementary color
Monochromatic Colors of #FC757C
Black with #FC757C
Text Example
Text Example
White with #FC757C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC757C; }
p { color: rgb(252,117,124); }
H1.HeaderClassName
{
color: #FC757C;
}
.AnyTagClassName
{
color: #FC757C;
}
</style>
background-color css
<style>
a { background-color: #FC757C; }
a { background-color: rgb(252,117,124); }
div.DivClassName
{
background-color: #FC757C;
}
.BgClassName
{
background-color: #FC757C;
}
</style>
border-color css
<style>
span { border-color: #FC757C; }
span { border-color: rgb(252,117,124); }
td.TdClassName
{
border-color: #FC757C;
}
.TagClassName
{
border-color: #FC757C;
}
</style>