Shades of French Rose #FE4D84
Tints of French Rose #FE4D84
RGB
CMYK
RGB Variations
Color information
#FE4D84 (or 0xFE4D84) is known color: French Rose. HEX triplet: FE, 4D and 84. RGB value is (254,77,132). Sum of RGB (Red+Green+Blue) = 254+77+132=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 77 (30.47% from 255 or 16.63% from 463); Blue value is 132 (51.95% from 255 or 28.51% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE4D84 is #01B27B. Grayscale: #888888. Windows color (decimal): -111228 or 8670718. OLE color: 8670718.
HSL color Cylindrical-coordinate representation of color #FE4D84: hue angle of 341.36º 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 #FE4D84 is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 132 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.00 |
| HSL | 341.36º | 0.99% | 0.65% | - |
| HSV(B) | 341.36º | 0.7% | 1% | - |
| XYZ | 47.69 | 28.04 | 24.73 | - |
| YUV | 136.19 | 125.64 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 132 | 0 | 0.70 | 0.48 | 0.00 | 341.36 | 0.99 | 0.65 |
| Hex | FE | 4D | 84 | 0 | 46 | 30 | 0 | 155 | 63 | 41 |
| Octal | 376 | 115 | 204 | 0 | 106 | 60 | 0 | 525 | 143 | 101 |
| Binary | 11111110 | 1001101 | 10000100 | 0 | 1000110 | 110000 | 0 | 101010101 | 1100011 | 1000001 |
Color Harmonies of #FE4D84
Complementary color
Monochromatic Colors of #FE4D84
Black with #FE4D84
Text Example
Text Example
White with #FE4D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D84; }
p { color: rgb(254,77,132); }
H1.HeaderClassName
{
color: #FE4D84;
}
.AnyTagClassName
{
color: #FE4D84;
}
</style>
background-color css
<style>
a { background-color: #FE4D84; }
a { background-color: rgb(254,77,132); }
div.DivClassName
{
background-color: #FE4D84;
}
.BgClassName
{
background-color: #FE4D84;
}
</style>
border-color css
<style>
span { border-color: #FE4D84; }
span { border-color: rgb(254,77,132); }
td.TdClassName
{
border-color: #FE4D84;
}
.TagClassName
{
border-color: #FE4D84;
}
</style>