Shades of Brink Pink #FF598C
Tints of Brink Pink #FF598C
RGB
CMYK
RGB Variations
Color information
#FF598C (or 0xFF598C) is known color: Brink Pink. HEX triplet: FF, 59 and 8C. RGB value is (255,89,140). Sum of RGB (Red+Green+Blue) = 255+89+140=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 89 (35.16% from 255 or 18.39% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF598C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF598C is #00A673. Grayscale: #909090. Windows color (decimal): -42612 or 9198079. OLE color: 9198079.
HSL color Cylindrical-coordinate representation of color #FF598C: hue angle of 341.57º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF598C is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 140 | - |
| CMYK | 0 | 0.65 | 0.45 | 0 |
| HSL | 341.57º | 1% | 0.67% | - |
| HSV(B) | 341.57º | 0.65% | 1% | - |
| XYZ | 49.55 | 30.3 | 28.05 | - |
| YUV | 144.45 | 125.5 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 140 | 0 | 0.65 | 0.45 | 0 | 341.57 | 1 | 0.67 |
| Hex | FF | 59 | 8C | 0 | 41 | 2D | 0 | 156 | 64 | 43 |
| Octal | 377 | 131 | 214 | 0 | 101 | 55 | 0 | 526 | 144 | 103 |
| Binary | 11111111 | 1011001 | 10001100 | 0 | 1000001 | 101101 | 0 | 101010110 | 1100100 | 1000011 |
Color Harmonies of #FF598C
Complementary color
Monochromatic Colors of #FF598C
Black with #FF598C
Text Example
Text Example
White with #FF598C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF598C; }
p { color: rgb(255,89,140); }
H1.HeaderClassName
{
color: #FF598C;
}
.AnyTagClassName
{
color: #FF598C;
}
</style>
background-color css
<style>
a { background-color: #FF598C; }
a { background-color: rgb(255,89,140); }
div.DivClassName
{
background-color: #FF598C;
}
.BgClassName
{
background-color: #FF598C;
}
</style>
border-color css
<style>
span { border-color: #FF598C; }
span { border-color: rgb(255,89,140); }
td.TdClassName
{
border-color: #FF598C;
}
.TagClassName
{
border-color: #FF598C;
}
</style>