Shades of French Rose #FE4E87
Tints of French Rose #FE4E87
RGB
CMYK
RGB Variations
Color information
#FE4E87 (or 0xFE4E87) is known color: French Rose. HEX triplet: FE, 4E and 87. RGB value is (254,78,135). Sum of RGB (Red+Green+Blue) = 254+78+135=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 78 (30.86% from 255 or 16.70% from 467); Blue value is 135 (53.12% from 255 or 28.91% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4E87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE4E87 is #01B178. Grayscale: #898989. Windows color (decimal): -110969 or 8867582. OLE color: 8867582.
HSL color Cylindrical-coordinate representation of color #FE4E87: hue angle of 340.57º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE4E87 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 78 | 135 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.00 |
| HSL | 340.57º | 0.99% | 0.65% | - |
| HSV(B) | 340.57º | 0.69% | 1% | - |
| XYZ | 47.97 | 28.27 | 25.85 | - |
| YUV | 137.12 | 126.81 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 78 | 135 | 0 | 0.69 | 0.47 | 0.00 | 340.57 | 0.99 | 0.65 |
| Hex | FE | 4E | 87 | 0 | 45 | 2F | 0 | 155 | 63 | 41 |
| Octal | 376 | 116 | 207 | 0 | 105 | 57 | 0 | 525 | 143 | 101 |
| Binary | 11111110 | 1001110 | 10000111 | 0 | 1000101 | 101111 | 0 | 101010101 | 1100011 | 1000001 |
Color Harmonies of #FE4E87
Complementary color
Monochromatic Colors of #FE4E87
Black with #FE4E87
Text Example
Text Example
White with #FE4E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4E87; }
p { color: rgb(254,78,135); }
H1.HeaderClassName
{
color: #FE4E87;
}
.AnyTagClassName
{
color: #FE4E87;
}
</style>
background-color css
<style>
a { background-color: #FE4E87; }
a { background-color: rgb(254,78,135); }
div.DivClassName
{
background-color: #FE4E87;
}
.BgClassName
{
background-color: #FE4E87;
}
</style>
border-color css
<style>
span { border-color: #FE4E87; }
span { border-color: rgb(254,78,135); }
td.TdClassName
{
border-color: #FE4E87;
}
.TagClassName
{
border-color: #FE4E87;
}
</style>