Shades of French Rose #FF4E83
Tints of French Rose #FF4E83
RGB
CMYK
RGB Variations
Color information
#FF4E83 (or 0xFF4E83) is known color: French Rose. HEX triplet: FF, 4E and 83. RGB value is (255,78,131). Sum of RGB (Red+Green+Blue) = 255+78+131=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 78 (30.86% from 255 or 16.81% from 464); Blue value is 131 (51.56% from 255 or 28.23% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4E83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4E83 is #00B17C. Grayscale: #888888. Windows color (decimal): -45437 or 8605439. OLE color: 8605439.
HSL color Cylindrical-coordinate representation of color #FF4E83: hue angle of 342.03º 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 #FF4E83 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 78 | 131 | - |
| CMYK | 0 | 0.69 | 0.49 | 0 |
| HSL | 342.03º | 1% | 0.65% | - |
| HSV(B) | 342.03º | 0.69% | 1% | - |
| XYZ | 48.06 | 28.35 | 24.41 | - |
| YUV | 136.97 | 124.64 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 78 | 131 | 0 | 0.69 | 0.49 | 0 | 342.03 | 1 | 0.65 |
| Hex | FF | 4E | 83 | 0 | 45 | 31 | 0 | 156 | 64 | 41 |
| Octal | 377 | 116 | 203 | 0 | 105 | 61 | 0 | 526 | 144 | 101 |
| Binary | 11111111 | 1001110 | 10000011 | 0 | 1000101 | 110001 | 0 | 101010110 | 1100100 | 1000001 |
Color Harmonies of #FF4E83
Complementary color
Monochromatic Colors of #FF4E83
Black with #FF4E83
Text Example
Text Example
White with #FF4E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4E83; }
p { color: rgb(255,78,131); }
H1.HeaderClassName
{
color: #FF4E83;
}
.AnyTagClassName
{
color: #FF4E83;
}
</style>
background-color css
<style>
a { background-color: #FF4E83; }
a { background-color: rgb(255,78,131); }
div.DivClassName
{
background-color: #FF4E83;
}
.BgClassName
{
background-color: #FF4E83;
}
</style>
border-color css
<style>
span { border-color: #FF4E83; }
span { border-color: rgb(255,78,131); }
td.TdClassName
{
border-color: #FF4E83;
}
.TagClassName
{
border-color: #FF4E83;
}
</style>