Shades of French Rose #FF5891
Tints of French Rose #FF5891
RGB
CMYK
RGB Variations
Color information
#FF5891 (or 0xFF5891) is known color: French Rose. HEX triplet: FF, 58 and 91. RGB value is (255,88,145). Sum of RGB (Red+Green+Blue) = 255+88+145=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 88 (34.77% from 255 or 18.03% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5891 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5891 is #00A76E. Grayscale: #909090. Windows color (decimal): -42863 or 9525503. OLE color: 9525503.
HSL color Cylindrical-coordinate representation of color #FF5891: hue angle of 339.52º 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 #FF5891 is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 145 | - |
| CMYK | 0 | 0.65 | 0.43 | 0 |
| HSL | 339.52º | 1% | 0.67% | - |
| HSV(B) | 339.52º | 0.65% | 1% | - |
| XYZ | 49.84 | 30.28 | 30.01 | - |
| YUV | 144.43 | 128.33 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 145 | 0 | 0.65 | 0.43 | 0 | 339.52 | 1 | 0.67 |
| Hex | FF | 58 | 91 | 0 | 41 | 2B | 0 | 154 | 64 | 43 |
| Octal | 377 | 130 | 221 | 0 | 101 | 53 | 0 | 524 | 144 | 103 |
| Binary | 11111111 | 1011000 | 10010001 | 0 | 1000001 | 101011 | 0 | 101010100 | 1100100 | 1000011 |
Color Harmonies of #FF5891
Complementary color
Monochromatic Colors of #FF5891
Black with #FF5891
Text Example
Text Example
White with #FF5891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5891; }
p { color: rgb(255,88,145); }
H1.HeaderClassName
{
color: #FF5891;
}
.AnyTagClassName
{
color: #FF5891;
}
</style>
background-color css
<style>
a { background-color: #FF5891; }
a { background-color: rgb(255,88,145); }
div.DivClassName
{
background-color: #FF5891;
}
.BgClassName
{
background-color: #FF5891;
}
</style>
border-color css
<style>
span { border-color: #FF5891; }
span { border-color: rgb(255,88,145); }
td.TdClassName
{
border-color: #FF5891;
}
.TagClassName
{
border-color: #FF5891;
}
</style>