Shades of French Rose #FF4D90
Tints of French Rose #FF4D90
RGB
CMYK
RGB Variations
Color information
#FF4D90 (or 0xFF4D90) is known color: French Rose. HEX triplet: FF, 4D and 90. RGB value is (255,77,144). Sum of RGB (Red+Green+Blue) = 255+77+144=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 77 (30.47% from 255 or 16.18% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4D90 is #00B26F. Grayscale: #898989. Windows color (decimal): -45680 or 9457151. OLE color: 9457151.
HSL color Cylindrical-coordinate representation of color #FF4D90: hue angle of 337.42º 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 #FF4D90 is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 144 | - |
| CMYK | 0 | 0.70 | 0.44 | 0 |
| HSL | 337.42º | 1% | 0.65% | - |
| HSV(B) | 337.42º | 0.7% | 1% | - |
| XYZ | 48.93 | 28.58 | 29.32 | - |
| YUV | 137.86 | 131.47 | 211.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 144 | 0 | 0.70 | 0.44 | 0 | 337.42 | 1 | 0.65 |
| Hex | FF | 4D | 90 | 0 | 46 | 2C | 0 | 151 | 64 | 41 |
| Octal | 377 | 115 | 220 | 0 | 106 | 54 | 0 | 521 | 144 | 101 |
| Binary | 11111111 | 1001101 | 10010000 | 0 | 1000110 | 101100 | 0 | 101010001 | 1100100 | 1000001 |
Color Harmonies of #FF4D90
Complementary color
Monochromatic Colors of #FF4D90
Black with #FF4D90
Text Example
Text Example
White with #FF4D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D90; }
p { color: rgb(255,77,144); }
H1.HeaderClassName
{
color: #FF4D90;
}
.AnyTagClassName
{
color: #FF4D90;
}
</style>
background-color css
<style>
a { background-color: #FF4D90; }
a { background-color: rgb(255,77,144); }
div.DivClassName
{
background-color: #FF4D90;
}
.BgClassName
{
background-color: #FF4D90;
}
</style>
border-color css
<style>
span { border-color: #FF4D90; }
span { border-color: rgb(255,77,144); }
td.TdClassName
{
border-color: #FF4D90;
}
.TagClassName
{
border-color: #FF4D90;
}
</style>