Shades of Brink Pink #FC7389
Tints of Brink Pink #FC7389
RGB
CMYK
RGB Variations
Color information
#FC7389 (or 0xFC7389) is known color: Brink Pink. HEX triplet: FC, 73 and 89. RGB value is (252,115,137). Sum of RGB (Red+Green+Blue) = 252+115+137=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 115 (45.31% from 255 or 22.82% from 504); Blue value is 137 (53.91% from 255 or 27.18% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7389 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7389 is #038C76. Grayscale: #9E9E9E. Windows color (decimal): -232567 or 9008124. OLE color: 9008124.
HSL color Cylindrical-coordinate representation of color #FC7389: hue angle of 350.36º 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 #FC7389 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 137 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.01 |
| HSL | 350.37º | 0.96% | 0.72% | - |
| HSV(B) | 350.37º | 0.54% | 0.99% | - |
| XYZ | 50.79 | 34.76 | 27.7 | - |
| YUV | 158.47 | 115.89 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 137 | 0 | 0.54 | 0.46 | 0.01 | 350.37 | 0.96 | 0.72 |
| Hex | FC | 73 | 89 | 0 | 36 | 2E | 1 | 15E | 60 | 48 |
| Octal | 374 | 163 | 211 | 0 | 66 | 56 | 1 | 536 | 140 | 110 |
| Binary | 11111100 | 1110011 | 10001001 | 0 | 110110 | 101110 | 1 | 101011110 | 1100000 | 1001000 |
Color Harmonies of #FC7389
Complementary color
Monochromatic Colors of #FC7389
Black with #FC7389
Text Example
Text Example
White with #FC7389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7389; }
p { color: rgb(252,115,137); }
H1.HeaderClassName
{
color: #FC7389;
}
.AnyTagClassName
{
color: #FC7389;
}
</style>
background-color css
<style>
a { background-color: #FC7389; }
a { background-color: rgb(252,115,137); }
div.DivClassName
{
background-color: #FC7389;
}
.BgClassName
{
background-color: #FC7389;
}
</style>
border-color css
<style>
span { border-color: #FC7389; }
span { border-color: rgb(252,115,137); }
td.TdClassName
{
border-color: #FC7389;
}
.TagClassName
{
border-color: #FC7389;
}
</style>