Shades of French Rose #FF4E87
Tints of French Rose #FF4E87
RGB
CMYK
RGB Variations
Color information
#FF4E87 (or 0xFF4E87) is known color: French Rose. HEX triplet: FF, 4E and 87. RGB value is (255,78,135). Sum of RGB (Red+Green+Blue) = 255+78+135=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 78 (30.86% from 255 or 16.67% from 468); Blue value is 135 (53.12% from 255 or 28.85% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4E87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4E87 is #00B178. Grayscale: #898989. Windows color (decimal): -45433 or 8867583. OLE color: 8867583.
HSL color Cylindrical-coordinate representation of color #FF4E87: hue angle of 340.68º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF4E87 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 78 | 135 | - |
| CMYK | 0 | 0.69 | 0.47 | 0 |
| HSL | 340.68º | 1% | 0.65% | - |
| HSV(B) | 340.68º | 0.69% | 1% | - |
| XYZ | 48.34 | 28.46 | 25.87 | - |
| YUV | 137.42 | 126.64 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 78 | 135 | 0 | 0.69 | 0.47 | 0 | 340.68 | 1 | 0.65 |
| Hex | FF | 4E | 87 | 0 | 45 | 2F | 0 | 155 | 64 | 41 |
| Octal | 377 | 116 | 207 | 0 | 105 | 57 | 0 | 525 | 144 | 101 |
| Binary | 11111111 | 1001110 | 10000111 | 0 | 1000101 | 101111 | 0 | 101010101 | 1100100 | 1000001 |
Color Harmonies of #FF4E87
Complementary color
Monochromatic Colors of #FF4E87
Black with #FF4E87
Text Example
Text Example
White with #FF4E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4E87; }
p { color: rgb(255,78,135); }
H1.HeaderClassName
{
color: #FF4E87;
}
.AnyTagClassName
{
color: #FF4E87;
}
</style>
background-color css
<style>
a { background-color: #FF4E87; }
a { background-color: rgb(255,78,135); }
div.DivClassName
{
background-color: #FF4E87;
}
.BgClassName
{
background-color: #FF4E87;
}
</style>
border-color css
<style>
span { border-color: #FF4E87; }
span { border-color: rgb(255,78,135); }
td.TdClassName
{
border-color: #FF4E87;
}
.TagClassName
{
border-color: #FF4E87;
}
</style>