Shades of French Rose #FE588C
Tints of French Rose #FE588C
RGB
CMYK
RGB Variations
Color information
#FE588C (or 0xFE588C) is known color: French Rose. HEX triplet: FE, 58 and 8C. RGB value is (254,88,140). Sum of RGB (Red+Green+Blue) = 254+88+140=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 88 (34.77% from 255 or 18.26% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE588C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE588C is #01A773. Grayscale: #8F8F8F. Windows color (decimal): -108404 or 9197822. OLE color: 9197822.
HSL color Cylindrical-coordinate representation of color #FE588C: hue angle of 341.2º 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 #FE588C is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 88 | 140 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.00 |
| HSL | 341.2º | 0.99% | 0.67% | - |
| HSV(B) | 341.2º | 0.65% | 1% | - |
| XYZ | 49.1 | 29.94 | 28 | - |
| YUV | 143.56 | 126 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 88 | 140 | 0 | 0.65 | 0.45 | 0.00 | 341.2 | 0.99 | 0.67 |
| Hex | FE | 58 | 8C | 0 | 41 | 2D | 0 | 155 | 63 | 43 |
| Octal | 376 | 130 | 214 | 0 | 101 | 55 | 0 | 525 | 143 | 103 |
| Binary | 11111110 | 1011000 | 10001100 | 0 | 1000001 | 101101 | 0 | 101010101 | 1100011 | 1000011 |
Color Harmonies of #FE588C
Complementary color
Monochromatic Colors of #FE588C
Black with #FE588C
Text Example
Text Example
White with #FE588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE588C; }
p { color: rgb(254,88,140); }
H1.HeaderClassName
{
color: #FE588C;
}
.AnyTagClassName
{
color: #FE588C;
}
</style>
background-color css
<style>
a { background-color: #FE588C; }
a { background-color: rgb(254,88,140); }
div.DivClassName
{
background-color: #FE588C;
}
.BgClassName
{
background-color: #FE588C;
}
</style>
border-color css
<style>
span { border-color: #FE588C; }
span { border-color: rgb(254,88,140); }
td.TdClassName
{
border-color: #FE588C;
}
.TagClassName
{
border-color: #FE588C;
}
</style>