Shades of Brink Pink #FD598A
Tints of Brink Pink #FD598A
RGB
CMYK
RGB Variations
Color information
#FD598A (or 0xFD598A) is known color: Brink Pink. HEX triplet: FD, 59 and 8A. RGB value is (253,89,138). Sum of RGB (Red+Green+Blue) = 253+89+138=480 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.71% from 480); Green value is 89 (35.16% from 255 or 18.54% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 253 - color contains mainly: red. Hex color #FD598A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD598A is #02A675. Grayscale: #8F8F8F. Windows color (decimal): -173686 or 9067005. OLE color: 9067005.
HSL color Cylindrical-coordinate representation of color #FD598A: hue angle of 342.07º 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 #FD598A is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 89 | 138 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.01 |
| HSL | 342.07º | 0.98% | 0.67% | - |
| HSV(B) | 342.07º | 0.65% | 0.99% | - |
| XYZ | 48.67 | 29.86 | 27.24 | - |
| YUV | 143.62 | 124.83 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 89 | 138 | 0 | 0.65 | 0.45 | 0.01 | 342.07 | 0.98 | 0.67 |
| Hex | FD | 59 | 8A | 0 | 41 | 2D | 1 | 156 | 62 | 43 |
| Octal | 375 | 131 | 212 | 0 | 101 | 55 | 1 | 526 | 142 | 103 |
| Binary | 11111101 | 1011001 | 10001010 | 0 | 1000001 | 101101 | 1 | 101010110 | 1100010 | 1000011 |
Color Harmonies of #FD598A
Complementary color
Monochromatic Colors of #FD598A
Black with #FD598A
Text Example
Text Example
White with #FD598A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD598A; }
p { color: rgb(253,89,138); }
H1.HeaderClassName
{
color: #FD598A;
}
.AnyTagClassName
{
color: #FD598A;
}
</style>
background-color css
<style>
a { background-color: #FD598A; }
a { background-color: rgb(253,89,138); }
div.DivClassName
{
background-color: #FD598A;
}
.BgClassName
{
background-color: #FD598A;
}
</style>
border-color css
<style>
span { border-color: #FD598A; }
span { border-color: rgb(253,89,138); }
td.TdClassName
{
border-color: #FD598A;
}
.TagClassName
{
border-color: #FD598A;
}
</style>