Shades of French Rose #FE578D
Tints of French Rose #FE578D
RGB
CMYK
RGB Variations
Color information
#FE578D (or 0xFE578D) is known color: French Rose. HEX triplet: FE, 57 and 8D. RGB value is (254,87,141). Sum of RGB (Red+Green+Blue) = 254+87+141=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 87 (34.38% from 255 or 18.05% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE578D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE578D is #01A872. Grayscale: #8F8F8F. Windows color (decimal): -108659 or 9263102. OLE color: 9263102.
HSL color Cylindrical-coordinate representation of color #FE578D: hue angle of 340.6º 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 #FE578D is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 87 | 141 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.00 |
| HSL | 340.6º | 0.99% | 0.67% | - |
| HSV(B) | 340.6º | 0.66% | 1% | - |
| XYZ | 49.09 | 29.81 | 28.37 | - |
| YUV | 143.09 | 126.83 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 87 | 141 | 0 | 0.66 | 0.44 | 0.00 | 340.6 | 0.99 | 0.67 |
| Hex | FE | 57 | 8D | 0 | 42 | 2C | 0 | 155 | 63 | 43 |
| Octal | 376 | 127 | 215 | 0 | 102 | 54 | 0 | 525 | 143 | 103 |
| Binary | 11111110 | 1010111 | 10001101 | 0 | 1000010 | 101100 | 0 | 101010101 | 1100011 | 1000011 |
Color Harmonies of #FE578D
Complementary color
Monochromatic Colors of #FE578D
Black with #FE578D
Text Example
Text Example
White with #FE578D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE578D; }
p { color: rgb(254,87,141); }
H1.HeaderClassName
{
color: #FE578D;
}
.AnyTagClassName
{
color: #FE578D;
}
</style>
background-color css
<style>
a { background-color: #FE578D; }
a { background-color: rgb(254,87,141); }
div.DivClassName
{
background-color: #FE578D;
}
.BgClassName
{
background-color: #FE578D;
}
</style>
border-color css
<style>
span { border-color: #FE578D; }
span { border-color: rgb(254,87,141); }
td.TdClassName
{
border-color: #FE578D;
}
.TagClassName
{
border-color: #FE578D;
}
</style>