Shades of French Rose #FE5590
Tints of French Rose #FE5590
RGB
CMYK
RGB Variations
Color information
#FE5590 (or 0xFE5590) is known color: French Rose. HEX triplet: FE, 55 and 90. RGB value is (254,85,144). Sum of RGB (Red+Green+Blue) = 254+85+144=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5590 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5590 is #01AA6F. Grayscale: #8E8E8E. Windows color (decimal): -109168 or 9459198. OLE color: 9459198.
HSL color Cylindrical-coordinate representation of color #FE5590: hue angle of 339.05º 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 #FE5590 is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 144 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.00 |
| HSL | 339.05º | 0.99% | 0.66% | - |
| HSV(B) | 339.05º | 0.67% | 1% | - |
| XYZ | 49.16 | 29.58 | 29.5 | - |
| YUV | 142.26 | 128.99 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 144 | 0 | 0.67 | 0.43 | 0.00 | 339.05 | 0.99 | 0.66 |
| Hex | FE | 55 | 90 | 0 | 43 | 2B | 0 | 153 | 63 | 42 |
| Octal | 376 | 125 | 220 | 0 | 103 | 53 | 0 | 523 | 143 | 102 |
| Binary | 11111110 | 1010101 | 10010000 | 0 | 1000011 | 101011 | 0 | 101010011 | 1100011 | 1000010 |
Color Harmonies of #FE5590
Complementary color
Monochromatic Colors of #FE5590
Black with #FE5590
Text Example
Text Example
White with #FE5590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5590; }
p { color: rgb(254,85,144); }
H1.HeaderClassName
{
color: #FE5590;
}
.AnyTagClassName
{
color: #FE5590;
}
</style>
background-color css
<style>
a { background-color: #FE5590; }
a { background-color: rgb(254,85,144); }
div.DivClassName
{
background-color: #FE5590;
}
.BgClassName
{
background-color: #FE5590;
}
</style>
border-color css
<style>
span { border-color: #FE5590; }
span { border-color: rgb(254,85,144); }
td.TdClassName
{
border-color: #FE5590;
}
.TagClassName
{
border-color: #FE5590;
}
</style>