Shades of French Rose #FE4D80
Tints of French Rose #FE4D80
RGB
CMYK
RGB Variations
Color information
#FE4D80 (or 0xFE4D80) is known color: French Rose. HEX triplet: FE, 4D and 80. RGB value is (254,77,128). Sum of RGB (Red+Green+Blue) = 254+77+128=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE4D80 is #01B27F. Grayscale: #878787. Windows color (decimal): -111232 or 8408574. OLE color: 8408574.
HSL color Cylindrical-coordinate representation of color #FE4D80: hue angle of 342.71º 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 #FE4D80 is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 128 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.00 |
| HSL | 342.71º | 0.99% | 0.65% | - |
| HSV(B) | 342.71º | 0.7% | 1% | - |
| XYZ | 47.42 | 27.94 | 23.32 | - |
| YUV | 135.74 | 123.64 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 128 | 0 | 0.70 | 0.50 | 0.00 | 342.71 | 0.99 | 0.65 |
| Hex | FE | 4D | 80 | 0 | 46 | 32 | 0 | 157 | 63 | 41 |
| Octal | 376 | 115 | 200 | 0 | 106 | 62 | 0 | 527 | 143 | 101 |
| Binary | 11111110 | 1001101 | 10000000 | 0 | 1000110 | 110010 | 0 | 101010111 | 1100011 | 1000001 |
Color Harmonies of #FE4D80
Complementary color
Monochromatic Colors of #FE4D80
Black with #FE4D80
Text Example
Text Example
White with #FE4D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D80; }
p { color: rgb(254,77,128); }
H1.HeaderClassName
{
color: #FE4D80;
}
.AnyTagClassName
{
color: #FE4D80;
}
</style>
background-color css
<style>
a { background-color: #FE4D80; }
a { background-color: rgb(254,77,128); }
div.DivClassName
{
background-color: #FE4D80;
}
.BgClassName
{
background-color: #FE4D80;
}
</style>
border-color css
<style>
span { border-color: #FE4D80; }
span { border-color: rgb(254,77,128); }
td.TdClassName
{
border-color: #FE4D80;
}
.TagClassName
{
border-color: #FE4D80;
}
</style>