Shades of French Rose #FF598F
Tints of French Rose #FF598F
RGB
CMYK
RGB Variations
Color information
#FF598F (or 0xFF598F) is known color: French Rose. HEX triplet: FF, 59 and 8F. RGB value is (255,89,143). Sum of RGB (Red+Green+Blue) = 255+89+143=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 89 (35.16% from 255 or 18.28% from 487); Blue value is 143 (56.25% from 255 or 29.36% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF598F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF598F is #00A670. Grayscale: #909090. Windows color (decimal): -42609 or 9394687. OLE color: 9394687.
HSL color Cylindrical-coordinate representation of color #FF598F: hue angle of 340.48º 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 #FF598F is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 143 | - |
| CMYK | 0 | 0.65 | 0.44 | 0 |
| HSL | 340.48º | 1% | 0.67% | - |
| HSV(B) | 340.48º | 0.65% | 1% | - |
| XYZ | 49.77 | 30.39 | 29.23 | - |
| YUV | 144.79 | 127 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 143 | 0 | 0.65 | 0.44 | 0 | 340.48 | 1 | 0.67 |
| Hex | FF | 59 | 8F | 0 | 41 | 2C | 0 | 154 | 64 | 43 |
| Octal | 377 | 131 | 217 | 0 | 101 | 54 | 0 | 524 | 144 | 103 |
| Binary | 11111111 | 1011001 | 10001111 | 0 | 1000001 | 101100 | 0 | 101010100 | 1100100 | 1000011 |
Color Harmonies of #FF598F
Complementary color
Monochromatic Colors of #FF598F
Black with #FF598F
Text Example
Text Example
White with #FF598F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF598F; }
p { color: rgb(255,89,143); }
H1.HeaderClassName
{
color: #FF598F;
}
.AnyTagClassName
{
color: #FF598F;
}
</style>
background-color css
<style>
a { background-color: #FF598F; }
a { background-color: rgb(255,89,143); }
div.DivClassName
{
background-color: #FF598F;
}
.BgClassName
{
background-color: #FF598F;
}
</style>
border-color css
<style>
span { border-color: #FF598F; }
span { border-color: rgb(255,89,143); }
td.TdClassName
{
border-color: #FF598F;
}
.TagClassName
{
border-color: #FF598F;
}
</style>