Shades of Brink Pink #FC7384
Tints of Brink Pink #FC7384
RGB
CMYK
RGB Variations
Color information
#FC7384 (or 0xFC7384) is known color: Brink Pink. HEX triplet: FC, 73 and 84. RGB value is (252,115,132). Sum of RGB (Red+Green+Blue) = 252+115+132=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 115 (45.31% from 255 or 23.05% from 499); Blue value is 132 (51.95% from 255 or 26.45% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7384 is #038C7B. Grayscale: #9D9D9D. Windows color (decimal): -232572 or 8680444. OLE color: 8680444.
HSL color Cylindrical-coordinate representation of color #FC7384: hue angle of 352.55º 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 #FC7384 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 132 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.01 |
| HSL | 352.55º | 0.96% | 0.72% | - |
| HSV(B) | 352.55º | 0.54% | 0.99% | - |
| XYZ | 50.44 | 34.62 | 25.85 | - |
| YUV | 157.9 | 113.39 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 132 | 0 | 0.54 | 0.48 | 0.01 | 352.55 | 0.96 | 0.72 |
| Hex | FC | 73 | 84 | 0 | 36 | 30 | 1 | 161 | 60 | 48 |
| Octal | 374 | 163 | 204 | 0 | 66 | 60 | 1 | 541 | 140 | 110 |
| Binary | 11111100 | 1110011 | 10000100 | 0 | 110110 | 110000 | 1 | 101100001 | 1100000 | 1001000 |
Color Harmonies of #FC7384
Complementary color
Monochromatic Colors of #FC7384
Black with #FC7384
Text Example
Text Example
White with #FC7384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7384; }
p { color: rgb(252,115,132); }
H1.HeaderClassName
{
color: #FC7384;
}
.AnyTagClassName
{
color: #FC7384;
}
</style>
background-color css
<style>
a { background-color: #FC7384; }
a { background-color: rgb(252,115,132); }
div.DivClassName
{
background-color: #FC7384;
}
.BgClassName
{
background-color: #FC7384;
}
</style>
border-color css
<style>
span { border-color: #FC7384; }
span { border-color: rgb(252,115,132); }
td.TdClassName
{
border-color: #FC7384;
}
.TagClassName
{
border-color: #FC7384;
}
</style>