Shades of French Rose #FF4D7F
Tints of French Rose #FF4D7F
RGB
CMYK
RGB Variations
Color information
#FF4D7F (or 0xFF4D7F) is known color: French Rose. HEX triplet: FF, 4D and 7F. RGB value is (255,77,127). Sum of RGB (Red+Green+Blue) = 255+77+127=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF4D7F is #00B280. Grayscale: #878787. Windows color (decimal): -45697 or 8343039. OLE color: 8343039.
HSL color Cylindrical-coordinate representation of color #FF4D7F: hue angle of 343.15º 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 #FF4D7F is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 127 | - |
| CMYK | 0 | 0.70 | 0.50 | 0 |
| HSL | 343.15º | 1% | 0.65% | - |
| HSV(B) | 343.15º | 0.7% | 1% | - |
| XYZ | 47.72 | 28.1 | 22.99 | - |
| YUV | 135.92 | 122.97 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 127 | 0 | 0.70 | 0.50 | 0 | 343.15 | 1 | 0.65 |
| Hex | FF | 4D | 7F | 0 | 46 | 32 | 0 | 157 | 64 | 41 |
| Octal | 377 | 115 | 177 | 0 | 106 | 62 | 0 | 527 | 144 | 101 |
| Binary | 11111111 | 1001101 | 1111111 | 0 | 1000110 | 110010 | 0 | 101010111 | 1100100 | 1000001 |
Color Harmonies of #FF4D7F
Complementary color
Monochromatic Colors of #FF4D7F
Black with #FF4D7F
Text Example
Text Example
White with #FF4D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D7F; }
p { color: rgb(255,77,127); }
H1.HeaderClassName
{
color: #FF4D7F;
}
.AnyTagClassName
{
color: #FF4D7F;
}
</style>
background-color css
<style>
a { background-color: #FF4D7F; }
a { background-color: rgb(255,77,127); }
div.DivClassName
{
background-color: #FF4D7F;
}
.BgClassName
{
background-color: #FF4D7F;
}
</style>
border-color css
<style>
span { border-color: #FF4D7F; }
span { border-color: rgb(255,77,127); }
td.TdClassName
{
border-color: #FF4D7F;
}
.TagClassName
{
border-color: #FF4D7F;
}
</style>