Shades of French Rose #FF4E85
Tints of French Rose #FF4E85
RGB
CMYK
RGB Variations
Color information
#FF4E85 (or 0xFF4E85) is known color: French Rose. HEX triplet: FF, 4E and 85. RGB value is (255,78,133). Sum of RGB (Red+Green+Blue) = 255+78+133=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 78 (30.86% from 255 or 16.74% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4E85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4E85 is #00B17A. Grayscale: #898989. Windows color (decimal): -45435 or 8736511. OLE color: 8736511.
HSL color Cylindrical-coordinate representation of color #FF4E85: hue angle of 341.36º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF4E85 is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 78 | 133 | - |
| CMYK | 0 | 0.69 | 0.48 | 0 |
| HSL | 341.36º | 1% | 0.65% | - |
| HSV(B) | 341.36º | 0.69% | 1% | - |
| XYZ | 48.2 | 28.4 | 25.13 | - |
| YUV | 137.19 | 125.64 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 78 | 133 | 0 | 0.69 | 0.48 | 0 | 341.36 | 1 | 0.65 |
| Hex | FF | 4E | 85 | 0 | 45 | 30 | 0 | 155 | 64 | 41 |
| Octal | 377 | 116 | 205 | 0 | 105 | 60 | 0 | 525 | 144 | 101 |
| Binary | 11111111 | 1001110 | 10000101 | 0 | 1000101 | 110000 | 0 | 101010101 | 1100100 | 1000001 |
Color Harmonies of #FF4E85
Complementary color
Monochromatic Colors of #FF4E85
Black with #FF4E85
Text Example
Text Example
White with #FF4E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4E85; }
p { color: rgb(255,78,133); }
H1.HeaderClassName
{
color: #FF4E85;
}
.AnyTagClassName
{
color: #FF4E85;
}
</style>
background-color css
<style>
a { background-color: #FF4E85; }
a { background-color: rgb(255,78,133); }
div.DivClassName
{
background-color: #FF4E85;
}
.BgClassName
{
background-color: #FF4E85;
}
</style>
border-color css
<style>
span { border-color: #FF4E85; }
span { border-color: rgb(255,78,133); }
td.TdClassName
{
border-color: #FF4E85;
}
.TagClassName
{
border-color: #FF4E85;
}
</style>