Shades of French Rose #FF4D8B
Tints of French Rose #FF4D8B
RGB
CMYK
RGB Variations
Color information
#FF4D8B (or 0xFF4D8B) is known color: French Rose. HEX triplet: FF, 4D and 8B. RGB value is (255,77,139). Sum of RGB (Red+Green+Blue) = 255+77+139=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 77 (30.47% from 255 or 16.35% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4D8B is #00B274. Grayscale: #898989. Windows color (decimal): -45685 or 9129471. OLE color: 9129471.
HSL color Cylindrical-coordinate representation of color #FF4D8B: hue angle of 339.1º 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 #FF4D8B is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 139 | - |
| CMYK | 0 | 0.70 | 0.45 | 0 |
| HSL | 339.1º | 1% | 0.65% | - |
| HSV(B) | 339.1º | 0.7% | 1% | - |
| XYZ | 48.55 | 28.43 | 27.35 | - |
| YUV | 137.29 | 128.97 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 139 | 0 | 0.70 | 0.45 | 0 | 339.1 | 1 | 0.65 |
| Hex | FF | 4D | 8B | 0 | 46 | 2D | 0 | 153 | 64 | 41 |
| Octal | 377 | 115 | 213 | 0 | 106 | 55 | 0 | 523 | 144 | 101 |
| Binary | 11111111 | 1001101 | 10001011 | 0 | 1000110 | 101101 | 0 | 101010011 | 1100100 | 1000001 |
Color Harmonies of #FF4D8B
Complementary color
Monochromatic Colors of #FF4D8B
Black with #FF4D8B
Text Example
Text Example
White with #FF4D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D8B; }
p { color: rgb(255,77,139); }
H1.HeaderClassName
{
color: #FF4D8B;
}
.AnyTagClassName
{
color: #FF4D8B;
}
</style>
background-color css
<style>
a { background-color: #FF4D8B; }
a { background-color: rgb(255,77,139); }
div.DivClassName
{
background-color: #FF4D8B;
}
.BgClassName
{
background-color: #FF4D8B;
}
</style>
border-color css
<style>
span { border-color: #FF4D8B; }
span { border-color: rgb(255,77,139); }
td.TdClassName
{
border-color: #FF4D8B;
}
.TagClassName
{
border-color: #FF4D8B;
}
</style>