Shades of French Rose #FE588B
Tints of French Rose #FE588B
RGB
CMYK
RGB Variations
Color information
#FE588B (or 0xFE588B) is known color: French Rose. HEX triplet: FE, 58 and 8B. RGB value is (254,88,139). Sum of RGB (Red+Green+Blue) = 254+88+139=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 88 (34.77% from 255 or 18.30% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE588B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE588B is #01A774. Grayscale: #8F8F8F. Windows color (decimal): -108405 or 9132286. OLE color: 9132286.
HSL color Cylindrical-coordinate representation of color #FE588B: hue angle of 341.57º 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 #FE588B is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 88 | 139 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.00 |
| HSL | 341.57º | 0.99% | 0.67% | - |
| HSV(B) | 341.57º | 0.65% | 1% | - |
| XYZ | 49.02 | 29.91 | 27.62 | - |
| YUV | 143.45 | 125.5 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 88 | 139 | 0 | 0.65 | 0.45 | 0.00 | 341.57 | 0.99 | 0.67 |
| Hex | FE | 58 | 8B | 0 | 41 | 2D | 0 | 156 | 63 | 43 |
| Octal | 376 | 130 | 213 | 0 | 101 | 55 | 0 | 526 | 143 | 103 |
| Binary | 11111110 | 1011000 | 10001011 | 0 | 1000001 | 101101 | 0 | 101010110 | 1100011 | 1000011 |
Color Harmonies of #FE588B
Complementary color
Monochromatic Colors of #FE588B
Black with #FE588B
Text Example
Text Example
White with #FE588B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE588B; }
p { color: rgb(254,88,139); }
H1.HeaderClassName
{
color: #FE588B;
}
.AnyTagClassName
{
color: #FE588B;
}
</style>
background-color css
<style>
a { background-color: #FE588B; }
a { background-color: rgb(254,88,139); }
div.DivClassName
{
background-color: #FE588B;
}
.BgClassName
{
background-color: #FE588B;
}
</style>
border-color css
<style>
span { border-color: #FE588B; }
span { border-color: rgb(254,88,139); }
td.TdClassName
{
border-color: #FE588B;
}
.TagClassName
{
border-color: #FE588B;
}
</style>