Shades of Brink Pink #FD598B
Tints of Brink Pink #FD598B
RGB
CMYK
RGB Variations
Color information
#FD598B (or 0xFD598B) is known color: Brink Pink. HEX triplet: FD, 59 and 8B. RGB value is (253,89,139). Sum of RGB (Red+Green+Blue) = 253+89+139=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 89 (35.16% from 255 or 18.50% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FD598B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD598B is #02A674. Grayscale: #8F8F8F. Windows color (decimal): -173685 or 9132541. OLE color: 9132541.
HSL color Cylindrical-coordinate representation of color #FD598B: hue angle of 341.71º degrees, saturation: 0.98, 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 #FD598B is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 89 | 139 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.01 |
| HSL | 341.71º | 0.98% | 0.67% | - |
| HSV(B) | 341.71º | 0.65% | 0.99% | - |
| XYZ | 48.74 | 29.89 | 27.63 | - |
| YUV | 143.74 | 125.33 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 89 | 139 | 0 | 0.65 | 0.45 | 0.01 | 341.71 | 0.98 | 0.67 |
| Hex | FD | 59 | 8B | 0 | 41 | 2D | 1 | 156 | 62 | 43 |
| Octal | 375 | 131 | 213 | 0 | 101 | 55 | 1 | 526 | 142 | 103 |
| Binary | 11111101 | 1011001 | 10001011 | 0 | 1000001 | 101101 | 1 | 101010110 | 1100010 | 1000011 |
Color Harmonies of #FD598B
Complementary color
Monochromatic Colors of #FD598B
Black with #FD598B
Text Example
Text Example
White with #FD598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD598B; }
p { color: rgb(253,89,139); }
H1.HeaderClassName
{
color: #FD598B;
}
.AnyTagClassName
{
color: #FD598B;
}
</style>
background-color css
<style>
a { background-color: #FD598B; }
a { background-color: rgb(253,89,139); }
div.DivClassName
{
background-color: #FD598B;
}
.BgClassName
{
background-color: #FD598B;
}
</style>
border-color css
<style>
span { border-color: #FD598B; }
span { border-color: rgb(253,89,139); }
td.TdClassName
{
border-color: #FD598B;
}
.TagClassName
{
border-color: #FD598B;
}
</style>