Shades of French Rose #FE548C
Tints of French Rose #FE548C
RGB
CMYK
RGB Variations
Color information
#FE548C (or 0xFE548C) is known color: French Rose. HEX triplet: FE, 54 and 8C. RGB value is (254,84,140). Sum of RGB (Red+Green+Blue) = 254+84+140=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 84 (33.20% from 255 or 17.57% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE548C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE548C is #01AB73. Grayscale: #8D8D8D. Windows color (decimal): -109428 or 9196798. OLE color: 9196798.
HSL color Cylindrical-coordinate representation of color #FE548C: hue angle of 340.24º 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 #FE548C is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 140 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.00 |
| HSL | 340.24º | 0.99% | 0.66% | - |
| HSV(B) | 340.24º | 0.67% | 1% | - |
| XYZ | 48.78 | 29.3 | 27.9 | - |
| YUV | 141.21 | 127.32 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 140 | 0 | 0.67 | 0.45 | 0.00 | 340.24 | 0.99 | 0.66 |
| Hex | FE | 54 | 8C | 0 | 43 | 2D | 0 | 154 | 63 | 42 |
| Octal | 376 | 124 | 214 | 0 | 103 | 55 | 0 | 524 | 143 | 102 |
| Binary | 11111110 | 1010100 | 10001100 | 0 | 1000011 | 101101 | 0 | 101010100 | 1100011 | 1000010 |
Color Harmonies of #FE548C
Complementary color
Monochromatic Colors of #FE548C
Black with #FE548C
Text Example
Text Example
White with #FE548C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE548C; }
p { color: rgb(254,84,140); }
H1.HeaderClassName
{
color: #FE548C;
}
.AnyTagClassName
{
color: #FE548C;
}
</style>
background-color css
<style>
a { background-color: #FE548C; }
a { background-color: rgb(254,84,140); }
div.DivClassName
{
background-color: #FE548C;
}
.BgClassName
{
background-color: #FE548C;
}
</style>
border-color css
<style>
span { border-color: #FE548C; }
span { border-color: rgb(254,84,140); }
td.TdClassName
{
border-color: #FE548C;
}
.TagClassName
{
border-color: #FE548C;
}
</style>