Shades of French Rose #FF598E
Tints of French Rose #FF598E
RGB
CMYK
RGB Variations
Color information
#FF598E (or 0xFF598E) is known color: French Rose. HEX triplet: FF, 59 and 8E. RGB value is (255,89,142). Sum of RGB (Red+Green+Blue) = 255+89+142=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 89 (35.16% from 255 or 18.31% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF598E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF598E is #00A671. Grayscale: #909090. Windows color (decimal): -42610 or 9329151. OLE color: 9329151.
HSL color Cylindrical-coordinate representation of color #FF598E: hue angle of 340.84º 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 #FF598E is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 142 | - |
| CMYK | 0 | 0.65 | 0.44 | 0 |
| HSL | 340.84º | 1% | 0.67% | - |
| HSV(B) | 340.84º | 0.65% | 1% | - |
| XYZ | 49.69 | 30.36 | 28.83 | - |
| YUV | 144.68 | 126.5 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 142 | 0 | 0.65 | 0.44 | 0 | 340.84 | 1 | 0.67 |
| Hex | FF | 59 | 8E | 0 | 41 | 2C | 0 | 155 | 64 | 43 |
| Octal | 377 | 131 | 216 | 0 | 101 | 54 | 0 | 525 | 144 | 103 |
| Binary | 11111111 | 1011001 | 10001110 | 0 | 1000001 | 101100 | 0 | 101010101 | 1100100 | 1000011 |
Color Harmonies of #FF598E
Complementary color
Monochromatic Colors of #FF598E
Black with #FF598E
Text Example
Text Example
White with #FF598E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF598E; }
p { color: rgb(255,89,142); }
H1.HeaderClassName
{
color: #FF598E;
}
.AnyTagClassName
{
color: #FF598E;
}
</style>
background-color css
<style>
a { background-color: #FF598E; }
a { background-color: rgb(255,89,142); }
div.DivClassName
{
background-color: #FF598E;
}
.BgClassName
{
background-color: #FF598E;
}
</style>
border-color css
<style>
span { border-color: #FF598E; }
span { border-color: rgb(255,89,142); }
td.TdClassName
{
border-color: #FF598E;
}
.TagClassName
{
border-color: #FF598E;
}
</style>