Shades of French Rose #FF5890
Tints of French Rose #FF5890
RGB
CMYK
RGB Variations
Color information
#FF5890 (or 0xFF5890) is known color: French Rose. HEX triplet: FF, 58 and 90. RGB value is (255,88,144). Sum of RGB (Red+Green+Blue) = 255+88+144=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 88 (34.77% from 255 or 18.07% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5890 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5890 is #00A76F. Grayscale: #909090. Windows color (decimal): -42864 or 9459967. OLE color: 9459967.
HSL color Cylindrical-coordinate representation of color #FF5890: hue angle of 339.88º 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 #FF5890 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 144 | - |
| CMYK | 0 | 0.65 | 0.44 | 0 |
| HSL | 339.88º | 1% | 0.67% | - |
| HSV(B) | 339.88º | 0.65% | 1% | - |
| XYZ | 49.76 | 30.25 | 29.6 | - |
| YUV | 144.32 | 127.83 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 144 | 0 | 0.65 | 0.44 | 0 | 339.88 | 1 | 0.67 |
| Hex | FF | 58 | 90 | 0 | 41 | 2C | 0 | 154 | 64 | 43 |
| Octal | 377 | 130 | 220 | 0 | 101 | 54 | 0 | 524 | 144 | 103 |
| Binary | 11111111 | 1011000 | 10010000 | 0 | 1000001 | 101100 | 0 | 101010100 | 1100100 | 1000011 |
Color Harmonies of #FF5890
Complementary color
Monochromatic Colors of #FF5890
Black with #FF5890
Text Example
Text Example
White with #FF5890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5890; }
p { color: rgb(255,88,144); }
H1.HeaderClassName
{
color: #FF5890;
}
.AnyTagClassName
{
color: #FF5890;
}
</style>
background-color css
<style>
a { background-color: #FF5890; }
a { background-color: rgb(255,88,144); }
div.DivClassName
{
background-color: #FF5890;
}
.BgClassName
{
background-color: #FF5890;
}
</style>
border-color css
<style>
span { border-color: #FF5890; }
span { border-color: rgb(255,88,144); }
td.TdClassName
{
border-color: #FF5890;
}
.TagClassName
{
border-color: #FF5890;
}
</style>