Shades of French Rose #FF4D83
Tints of French Rose #FF4D83
RGB
CMYK
RGB Variations
Color information
#FF4D83 (or 0xFF4D83) is known color: French Rose. HEX triplet: FF, 4D and 83. RGB value is (255,77,131). Sum of RGB (Red+Green+Blue) = 255+77+131=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 77 (30.47% from 255 or 16.63% from 463); Blue value is 131 (51.56% from 255 or 28.29% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4D83 is #00B27C. Grayscale: #888888. Windows color (decimal): -45693 or 8605183. OLE color: 8605183.
HSL color Cylindrical-coordinate representation of color #FF4D83: hue angle of 341.8º 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 #FF4D83 is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 131 | - |
| CMYK | 0 | 0.70 | 0.49 | 0 |
| HSL | 341.8º | 1% | 0.65% | - |
| HSV(B) | 341.8º | 0.7% | 1% | - |
| XYZ | 47.99 | 28.21 | 24.39 | - |
| YUV | 136.38 | 124.97 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 131 | 0 | 0.70 | 0.49 | 0 | 341.8 | 1 | 0.65 |
| Hex | FF | 4D | 83 | 0 | 46 | 31 | 0 | 156 | 64 | 41 |
| Octal | 377 | 115 | 203 | 0 | 106 | 61 | 0 | 526 | 144 | 101 |
| Binary | 11111111 | 1001101 | 10000011 | 0 | 1000110 | 110001 | 0 | 101010110 | 1100100 | 1000001 |
Color Harmonies of #FF4D83
Complementary color
Monochromatic Colors of #FF4D83
Black with #FF4D83
Text Example
Text Example
White with #FF4D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D83; }
p { color: rgb(255,77,131); }
H1.HeaderClassName
{
color: #FF4D83;
}
.AnyTagClassName
{
color: #FF4D83;
}
</style>
background-color css
<style>
a { background-color: #FF4D83; }
a { background-color: rgb(255,77,131); }
div.DivClassName
{
background-color: #FF4D83;
}
.BgClassName
{
background-color: #FF4D83;
}
</style>
border-color css
<style>
span { border-color: #FF4D83; }
span { border-color: rgb(255,77,131); }
td.TdClassName
{
border-color: #FF4D83;
}
.TagClassName
{
border-color: #FF4D83;
}
</style>