Shades of French Rose #FF4D86
Tints of French Rose #FF4D86
RGB
CMYK
RGB Variations
Color information
#FF4D86 (or 0xFF4D86) is known color: French Rose. HEX triplet: FF, 4D and 86. RGB value is (255,77,134). Sum of RGB (Red+Green+Blue) = 255+77+134=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 77 (30.47% from 255 or 16.52% from 466); Blue value is 134 (52.73% from 255 or 28.76% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4D86 is #00B279. Grayscale: #888888. Windows color (decimal): -45690 or 8801791. OLE color: 8801791.
HSL color Cylindrical-coordinate representation of color #FF4D86: hue angle of 340.79º 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 #FF4D86 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 134 | - |
| CMYK | 0 | 0.70 | 0.47 | 0 |
| HSL | 340.79º | 1% | 0.65% | - |
| HSV(B) | 340.79º | 0.7% | 1% | - |
| XYZ | 48.2 | 28.29 | 25.47 | - |
| YUV | 136.72 | 126.47 | 212.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 134 | 0 | 0.70 | 0.47 | 0 | 340.79 | 1 | 0.65 |
| Hex | FF | 4D | 86 | 0 | 46 | 2F | 0 | 155 | 64 | 41 |
| Octal | 377 | 115 | 206 | 0 | 106 | 57 | 0 | 525 | 144 | 101 |
| Binary | 11111111 | 1001101 | 10000110 | 0 | 1000110 | 101111 | 0 | 101010101 | 1100100 | 1000001 |
Color Harmonies of #FF4D86
Complementary color
Monochromatic Colors of #FF4D86
Black with #FF4D86
Text Example
Text Example
White with #FF4D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D86; }
p { color: rgb(255,77,134); }
H1.HeaderClassName
{
color: #FF4D86;
}
.AnyTagClassName
{
color: #FF4D86;
}
</style>
background-color css
<style>
a { background-color: #FF4D86; }
a { background-color: rgb(255,77,134); }
div.DivClassName
{
background-color: #FF4D86;
}
.BgClassName
{
background-color: #FF4D86;
}
</style>
border-color css
<style>
span { border-color: #FF4D86; }
span { border-color: rgb(255,77,134); }
td.TdClassName
{
border-color: #FF4D86;
}
.TagClassName
{
border-color: #FF4D86;
}
</style>