Shades of French Rose #FF4D93
Tints of French Rose #FF4D93
RGB
CMYK
RGB Variations
Color information
#FF4D93 (or 0xFF4D93) is known color: French Rose. HEX triplet: FF, 4D and 93. RGB value is (255,77,147). Sum of RGB (Red+Green+Blue) = 255+77+147=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 77 (30.47% from 255 or 16.08% from 479); Blue value is 147 (57.81% from 255 or 30.69% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4D93 is #00B26C. Grayscale: #8A8A8A. Windows color (decimal): -45677 or 9653759. OLE color: 9653759.
HSL color Cylindrical-coordinate representation of color #FF4D93: hue angle of 336.4º 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 #FF4D93 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 147 | - |
| CMYK | 0 | 0.70 | 0.42 | 0 |
| HSL | 336.4º | 1% | 0.65% | - |
| HSV(B) | 336.4º | 0.7% | 1% | - |
| XYZ | 49.16 | 28.67 | 30.55 | - |
| YUV | 138.2 | 132.97 | 211.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 147 | 0 | 0.70 | 0.42 | 0 | 336.4 | 1 | 0.65 |
| Hex | FF | 4D | 93 | 0 | 46 | 2A | 0 | 150 | 64 | 41 |
| Octal | 377 | 115 | 223 | 0 | 106 | 52 | 0 | 520 | 144 | 101 |
| Binary | 11111111 | 1001101 | 10010011 | 0 | 1000110 | 101010 | 0 | 101010000 | 1100100 | 1000001 |
Color Harmonies of #FF4D93
Complementary color
Monochromatic Colors of #FF4D93
Black with #FF4D93
Text Example
Text Example
White with #FF4D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D93; }
p { color: rgb(255,77,147); }
H1.HeaderClassName
{
color: #FF4D93;
}
.AnyTagClassName
{
color: #FF4D93;
}
</style>
background-color css
<style>
a { background-color: #FF4D93; }
a { background-color: rgb(255,77,147); }
div.DivClassName
{
background-color: #FF4D93;
}
.BgClassName
{
background-color: #FF4D93;
}
</style>
border-color css
<style>
span { border-color: #FF4D93; }
span { border-color: rgb(255,77,147); }
td.TdClassName
{
border-color: #FF4D93;
}
.TagClassName
{
border-color: #FF4D93;
}
</style>