Shades of French Rose #FE558B
Tints of French Rose #FE558B
RGB
CMYK
RGB Variations
Color information
#FE558B (or 0xFE558B) is known color: French Rose. HEX triplet: FE, 55 and 8B. RGB value is (254,85,139). Sum of RGB (Red+Green+Blue) = 254+85+139=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 85 (33.59% from 255 or 17.78% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE558B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE558B is #01AA74. Grayscale: #8D8D8D. Windows color (decimal): -109173 or 9131518. OLE color: 9131518.
HSL color Cylindrical-coordinate representation of color #FE558B: hue angle of 340.83º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE558B is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 139 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.00 |
| HSL | 340.83º | 0.99% | 0.66% | - |
| HSV(B) | 340.83º | 0.67% | 1% | - |
| XYZ | 48.78 | 29.43 | 27.54 | - |
| YUV | 141.69 | 126.49 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 139 | 0 | 0.67 | 0.45 | 0.00 | 340.83 | 0.99 | 0.66 |
| Hex | FE | 55 | 8B | 0 | 43 | 2D | 0 | 155 | 63 | 42 |
| Octal | 376 | 125 | 213 | 0 | 103 | 55 | 0 | 525 | 143 | 102 |
| Binary | 11111110 | 1010101 | 10001011 | 0 | 1000011 | 101101 | 0 | 101010101 | 1100011 | 1000010 |
Color Harmonies of #FE558B
Complementary color
Monochromatic Colors of #FE558B
Black with #FE558B
Text Example
Text Example
White with #FE558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE558B; }
p { color: rgb(254,85,139); }
H1.HeaderClassName
{
color: #FE558B;
}
.AnyTagClassName
{
color: #FE558B;
}
</style>
background-color css
<style>
a { background-color: #FE558B; }
a { background-color: rgb(254,85,139); }
div.DivClassName
{
background-color: #FE558B;
}
.BgClassName
{
background-color: #FE558B;
}
</style>
border-color css
<style>
span { border-color: #FE558B; }
span { border-color: rgb(254,85,139); }
td.TdClassName
{
border-color: #FE558B;
}
.TagClassName
{
border-color: #FE558B;
}
</style>