Shades of French Rose #FE578C
Tints of French Rose #FE578C
RGB
CMYK
RGB Variations
Color information
#FE578C (or 0xFE578C) is known color: French Rose. HEX triplet: FE, 57 and 8C. RGB value is (254,87,140). Sum of RGB (Red+Green+Blue) = 254+87+140=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 87 (34.38% from 255 or 18.09% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE578C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE578C is #01A873. Grayscale: #8E8E8E. Windows color (decimal): -108660 or 9197566. OLE color: 9197566.
HSL color Cylindrical-coordinate representation of color #FE578C: hue angle of 340.96º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FE578C is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 87 | 140 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.00 |
| HSL | 340.96º | 0.99% | 0.67% | - |
| HSV(B) | 340.96º | 0.66% | 1% | - |
| XYZ | 49.01 | 29.78 | 27.98 | - |
| YUV | 142.98 | 126.33 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 87 | 140 | 0 | 0.66 | 0.45 | 0.00 | 340.96 | 0.99 | 0.67 |
| Hex | FE | 57 | 8C | 0 | 42 | 2D | 0 | 155 | 63 | 43 |
| Octal | 376 | 127 | 214 | 0 | 102 | 55 | 0 | 525 | 143 | 103 |
| Binary | 11111110 | 1010111 | 10001100 | 0 | 1000010 | 101101 | 0 | 101010101 | 1100011 | 1000011 |
Color Harmonies of #FE578C
Complementary color
Monochromatic Colors of #FE578C
Black with #FE578C
Text Example
Text Example
White with #FE578C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE578C; }
p { color: rgb(254,87,140); }
H1.HeaderClassName
{
color: #FE578C;
}
.AnyTagClassName
{
color: #FE578C;
}
</style>
background-color css
<style>
a { background-color: #FE578C; }
a { background-color: rgb(254,87,140); }
div.DivClassName
{
background-color: #FE578C;
}
.BgClassName
{
background-color: #FE578C;
}
</style>
border-color css
<style>
span { border-color: #FE578C; }
span { border-color: rgb(254,87,140); }
td.TdClassName
{
border-color: #FE578C;
}
.TagClassName
{
border-color: #FE578C;
}
</style>