Shades of Brink Pink #FF598A
Tints of Brink Pink #FF598A
RGB
CMYK
RGB Variations
Color information
#FF598A (or 0xFF598A) is known color: Brink Pink. HEX triplet: FF, 59 and 8A. RGB value is (255,89,138). Sum of RGB (Red+Green+Blue) = 255+89+138=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 89 (35.16% from 255 or 18.46% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF598A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF598A is #00A675. Grayscale: #909090. Windows color (decimal): -42614 or 9067007. OLE color: 9067007.
HSL color Cylindrical-coordinate representation of color #FF598A: hue angle of 342.29º 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 #FF598A is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 138 | - |
| CMYK | 0 | 0.65 | 0.46 | 0 |
| HSL | 342.29º | 1% | 0.67% | - |
| HSV(B) | 342.29º | 0.65% | 1% | - |
| XYZ | 49.4 | 30.24 | 27.28 | - |
| YUV | 144.22 | 124.5 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 138 | 0 | 0.65 | 0.46 | 0 | 342.29 | 1 | 0.67 |
| Hex | FF | 59 | 8A | 0 | 41 | 2E | 0 | 156 | 64 | 43 |
| Octal | 377 | 131 | 212 | 0 | 101 | 56 | 0 | 526 | 144 | 103 |
| Binary | 11111111 | 1011001 | 10001010 | 0 | 1000001 | 101110 | 0 | 101010110 | 1100100 | 1000011 |
Color Harmonies of #FF598A
Complementary color
Monochromatic Colors of #FF598A
Black with #FF598A
Text Example
Text Example
White with #FF598A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF598A; }
p { color: rgb(255,89,138); }
H1.HeaderClassName
{
color: #FF598A;
}
.AnyTagClassName
{
color: #FF598A;
}
</style>
background-color css
<style>
a { background-color: #FF598A; }
a { background-color: rgb(255,89,138); }
div.DivClassName
{
background-color: #FF598A;
}
.BgClassName
{
background-color: #FF598A;
}
</style>
border-color css
<style>
span { border-color: #FF598A; }
span { border-color: rgb(255,89,138); }
td.TdClassName
{
border-color: #FF598A;
}
.TagClassName
{
border-color: #FF598A;
}
</style>