Shades of French Rose #FE578E
Tints of French Rose #FE578E
RGB
CMYK
RGB Variations
Color information
#FE578E (or 0xFE578E) is known color: French Rose. HEX triplet: FE, 57 and 8E. RGB value is (254,87,142). Sum of RGB (Red+Green+Blue) = 254+87+142=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 87 (34.38% from 255 or 18.01% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE578E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE578E is #01A871. Grayscale: #8F8F8F. Windows color (decimal): -108658 or 9328638. OLE color: 9328638.
HSL color Cylindrical-coordinate representation of color #FE578E: hue angle of 340.24º 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 #FE578E is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 87 | 142 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.00 |
| HSL | 340.24º | 0.99% | 0.67% | - |
| HSV(B) | 340.24º | 0.66% | 1% | - |
| XYZ | 49.16 | 29.84 | 28.76 | - |
| YUV | 143.2 | 127.33 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 87 | 142 | 0 | 0.66 | 0.44 | 0.00 | 340.24 | 0.99 | 0.67 |
| Hex | FE | 57 | 8E | 0 | 42 | 2C | 0 | 154 | 63 | 43 |
| Octal | 376 | 127 | 216 | 0 | 102 | 54 | 0 | 524 | 143 | 103 |
| Binary | 11111110 | 1010111 | 10001110 | 0 | 1000010 | 101100 | 0 | 101010100 | 1100011 | 1000011 |
Color Harmonies of #FE578E
Complementary color
Monochromatic Colors of #FE578E
Black with #FE578E
Text Example
Text Example
White with #FE578E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE578E; }
p { color: rgb(254,87,142); }
H1.HeaderClassName
{
color: #FE578E;
}
.AnyTagClassName
{
color: #FE578E;
}
</style>
background-color css
<style>
a { background-color: #FE578E; }
a { background-color: rgb(254,87,142); }
div.DivClassName
{
background-color: #FE578E;
}
.BgClassName
{
background-color: #FE578E;
}
</style>
border-color css
<style>
span { border-color: #FE578E; }
span { border-color: rgb(254,87,142); }
td.TdClassName
{
border-color: #FE578E;
}
.TagClassName
{
border-color: #FE578E;
}
</style>