Shades of French Rose #FF578E
Tints of French Rose #FF578E
RGB
CMYK
RGB Variations
Color information
#FF578E (or 0xFF578E) is known color: French Rose. HEX triplet: FF, 57 and 8E. RGB value is (255,87,142). Sum of RGB (Red+Green+Blue) = 255+87+142=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 87 (34.38% from 255 or 17.98% from 484); Blue value is 142 (55.86% from 255 or 29.34% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF578E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF578E is #00A871. Grayscale: #8F8F8F. Windows color (decimal): -43122 or 9328639. OLE color: 9328639.
HSL color Cylindrical-coordinate representation of color #FF578E: hue angle of 340.36º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF578E is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 87 | 142 | - |
| CMYK | 0 | 0.66 | 0.44 | 0 |
| HSL | 340.36º | 1% | 0.67% | - |
| HSV(B) | 340.36º | 0.66% | 1% | - |
| XYZ | 49.53 | 30.03 | 28.78 | - |
| YUV | 143.5 | 127.16 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 87 | 142 | 0 | 0.66 | 0.44 | 0 | 340.36 | 1 | 0.67 |
| Hex | FF | 57 | 8E | 0 | 42 | 2C | 0 | 154 | 64 | 43 |
| Octal | 377 | 127 | 216 | 0 | 102 | 54 | 0 | 524 | 144 | 103 |
| Binary | 11111111 | 1010111 | 10001110 | 0 | 1000010 | 101100 | 0 | 101010100 | 1100100 | 1000011 |
Color Harmonies of #FF578E
Complementary color
Monochromatic Colors of #FF578E
Black with #FF578E
Text Example
Text Example
White with #FF578E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF578E; }
p { color: rgb(255,87,142); }
H1.HeaderClassName
{
color: #FF578E;
}
.AnyTagClassName
{
color: #FF578E;
}
</style>
background-color css
<style>
a { background-color: #FF578E; }
a { background-color: rgb(255,87,142); }
div.DivClassName
{
background-color: #FF578E;
}
.BgClassName
{
background-color: #FF578E;
}
</style>
border-color css
<style>
span { border-color: #FF578E; }
span { border-color: rgb(255,87,142); }
td.TdClassName
{
border-color: #FF578E;
}
.TagClassName
{
border-color: #FF578E;
}
</style>