Shades of French Rose #FF4D8D
Tints of French Rose #FF4D8D
RGB
CMYK
RGB Variations
Color information
#FF4D8D (or 0xFF4D8D) is known color: French Rose. HEX triplet: FF, 4D and 8D. RGB value is (255,77,141). Sum of RGB (Red+Green+Blue) = 255+77+141=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 77 (30.47% from 255 or 16.28% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4D8D is #00B272. Grayscale: #898989. Windows color (decimal): -45683 or 9260543. OLE color: 9260543.
HSL color Cylindrical-coordinate representation of color #FF4D8D: hue angle of 338.43º 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 #FF4D8D is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 141 | - |
| CMYK | 0 | 0.70 | 0.45 | 0 |
| HSL | 338.43º | 1% | 0.65% | - |
| HSV(B) | 338.43º | 0.7% | 1% | - |
| XYZ | 48.7 | 28.49 | 28.13 | - |
| YUV | 137.52 | 129.97 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 141 | 0 | 0.70 | 0.45 | 0 | 338.43 | 1 | 0.65 |
| Hex | FF | 4D | 8D | 0 | 46 | 2D | 0 | 152 | 64 | 41 |
| Octal | 377 | 115 | 215 | 0 | 106 | 55 | 0 | 522 | 144 | 101 |
| Binary | 11111111 | 1001101 | 10001101 | 0 | 1000110 | 101101 | 0 | 101010010 | 1100100 | 1000001 |
Color Harmonies of #FF4D8D
Complementary color
Monochromatic Colors of #FF4D8D
Black with #FF4D8D
Text Example
Text Example
White with #FF4D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D8D; }
p { color: rgb(255,77,141); }
H1.HeaderClassName
{
color: #FF4D8D;
}
.AnyTagClassName
{
color: #FF4D8D;
}
</style>
background-color css
<style>
a { background-color: #FF4D8D; }
a { background-color: rgb(255,77,141); }
div.DivClassName
{
background-color: #FF4D8D;
}
.BgClassName
{
background-color: #FF4D8D;
}
</style>
border-color css
<style>
span { border-color: #FF4D8D; }
span { border-color: rgb(255,77,141); }
td.TdClassName
{
border-color: #FF4D8D;
}
.TagClassName
{
border-color: #FF4D8D;
}
</style>