Shades of French Rose #FF4E81
Tints of French Rose #FF4E81
RGB
CMYK
RGB Variations
Color information
#FF4E81 (or 0xFF4E81) is known color: French Rose. HEX triplet: FF, 4E and 81. RGB value is (255,78,129). Sum of RGB (Red+Green+Blue) = 255+78+129=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 78 (30.86% from 255 or 16.88% from 462); Blue value is 129 (50.78% from 255 or 27.92% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4E81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4E81 is #00B17E. Grayscale: #888888. Windows color (decimal): -45439 or 8474367. OLE color: 8474367.
HSL color Cylindrical-coordinate representation of color #FF4E81: hue angle of 342.71º 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 #FF4E81 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 78 | 129 | - |
| CMYK | 0 | 0.69 | 0.49 | 0 |
| HSL | 342.71º | 1% | 0.65% | - |
| HSV(B) | 342.71º | 0.69% | 1% | - |
| XYZ | 47.93 | 28.29 | 23.7 | - |
| YUV | 136.74 | 123.64 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 78 | 129 | 0 | 0.69 | 0.49 | 0 | 342.71 | 1 | 0.65 |
| Hex | FF | 4E | 81 | 0 | 45 | 31 | 0 | 157 | 64 | 41 |
| Octal | 377 | 116 | 201 | 0 | 105 | 61 | 0 | 527 | 144 | 101 |
| Binary | 11111111 | 1001110 | 10000001 | 0 | 1000101 | 110001 | 0 | 101010111 | 1100100 | 1000001 |
Color Harmonies of #FF4E81
Complementary color
Monochromatic Colors of #FF4E81
Black with #FF4E81
Text Example
Text Example
White with #FF4E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4E81; }
p { color: rgb(255,78,129); }
H1.HeaderClassName
{
color: #FF4E81;
}
.AnyTagClassName
{
color: #FF4E81;
}
</style>
background-color css
<style>
a { background-color: #FF4E81; }
a { background-color: rgb(255,78,129); }
div.DivClassName
{
background-color: #FF4E81;
}
.BgClassName
{
background-color: #FF4E81;
}
</style>
border-color css
<style>
span { border-color: #FF4E81; }
span { border-color: rgb(255,78,129); }
td.TdClassName
{
border-color: #FF4E81;
}
.TagClassName
{
border-color: #FF4E81;
}
</style>