Shades of Brink Pink #FC598B
Tints of Brink Pink #FC598B
RGB
CMYK
RGB Variations
Color information
#FC598B (or 0xFC598B) is known color: Brink Pink. HEX triplet: FC, 59 and 8B. RGB value is (252,89,139). Sum of RGB (Red+Green+Blue) = 252+89+139=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 89 (35.16% from 255 or 18.54% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FC598B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC598B is #03A674. Grayscale: #8F8F8F. Windows color (decimal): -239221 or 9132540. OLE color: 9132540.
HSL color Cylindrical-coordinate representation of color #FC598B: hue angle of 341.6º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC598B is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 89 | 139 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.01 |
| HSL | 341.6º | 0.96% | 0.67% | - |
| HSV(B) | 341.6º | 0.65% | 0.99% | - |
| XYZ | 48.38 | 29.7 | 27.61 | - |
| YUV | 143.44 | 125.5 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 89 | 139 | 0 | 0.65 | 0.45 | 0.01 | 341.6 | 0.96 | 0.67 |
| Hex | FC | 59 | 8B | 0 | 41 | 2D | 1 | 156 | 60 | 43 |
| Octal | 374 | 131 | 213 | 0 | 101 | 55 | 1 | 526 | 140 | 103 |
| Binary | 11111100 | 1011001 | 10001011 | 0 | 1000001 | 101101 | 1 | 101010110 | 1100000 | 1000011 |
Color Harmonies of #FC598B
Complementary color
Monochromatic Colors of #FC598B
Black with #FC598B
Text Example
Text Example
White with #FC598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC598B; }
p { color: rgb(252,89,139); }
H1.HeaderClassName
{
color: #FC598B;
}
.AnyTagClassName
{
color: #FC598B;
}
</style>
background-color css
<style>
a { background-color: #FC598B; }
a { background-color: rgb(252,89,139); }
div.DivClassName
{
background-color: #FC598B;
}
.BgClassName
{
background-color: #FC598B;
}
</style>
border-color css
<style>
span { border-color: #FC598B; }
span { border-color: rgb(252,89,139); }
td.TdClassName
{
border-color: #FC598B;
}
.TagClassName
{
border-color: #FC598B;
}
</style>