Shades of French Rose #FF4D88
Tints of French Rose #FF4D88
RGB
CMYK
RGB Variations
Color information
#FF4D88 (or 0xFF4D88) is known color: French Rose. HEX triplet: FF, 4D and 88. RGB value is (255,77,136). Sum of RGB (Red+Green+Blue) = 255+77+136=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 77 (30.47% from 255 or 16.45% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4D88 is #00B277. Grayscale: #888888. Windows color (decimal): -45688 or 8932863. OLE color: 8932863.
HSL color Cylindrical-coordinate representation of color #FF4D88: hue angle of 340.11º 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 #FF4D88 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 136 | - |
| CMYK | 0 | 0.70 | 0.47 | 0 |
| HSL | 340.11º | 1% | 0.65% | - |
| HSV(B) | 340.11º | 0.7% | 1% | - |
| XYZ | 48.34 | 28.35 | 26.22 | - |
| YUV | 136.95 | 127.47 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 136 | 0 | 0.70 | 0.47 | 0 | 340.11 | 1 | 0.65 |
| Hex | FF | 4D | 88 | 0 | 46 | 2F | 0 | 154 | 64 | 41 |
| Octal | 377 | 115 | 210 | 0 | 106 | 57 | 0 | 524 | 144 | 101 |
| Binary | 11111111 | 1001101 | 10001000 | 0 | 1000110 | 101111 | 0 | 101010100 | 1100100 | 1000001 |
Color Harmonies of #FF4D88
Complementary color
Monochromatic Colors of #FF4D88
Black with #FF4D88
Text Example
Text Example
White with #FF4D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D88; }
p { color: rgb(255,77,136); }
H1.HeaderClassName
{
color: #FF4D88;
}
.AnyTagClassName
{
color: #FF4D88;
}
</style>
background-color css
<style>
a { background-color: #FF4D88; }
a { background-color: rgb(255,77,136); }
div.DivClassName
{
background-color: #FF4D88;
}
.BgClassName
{
background-color: #FF4D88;
}
</style>
border-color css
<style>
span { border-color: #FF4D88; }
span { border-color: rgb(255,77,136); }
td.TdClassName
{
border-color: #FF4D88;
}
.TagClassName
{
border-color: #FF4D88;
}
</style>