Shades of French Rose #FE598E
Tints of French Rose #FE598E
RGB
CMYK
RGB Variations
Color information
#FE598E (or 0xFE598E) is known color: French Rose. HEX triplet: FE, 59 and 8E. RGB value is (254,89,142). Sum of RGB (Red+Green+Blue) = 254+89+142=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 89 (35.16% from 255 or 18.35% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE598E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE598E is #01A671. Grayscale: #909090. Windows color (decimal): -108146 or 9329150. OLE color: 9329150.
HSL color Cylindrical-coordinate representation of color #FE598E: hue angle of 340.73º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE598E is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 89 | 142 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.00 |
| HSL | 340.73º | 0.99% | 0.67% | - |
| HSV(B) | 340.73º | 0.65% | 1% | - |
| XYZ | 49.33 | 30.17 | 28.81 | - |
| YUV | 144.38 | 126.66 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 89 | 142 | 0 | 0.65 | 0.44 | 0.00 | 340.73 | 0.99 | 0.67 |
| Hex | FE | 59 | 8E | 0 | 41 | 2C | 0 | 155 | 63 | 43 |
| Octal | 376 | 131 | 216 | 0 | 101 | 54 | 0 | 525 | 143 | 103 |
| Binary | 11111110 | 1011001 | 10001110 | 0 | 1000001 | 101100 | 0 | 101010101 | 1100011 | 1000011 |
Color Harmonies of #FE598E
Complementary color
Monochromatic Colors of #FE598E
Black with #FE598E
Text Example
Text Example
White with #FE598E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE598E; }
p { color: rgb(254,89,142); }
H1.HeaderClassName
{
color: #FE598E;
}
.AnyTagClassName
{
color: #FE598E;
}
</style>
background-color css
<style>
a { background-color: #FE598E; }
a { background-color: rgb(254,89,142); }
div.DivClassName
{
background-color: #FE598E;
}
.BgClassName
{
background-color: #FE598E;
}
</style>
border-color css
<style>
span { border-color: #FE598E; }
span { border-color: rgb(254,89,142); }
td.TdClassName
{
border-color: #FE598E;
}
.TagClassName
{
border-color: #FE598E;
}
</style>