Shades of Brink Pink #FC758D
Tints of Brink Pink #FC758D
RGB
CMYK
RGB Variations
Color information
#FC758D (or 0xFC758D) is known color: Brink Pink. HEX triplet: FC, 75 and 8D. RGB value is (252,117,141). Sum of RGB (Red+Green+Blue) = 252+117+141=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC758D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC758D is #038A72. Grayscale: #A0A0A0. Windows color (decimal): -232051 or 9270780. OLE color: 9270780.
HSL color Cylindrical-coordinate representation of color #FC758D: hue angle of 349.33º 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 #FC758D is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 117 | 141 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.01 |
| HSL | 349.33º | 0.96% | 0.72% | - |
| HSV(B) | 349.33º | 0.54% | 0.99% | - |
| XYZ | 51.31 | 35.34 | 29.32 | - |
| YUV | 160.1 | 117.23 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 117 | 141 | 0 | 0.54 | 0.44 | 0.01 | 349.33 | 0.96 | 0.72 |
| Hex | FC | 75 | 8D | 0 | 36 | 2C | 1 | 15D | 60 | 48 |
| Octal | 374 | 165 | 215 | 0 | 66 | 54 | 1 | 535 | 140 | 110 |
| Binary | 11111100 | 1110101 | 10001101 | 0 | 110110 | 101100 | 1 | 101011101 | 1100000 | 1001000 |
Color Harmonies of #FC758D
Complementary color
Monochromatic Colors of #FC758D
Black with #FC758D
Text Example
Text Example
White with #FC758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC758D; }
p { color: rgb(252,117,141); }
H1.HeaderClassName
{
color: #FC758D;
}
.AnyTagClassName
{
color: #FC758D;
}
</style>
background-color css
<style>
a { background-color: #FC758D; }
a { background-color: rgb(252,117,141); }
div.DivClassName
{
background-color: #FC758D;
}
.BgClassName
{
background-color: #FC758D;
}
</style>
border-color css
<style>
span { border-color: #FC758D; }
span { border-color: rgb(252,117,141); }
td.TdClassName
{
border-color: #FC758D;
}
.TagClassName
{
border-color: #FC758D;
}
</style>