Shades of French Rose #FE548D
Tints of French Rose #FE548D
RGB
CMYK
RGB Variations
Color information
#FE548D (or 0xFE548D) is known color: French Rose. HEX triplet: FE, 54 and 8D. RGB value is (254,84,141). Sum of RGB (Red+Green+Blue) = 254+84+141=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 84 (33.20% from 255 or 17.54% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE548D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE548D is #01AB72. Grayscale: #8D8D8D. Windows color (decimal): -109427 or 9262334. OLE color: 9262334.
HSL color Cylindrical-coordinate representation of color #FE548D: hue angle of 339.88º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE548D is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 141 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.00 |
| HSL | 339.88º | 0.99% | 0.66% | - |
| HSV(B) | 339.88º | 0.67% | 1% | - |
| XYZ | 48.85 | 29.33 | 28.29 | - |
| YUV | 141.33 | 127.82 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 141 | 0 | 0.67 | 0.44 | 0.00 | 339.88 | 0.99 | 0.66 |
| Hex | FE | 54 | 8D | 0 | 43 | 2C | 0 | 154 | 63 | 42 |
| Octal | 376 | 124 | 215 | 0 | 103 | 54 | 0 | 524 | 143 | 102 |
| Binary | 11111110 | 1010100 | 10001101 | 0 | 1000011 | 101100 | 0 | 101010100 | 1100011 | 1000010 |
Color Harmonies of #FE548D
Complementary color
Monochromatic Colors of #FE548D
Black with #FE548D
Text Example
Text Example
White with #FE548D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE548D; }
p { color: rgb(254,84,141); }
H1.HeaderClassName
{
color: #FE548D;
}
.AnyTagClassName
{
color: #FE548D;
}
</style>
background-color css
<style>
a { background-color: #FE548D; }
a { background-color: rgb(254,84,141); }
div.DivClassName
{
background-color: #FE548D;
}
.BgClassName
{
background-color: #FE548D;
}
</style>
border-color css
<style>
span { border-color: #FE548D; }
span { border-color: rgb(254,84,141); }
td.TdClassName
{
border-color: #FE548D;
}
.TagClassName
{
border-color: #FE548D;
}
</style>