Shades of French Rose #FE4E96
Tints of French Rose #FE4E96
RGB
CMYK
RGB Variations
Color information
#FE4E96 (or 0xFE4E96) is known color: French Rose. HEX triplet: FE, 4E and 96. RGB value is (254,78,150). Sum of RGB (Red+Green+Blue) = 254+78+150=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 78 (30.86% from 255 or 16.18% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4E96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE4E96 is #01B169. Grayscale: #8A8A8A. Windows color (decimal): -110954 or 9850622. OLE color: 9850622.
HSL color Cylindrical-coordinate representation of color #FE4E96: hue angle of 335.45º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE4E96 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 78 | 150 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.00 |
| HSL | 335.45º | 0.99% | 0.65% | - |
| HSV(B) | 335.45º | 0.69% | 1% | - |
| XYZ | 49.1 | 28.72 | 31.81 | - |
| YUV | 138.83 | 134.31 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 78 | 150 | 0 | 0.69 | 0.41 | 0.00 | 335.45 | 0.99 | 0.65 |
| Hex | FE | 4E | 96 | 0 | 45 | 29 | 0 | 14F | 63 | 41 |
| Octal | 376 | 116 | 226 | 0 | 105 | 51 | 0 | 517 | 143 | 101 |
| Binary | 11111110 | 1001110 | 10010110 | 0 | 1000101 | 101001 | 0 | 101001111 | 1100011 | 1000001 |
Color Harmonies of #FE4E96
Complementary color
Monochromatic Colors of #FE4E96
Black with #FE4E96
Text Example
Text Example
White with #FE4E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4E96; }
p { color: rgb(254,78,150); }
H1.HeaderClassName
{
color: #FE4E96;
}
.AnyTagClassName
{
color: #FE4E96;
}
</style>
background-color css
<style>
a { background-color: #FE4E96; }
a { background-color: rgb(254,78,150); }
div.DivClassName
{
background-color: #FE4E96;
}
.BgClassName
{
background-color: #FE4E96;
}
</style>
border-color css
<style>
span { border-color: #FE4E96; }
span { border-color: rgb(254,78,150); }
td.TdClassName
{
border-color: #FE4E96;
}
.TagClassName
{
border-color: #FE4E96;
}
</style>