Shades of French Rose #FF5089
Tints of French Rose #FF5089
RGB
CMYK
RGB Variations
Color information
#FF5089 (or 0xFF5089) is known color: French Rose. HEX triplet: FF, 50 and 89. RGB value is (255,80,137). Sum of RGB (Red+Green+Blue) = 255+80+137=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 80 (31.64% from 255 or 16.95% from 472); Blue value is 137 (53.91% from 255 or 29.03% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5089 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5089 is #00AF76. Grayscale: #8A8A8A. Windows color (decimal): -44919 or 8999167. OLE color: 8999167.
HSL color Cylindrical-coordinate representation of color #FF5089: hue angle of 340.46º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF5089 is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 137 | - |
| CMYK | 0 | 0.69 | 0.46 | 0 |
| HSL | 340.46º | 1% | 0.66% | - |
| HSV(B) | 340.46º | 0.69% | 1% | - |
| XYZ | 48.62 | 28.8 | 26.66 | - |
| YUV | 138.82 | 126.98 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 137 | 0 | 0.69 | 0.46 | 0 | 340.46 | 1 | 0.66 |
| Hex | FF | 50 | 89 | 0 | 45 | 2E | 0 | 154 | 64 | 42 |
| Octal | 377 | 120 | 211 | 0 | 105 | 56 | 0 | 524 | 144 | 102 |
| Binary | 11111111 | 1010000 | 10001001 | 0 | 1000101 | 101110 | 0 | 101010100 | 1100100 | 1000010 |
Color Harmonies of #FF5089
Complementary color
Monochromatic Colors of #FF5089
Black with #FF5089
Text Example
Text Example
White with #FF5089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5089; }
p { color: rgb(255,80,137); }
H1.HeaderClassName
{
color: #FF5089;
}
.AnyTagClassName
{
color: #FF5089;
}
</style>
background-color css
<style>
a { background-color: #FF5089; }
a { background-color: rgb(255,80,137); }
div.DivClassName
{
background-color: #FF5089;
}
.BgClassName
{
background-color: #FF5089;
}
</style>
border-color css
<style>
span { border-color: #FF5089; }
span { border-color: rgb(255,80,137); }
td.TdClassName
{
border-color: #FF5089;
}
.TagClassName
{
border-color: #FF5089;
}
</style>