Shades of Brilliant Rose #FF589D
Tints of Brilliant Rose #FF589D
RGB
CMYK
RGB Variations
Color information
#FF589D (or 0xFF589D) is known color: Brilliant Rose. HEX triplet: FF, 58 and 9D. RGB value is (255,88,157). Sum of RGB (Red+Green+Blue) = 255+88+157=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 88 (34.77% from 255 or 17.6% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF589D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF589D is #00A762. Grayscale: #919191. Windows color (decimal): -42851 or 10311935. OLE color: 10311935.
HSL color Cylindrical-coordinate representation of color #FF589D: hue angle of 335.21º 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 #FF589D is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 157 | - |
| CMYK | 0 | 0.65 | 0.38 | 0 |
| HSL | 335.21º | 1% | 0.67% | - |
| HSV(B) | 335.21º | 0.65% | 1% | - |
| XYZ | 50.82 | 30.67 | 35.14 | - |
| YUV | 145.8 | 134.33 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 157 | 0 | 0.65 | 0.38 | 0 | 335.21 | 1 | 0.67 |
| Hex | FF | 58 | 9D | 0 | 41 | 26 | 0 | 14F | 64 | 43 |
| Octal | 377 | 130 | 235 | 0 | 101 | 46 | 0 | 517 | 144 | 103 |
| Binary | 11111111 | 1011000 | 10011101 | 0 | 1000001 | 100110 | 0 | 101001111 | 1100100 | 1000011 |
Color Harmonies of #FF589D
Complementary color
Monochromatic Colors of #FF589D
Black with #FF589D
Text Example
Text Example
White with #FF589D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF589D; }
p { color: rgb(255,88,157); }
H1.HeaderClassName
{
color: #FF589D;
}
.AnyTagClassName
{
color: #FF589D;
}
</style>
background-color css
<style>
a { background-color: #FF589D; }
a { background-color: rgb(255,88,157); }
div.DivClassName
{
background-color: #FF589D;
}
.BgClassName
{
background-color: #FF589D;
}
</style>
border-color css
<style>
span { border-color: #FF589D; }
span { border-color: rgb(255,88,157); }
td.TdClassName
{
border-color: #FF589D;
}
.TagClassName
{
border-color: #FF589D;
}
</style>