Shades of French Rose #FE4D96
Tints of French Rose #FE4D96
RGB
CMYK
RGB Variations
Color information
#FE4D96 (or 0xFE4D96) is known color: French Rose. HEX triplet: FE, 4D and 96. RGB value is (254,77,150). Sum of RGB (Red+Green+Blue) = 254+77+150=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 77 (30.47% from 255 or 16.01% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE4D96 is #01B269. Grayscale: #8A8A8A. Windows color (decimal): -111210 or 9850366. OLE color: 9850366.
HSL color Cylindrical-coordinate representation of color #FE4D96: hue angle of 335.25º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4D96 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 150 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.00 |
| HSL | 335.25º | 0.99% | 0.65% | - |
| HSV(B) | 335.25º | 0.7% | 1% | - |
| XYZ | 49.03 | 28.58 | 31.79 | - |
| YUV | 138.25 | 134.64 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 150 | 0 | 0.70 | 0.41 | 0.00 | 335.25 | 0.99 | 0.65 |
| Hex | FE | 4D | 96 | 0 | 46 | 29 | 0 | 14F | 63 | 41 |
| Octal | 376 | 115 | 226 | 0 | 106 | 51 | 0 | 517 | 143 | 101 |
| Binary | 11111110 | 1001101 | 10010110 | 0 | 1000110 | 101001 | 0 | 101001111 | 1100011 | 1000001 |
Color Harmonies of #FE4D96
Complementary color
Monochromatic Colors of #FE4D96
Black with #FE4D96
Text Example
Text Example
White with #FE4D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D96; }
p { color: rgb(254,77,150); }
H1.HeaderClassName
{
color: #FE4D96;
}
.AnyTagClassName
{
color: #FE4D96;
}
</style>
background-color css
<style>
a { background-color: #FE4D96; }
a { background-color: rgb(254,77,150); }
div.DivClassName
{
background-color: #FE4D96;
}
.BgClassName
{
background-color: #FE4D96;
}
</style>
border-color css
<style>
span { border-color: #FE4D96; }
span { border-color: rgb(254,77,150); }
td.TdClassName
{
border-color: #FE4D96;
}
.TagClassName
{
border-color: #FE4D96;
}
</style>