Shades of Brink Pink #FC7584
Tints of Brink Pink #FC7584
RGB
CMYK
RGB Variations
Color information
#FC7584 (or 0xFC7584) is known color: Brink Pink. HEX triplet: FC, 75 and 84. RGB value is (252,117,132). Sum of RGB (Red+Green+Blue) = 252+117+132=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 117 (46.09% from 255 or 23.35% from 501); Blue value is 132 (51.95% from 255 or 26.35% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7584 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7584 is #038A7B. Grayscale: #9F9F9F. Windows color (decimal): -232060 or 8680956. OLE color: 8680956.
HSL color Cylindrical-coordinate representation of color #FC7584: hue angle of 353.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 #FC7584 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 117 | 132 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.01 |
| HSL | 353.33º | 0.96% | 0.72% | - |
| HSV(B) | 353.33º | 0.54% | 0.99% | - |
| XYZ | 50.67 | 35.08 | 25.93 | - |
| YUV | 159.08 | 112.73 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 117 | 132 | 0 | 0.54 | 0.48 | 0.01 | 353.33 | 0.96 | 0.72 |
| Hex | FC | 75 | 84 | 0 | 36 | 30 | 1 | 161 | 60 | 48 |
| Octal | 374 | 165 | 204 | 0 | 66 | 60 | 1 | 541 | 140 | 110 |
| Binary | 11111100 | 1110101 | 10000100 | 0 | 110110 | 110000 | 1 | 101100001 | 1100000 | 1001000 |
Color Harmonies of #FC7584
Complementary color
Monochromatic Colors of #FC7584
Black with #FC7584
Text Example
Text Example
White with #FC7584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7584; }
p { color: rgb(252,117,132); }
H1.HeaderClassName
{
color: #FC7584;
}
.AnyTagClassName
{
color: #FC7584;
}
</style>
background-color css
<style>
a { background-color: #FC7584; }
a { background-color: rgb(252,117,132); }
div.DivClassName
{
background-color: #FC7584;
}
.BgClassName
{
background-color: #FC7584;
}
</style>
border-color css
<style>
span { border-color: #FC7584; }
span { border-color: rgb(252,117,132); }
td.TdClassName
{
border-color: #FC7584;
}
.TagClassName
{
border-color: #FC7584;
}
</style>