Shades of French Rose #FE4D88
Tints of French Rose #FE4D88
RGB
CMYK
RGB Variations
Color information
#FE4D88 (or 0xFE4D88) is known color: French Rose. HEX triplet: FE, 4D and 88. RGB value is (254,77,136). Sum of RGB (Red+Green+Blue) = 254+77+136=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 77 (30.47% from 255 or 16.49% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE4D88 is #01B277. Grayscale: #888888. Windows color (decimal): -111224 or 8932862. OLE color: 8932862.
HSL color Cylindrical-coordinate representation of color #FE4D88: hue angle of 340º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4D88 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 136 | - |
| CMYK | 0 | 0.70 | 0.46 | 0.00 |
| HSL | 340º | 0.99% | 0.65% | - |
| HSV(B) | 340º | 0.7% | 1% | - |
| XYZ | 47.97 | 28.16 | 26.2 | - |
| YUV | 136.65 | 127.64 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 136 | 0 | 0.70 | 0.46 | 0.00 | 340 | 0.99 | 0.65 |
| Hex | FE | 4D | 88 | 0 | 46 | 2E | 0 | 154 | 63 | 41 |
| Octal | 376 | 115 | 210 | 0 | 106 | 56 | 0 | 524 | 143 | 101 |
| Binary | 11111110 | 1001101 | 10001000 | 0 | 1000110 | 101110 | 0 | 101010100 | 1100011 | 1000001 |
Color Harmonies of #FE4D88
Complementary color
Monochromatic Colors of #FE4D88
Black with #FE4D88
Text Example
Text Example
White with #FE4D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D88; }
p { color: rgb(254,77,136); }
H1.HeaderClassName
{
color: #FE4D88;
}
.AnyTagClassName
{
color: #FE4D88;
}
</style>
background-color css
<style>
a { background-color: #FE4D88; }
a { background-color: rgb(254,77,136); }
div.DivClassName
{
background-color: #FE4D88;
}
.BgClassName
{
background-color: #FE4D88;
}
</style>
border-color css
<style>
span { border-color: #FE4D88; }
span { border-color: rgb(254,77,136); }
td.TdClassName
{
border-color: #FE4D88;
}
.TagClassName
{
border-color: #FE4D88;
}
</style>