Shades of French Rose #FF4D87
Tints of French Rose #FF4D87
RGB
CMYK
RGB Variations
Color information
#FF4D87 (or 0xFF4D87) is known color: French Rose. HEX triplet: FF, 4D and 87. RGB value is (255,77,135). Sum of RGB (Red+Green+Blue) = 255+77+135=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 77 (30.47% from 255 or 16.49% from 467); Blue value is 135 (53.12% from 255 or 28.91% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4D87 is #00B278. Grayscale: #888888. Windows color (decimal): -45689 or 8867327. OLE color: 8867327.
HSL color Cylindrical-coordinate representation of color #FF4D87: hue angle of 340.45º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF4D87 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 135 | - |
| CMYK | 0 | 0.70 | 0.47 | 0 |
| HSL | 340.45º | 1% | 0.65% | - |
| HSV(B) | 340.45º | 0.7% | 1% | - |
| XYZ | 48.27 | 28.32 | 25.84 | - |
| YUV | 136.83 | 126.97 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 135 | 0 | 0.70 | 0.47 | 0 | 340.45 | 1 | 0.65 |
| Hex | FF | 4D | 87 | 0 | 46 | 2F | 0 | 154 | 64 | 41 |
| Octal | 377 | 115 | 207 | 0 | 106 | 57 | 0 | 524 | 144 | 101 |
| Binary | 11111111 | 1001101 | 10000111 | 0 | 1000110 | 101111 | 0 | 101010100 | 1100100 | 1000001 |
Color Harmonies of #FF4D87
Complementary color
Monochromatic Colors of #FF4D87
Black with #FF4D87
Text Example
Text Example
White with #FF4D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D87; }
p { color: rgb(255,77,135); }
H1.HeaderClassName
{
color: #FF4D87;
}
.AnyTagClassName
{
color: #FF4D87;
}
</style>
background-color css
<style>
a { background-color: #FF4D87; }
a { background-color: rgb(255,77,135); }
div.DivClassName
{
background-color: #FF4D87;
}
.BgClassName
{
background-color: #FF4D87;
}
</style>
border-color css
<style>
span { border-color: #FF4D87; }
span { border-color: rgb(255,77,135); }
td.TdClassName
{
border-color: #FF4D87;
}
.TagClassName
{
border-color: #FF4D87;
}
</style>