Shades of French Rose #FE4D8A
Tints of French Rose #FE4D8A
RGB
CMYK
RGB Variations
Color information
#FE4D8A (or 0xFE4D8A) is known color: French Rose. HEX triplet: FE, 4D and 8A. RGB value is (254,77,138). Sum of RGB (Red+Green+Blue) = 254+77+138=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE4D8A is #01B275. Grayscale: #888888. Windows color (decimal): -111222 or 9063934. OLE color: 9063934.
HSL color Cylindrical-coordinate representation of color #FE4D8A: hue angle of 339.32º 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 #FE4D8A is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 138 | - |
| CMYK | 0 | 0.70 | 0.46 | 0.00 |
| HSL | 339.32º | 0.99% | 0.65% | - |
| HSV(B) | 339.32º | 0.7% | 1% | - |
| XYZ | 48.11 | 28.21 | 26.95 | - |
| YUV | 136.88 | 128.64 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 138 | 0 | 0.70 | 0.46 | 0.00 | 339.32 | 0.99 | 0.65 |
| Hex | FE | 4D | 8A | 0 | 46 | 2E | 0 | 153 | 63 | 41 |
| Octal | 376 | 115 | 212 | 0 | 106 | 56 | 0 | 523 | 143 | 101 |
| Binary | 11111110 | 1001101 | 10001010 | 0 | 1000110 | 101110 | 0 | 101010011 | 1100011 | 1000001 |
Color Harmonies of #FE4D8A
Complementary color
Monochromatic Colors of #FE4D8A
Black with #FE4D8A
Text Example
Text Example
White with #FE4D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D8A; }
p { color: rgb(254,77,138); }
H1.HeaderClassName
{
color: #FE4D8A;
}
.AnyTagClassName
{
color: #FE4D8A;
}
</style>
background-color css
<style>
a { background-color: #FE4D8A; }
a { background-color: rgb(254,77,138); }
div.DivClassName
{
background-color: #FE4D8A;
}
.BgClassName
{
background-color: #FE4D8A;
}
</style>
border-color css
<style>
span { border-color: #FE4D8A; }
span { border-color: rgb(254,77,138); }
td.TdClassName
{
border-color: #FE4D8A;
}
.TagClassName
{
border-color: #FE4D8A;
}
</style>