Shades of French Rose #FE5790
Tints of French Rose #FE5790
RGB
CMYK
RGB Variations
Color information
#FE5790 (or 0xFE5790) is known color: French Rose. HEX triplet: FE, 57 and 90. RGB value is (254,87,144). Sum of RGB (Red+Green+Blue) = 254+87+144=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 87 (34.38% from 255 or 17.94% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5790 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5790 is #01A86F. Grayscale: #8F8F8F. Windows color (decimal): -108656 or 9459710. OLE color: 9459710.
HSL color Cylindrical-coordinate representation of color #FE5790: hue angle of 339.52º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FE5790 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 87 | 144 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.00 |
| HSL | 339.52º | 0.99% | 0.67% | - |
| HSV(B) | 339.52º | 0.66% | 1% | - |
| XYZ | 49.32 | 29.9 | 29.56 | - |
| YUV | 143.43 | 128.33 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 87 | 144 | 0 | 0.66 | 0.43 | 0.00 | 339.52 | 0.99 | 0.67 |
| Hex | FE | 57 | 90 | 0 | 42 | 2B | 0 | 154 | 63 | 43 |
| Octal | 376 | 127 | 220 | 0 | 102 | 53 | 0 | 524 | 143 | 103 |
| Binary | 11111110 | 1010111 | 10010000 | 0 | 1000010 | 101011 | 0 | 101010100 | 1100011 | 1000011 |
Color Harmonies of #FE5790
Complementary color
Monochromatic Colors of #FE5790
Black with #FE5790
Text Example
Text Example
White with #FE5790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5790; }
p { color: rgb(254,87,144); }
H1.HeaderClassName
{
color: #FE5790;
}
.AnyTagClassName
{
color: #FE5790;
}
</style>
background-color css
<style>
a { background-color: #FE5790; }
a { background-color: rgb(254,87,144); }
div.DivClassName
{
background-color: #FE5790;
}
.BgClassName
{
background-color: #FE5790;
}
</style>
border-color css
<style>
span { border-color: #FE5790; }
span { border-color: rgb(254,87,144); }
td.TdClassName
{
border-color: #FE5790;
}
.TagClassName
{
border-color: #FE5790;
}
</style>