Shades of French Rose #FE5589
Tints of French Rose #FE5589
RGB
CMYK
RGB Variations
Color information
#FE5589 (or 0xFE5589) is known color: French Rose. HEX triplet: FE, 55 and 89. RGB value is (254,85,137). Sum of RGB (Red+Green+Blue) = 254+85+137=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 137 (53.91% from 255 or 28.78% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5589 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5589 is #01AA76. Grayscale: #8D8D8D. Windows color (decimal): -109175 or 9000446. OLE color: 9000446.
HSL color Cylindrical-coordinate representation of color #FE5589: hue angle of 341.54º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE5589 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 137 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.00 |
| HSL | 341.54º | 0.99% | 0.66% | - |
| HSV(B) | 341.54º | 0.67% | 1% | - |
| XYZ | 48.64 | 29.37 | 26.77 | - |
| YUV | 141.46 | 125.49 | 208.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 137 | 0 | 0.67 | 0.46 | 0.00 | 341.54 | 0.99 | 0.66 |
| Hex | FE | 55 | 89 | 0 | 43 | 2E | 0 | 156 | 63 | 42 |
| Octal | 376 | 125 | 211 | 0 | 103 | 56 | 0 | 526 | 143 | 102 |
| Binary | 11111110 | 1010101 | 10001001 | 0 | 1000011 | 101110 | 0 | 101010110 | 1100011 | 1000010 |
Color Harmonies of #FE5589
Complementary color
Monochromatic Colors of #FE5589
Black with #FE5589
Text Example
Text Example
White with #FE5589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5589; }
p { color: rgb(254,85,137); }
H1.HeaderClassName
{
color: #FE5589;
}
.AnyTagClassName
{
color: #FE5589;
}
</style>
background-color css
<style>
a { background-color: #FE5589; }
a { background-color: rgb(254,85,137); }
div.DivClassName
{
background-color: #FE5589;
}
.BgClassName
{
background-color: #FE5589;
}
</style>
border-color css
<style>
span { border-color: #FE5589; }
span { border-color: rgb(254,85,137); }
td.TdClassName
{
border-color: #FE5589;
}
.TagClassName
{
border-color: #FE5589;
}
</style>