Shades of French Rose #FE4D94
Tints of French Rose #FE4D94
RGB
CMYK
RGB Variations
Color information
#FE4D94 (or 0xFE4D94) is known color: French Rose. HEX triplet: FE, 4D and 94. RGB value is (254,77,148). Sum of RGB (Red+Green+Blue) = 254+77+148=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 77 (30.47% from 255 or 16.08% from 479); Blue value is 148 (58.20% from 255 or 30.90% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE4D94 is #01B26B. Grayscale: #898989. Windows color (decimal): -111212 or 9719294. OLE color: 9719294.
HSL color Cylindrical-coordinate representation of color #FE4D94: hue angle of 335.93º 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 #FE4D94 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 148 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.00 |
| HSL | 335.93º | 0.99% | 0.65% | - |
| HSV(B) | 335.93º | 0.7% | 1% | - |
| XYZ | 48.87 | 28.52 | 30.95 | - |
| YUV | 138.02 | 133.64 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 148 | 0 | 0.70 | 0.42 | 0.00 | 335.93 | 0.99 | 0.65 |
| Hex | FE | 4D | 94 | 0 | 46 | 2A | 0 | 150 | 63 | 41 |
| Octal | 376 | 115 | 224 | 0 | 106 | 52 | 0 | 520 | 143 | 101 |
| Binary | 11111110 | 1001101 | 10010100 | 0 | 1000110 | 101010 | 0 | 101010000 | 1100011 | 1000001 |
Color Harmonies of #FE4D94
Complementary color
Monochromatic Colors of #FE4D94
Black with #FE4D94
Text Example
Text Example
White with #FE4D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D94; }
p { color: rgb(254,77,148); }
H1.HeaderClassName
{
color: #FE4D94;
}
.AnyTagClassName
{
color: #FE4D94;
}
</style>
background-color css
<style>
a { background-color: #FE4D94; }
a { background-color: rgb(254,77,148); }
div.DivClassName
{
background-color: #FE4D94;
}
.BgClassName
{
background-color: #FE4D94;
}
</style>
border-color css
<style>
span { border-color: #FE4D94; }
span { border-color: rgb(254,77,148); }
td.TdClassName
{
border-color: #FE4D94;
}
.TagClassName
{
border-color: #FE4D94;
}
</style>