Shades of French Rose #FF4D96
Tints of French Rose #FF4D96
RGB
CMYK
RGB Variations
Color information
#FF4D96 (or 0xFF4D96) is known color: French Rose. HEX triplet: FF, 4D and 96. RGB value is (255,77,150). Sum of RGB (Red+Green+Blue) = 255+77+150=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 77 (30.47% from 255 or 15.98% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4D96 is #00B269. Grayscale: #8A8A8A. Windows color (decimal): -45674 or 9850367. OLE color: 9850367.
HSL color Cylindrical-coordinate representation of color #FF4D96: hue angle of 335.39º 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 #FF4D96 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 150 | - |
| CMYK | 0 | 0.70 | 0.41 | 0 |
| HSL | 335.39º | 1% | 0.65% | - |
| HSV(B) | 335.39º | 0.7% | 1% | - |
| XYZ | 49.4 | 28.77 | 31.8 | - |
| YUV | 138.54 | 134.47 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 150 | 0 | 0.70 | 0.41 | 0 | 335.39 | 1 | 0.65 |
| Hex | FF | 4D | 96 | 0 | 46 | 29 | 0 | 14F | 64 | 41 |
| Octal | 377 | 115 | 226 | 0 | 106 | 51 | 0 | 517 | 144 | 101 |
| Binary | 11111111 | 1001101 | 10010110 | 0 | 1000110 | 101001 | 0 | 101001111 | 1100100 | 1000001 |
Color Harmonies of #FF4D96
Complementary color
Monochromatic Colors of #FF4D96
Black with #FF4D96
Text Example
Text Example
White with #FF4D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D96; }
p { color: rgb(255,77,150); }
H1.HeaderClassName
{
color: #FF4D96;
}
.AnyTagClassName
{
color: #FF4D96;
}
</style>
background-color css
<style>
a { background-color: #FF4D96; }
a { background-color: rgb(255,77,150); }
div.DivClassName
{
background-color: #FF4D96;
}
.BgClassName
{
background-color: #FF4D96;
}
</style>
border-color css
<style>
span { border-color: #FF4D96; }
span { border-color: rgb(255,77,150); }
td.TdClassName
{
border-color: #FF4D96;
}
.TagClassName
{
border-color: #FF4D96;
}
</style>