Shades of French Rose #FF5689
Tints of French Rose #FF5689
RGB
CMYK
RGB Variations
Color information
#FF5689 (or 0xFF5689) is known color: French Rose. HEX triplet: FF, 56 and 89. RGB value is (255,86,137). Sum of RGB (Red+Green+Blue) = 255+86+137=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 86 (33.98% from 255 or 17.99% from 478); Blue value is 137 (53.91% from 255 or 28.66% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5689 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5689 is #00A976. Grayscale: #8E8E8E. Windows color (decimal): -43383 or 9000703. OLE color: 9000703.
HSL color Cylindrical-coordinate representation of color #FF5689: hue angle of 341.89º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF5689 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 137 | - |
| CMYK | 0 | 0.66 | 0.46 | 0 |
| HSL | 341.89º | 1% | 0.67% | - |
| HSV(B) | 341.89º | 0.66% | 1% | - |
| XYZ | 49.08 | 29.72 | 26.82 | - |
| YUV | 142.35 | 124.99 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 137 | 0 | 0.66 | 0.46 | 0 | 341.89 | 1 | 0.67 |
| Hex | FF | 56 | 89 | 0 | 42 | 2E | 0 | 156 | 64 | 43 |
| Octal | 377 | 126 | 211 | 0 | 102 | 56 | 0 | 526 | 144 | 103 |
| Binary | 11111111 | 1010110 | 10001001 | 0 | 1000010 | 101110 | 0 | 101010110 | 1100100 | 1000011 |
Color Harmonies of #FF5689
Complementary color
Monochromatic Colors of #FF5689
Black with #FF5689
Text Example
Text Example
White with #FF5689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5689; }
p { color: rgb(255,86,137); }
H1.HeaderClassName
{
color: #FF5689;
}
.AnyTagClassName
{
color: #FF5689;
}
</style>
background-color css
<style>
a { background-color: #FF5689; }
a { background-color: rgb(255,86,137); }
div.DivClassName
{
background-color: #FF5689;
}
.BgClassName
{
background-color: #FF5689;
}
</style>
border-color css
<style>
span { border-color: #FF5689; }
span { border-color: rgb(255,86,137); }
td.TdClassName
{
border-color: #FF5689;
}
.TagClassName
{
border-color: #FF5689;
}
</style>