Shades of French Rose #FF588E
Tints of French Rose #FF588E
RGB
CMYK
RGB Variations
Color information
#FF588E (or 0xFF588E) is known color: French Rose. HEX triplet: FF, 58 and 8E. RGB value is (255,88,142). Sum of RGB (Red+Green+Blue) = 255+88+142=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 88 (34.77% from 255 or 18.14% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF588E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF588E is #00A771. Grayscale: #909090. Windows color (decimal): -42866 or 9328895. OLE color: 9328895.
HSL color Cylindrical-coordinate representation of color #FF588E: hue angle of 340.6º 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 #FF588E is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 142 | - |
| CMYK | 0 | 0.65 | 0.44 | 0 |
| HSL | 340.6º | 1% | 0.67% | - |
| HSV(B) | 340.6º | 0.65% | 1% | - |
| XYZ | 49.61 | 30.19 | 28.8 | - |
| YUV | 144.09 | 126.83 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 142 | 0 | 0.65 | 0.44 | 0 | 340.6 | 1 | 0.67 |
| Hex | FF | 58 | 8E | 0 | 41 | 2C | 0 | 155 | 64 | 43 |
| Octal | 377 | 130 | 216 | 0 | 101 | 54 | 0 | 525 | 144 | 103 |
| Binary | 11111111 | 1011000 | 10001110 | 0 | 1000001 | 101100 | 0 | 101010101 | 1100100 | 1000011 |
Color Harmonies of #FF588E
Complementary color
Monochromatic Colors of #FF588E
Black with #FF588E
Text Example
Text Example
White with #FF588E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF588E; }
p { color: rgb(255,88,142); }
H1.HeaderClassName
{
color: #FF588E;
}
.AnyTagClassName
{
color: #FF588E;
}
</style>
background-color css
<style>
a { background-color: #FF588E; }
a { background-color: rgb(255,88,142); }
div.DivClassName
{
background-color: #FF588E;
}
.BgClassName
{
background-color: #FF588E;
}
</style>
border-color css
<style>
span { border-color: #FF588E; }
span { border-color: rgb(255,88,142); }
td.TdClassName
{
border-color: #FF588E;
}
.TagClassName
{
border-color: #FF588E;
}
</style>