Shades of French Rose #FF4D95
Tints of French Rose #FF4D95
RGB
CMYK
RGB Variations
Color information
#FF4D95 (or 0xFF4D95) is known color: French Rose. HEX triplet: FF, 4D and 95. RGB value is (255,77,149). Sum of RGB (Red+Green+Blue) = 255+77+149=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 77 (30.47% from 255 or 16.01% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4D95 is #00B26A. Grayscale: #8A8A8A. Windows color (decimal): -45675 or 9784831. OLE color: 9784831.
HSL color Cylindrical-coordinate representation of color #FF4D95: hue angle of 335.73º 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 #FF4D95 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 149 | - |
| CMYK | 0 | 0.70 | 0.42 | 0 |
| HSL | 335.73º | 1% | 0.65% | - |
| HSV(B) | 335.73º | 0.7% | 1% | - |
| XYZ | 49.32 | 28.74 | 31.38 | - |
| YUV | 138.43 | 133.97 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 149 | 0 | 0.70 | 0.42 | 0 | 335.73 | 1 | 0.65 |
| Hex | FF | 4D | 95 | 0 | 46 | 2A | 0 | 150 | 64 | 41 |
| Octal | 377 | 115 | 225 | 0 | 106 | 52 | 0 | 520 | 144 | 101 |
| Binary | 11111111 | 1001101 | 10010101 | 0 | 1000110 | 101010 | 0 | 101010000 | 1100100 | 1000001 |
Color Harmonies of #FF4D95
Complementary color
Monochromatic Colors of #FF4D95
Black with #FF4D95
Text Example
Text Example
White with #FF4D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D95; }
p { color: rgb(255,77,149); }
H1.HeaderClassName
{
color: #FF4D95;
}
.AnyTagClassName
{
color: #FF4D95;
}
</style>
background-color css
<style>
a { background-color: #FF4D95; }
a { background-color: rgb(255,77,149); }
div.DivClassName
{
background-color: #FF4D95;
}
.BgClassName
{
background-color: #FF4D95;
}
</style>
border-color css
<style>
span { border-color: #FF4D95; }
span { border-color: rgb(255,77,149); }
td.TdClassName
{
border-color: #FF4D95;
}
.TagClassName
{
border-color: #FF4D95;
}
</style>