Shades of French Rose #FE558A
Tints of French Rose #FE558A
RGB
CMYK
RGB Variations
Color information
#FE558A (or 0xFE558A) is known color: French Rose. HEX triplet: FE, 55 and 8A. RGB value is (254,85,138). Sum of RGB (Red+Green+Blue) = 254+85+138=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 85 (33.59% from 255 or 17.82% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE558A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE558A is #01AA75. Grayscale: #8D8D8D. Windows color (decimal): -109174 or 9065982. OLE color: 9065982.
HSL color Cylindrical-coordinate representation of color #FE558A: hue angle of 341.18º 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 #FE558A is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 138 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.00 |
| HSL | 341.18º | 0.99% | 0.66% | - |
| HSV(B) | 341.18º | 0.67% | 1% | - |
| XYZ | 48.71 | 29.4 | 27.15 | - |
| YUV | 141.57 | 125.99 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 138 | 0 | 0.67 | 0.46 | 0.00 | 341.18 | 0.99 | 0.66 |
| Hex | FE | 55 | 8A | 0 | 43 | 2E | 0 | 155 | 63 | 42 |
| Octal | 376 | 125 | 212 | 0 | 103 | 56 | 0 | 525 | 143 | 102 |
| Binary | 11111110 | 1010101 | 10001010 | 0 | 1000011 | 101110 | 0 | 101010101 | 1100011 | 1000010 |
Color Harmonies of #FE558A
Complementary color
Monochromatic Colors of #FE558A
Black with #FE558A
Text Example
Text Example
White with #FE558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE558A; }
p { color: rgb(254,85,138); }
H1.HeaderClassName
{
color: #FE558A;
}
.AnyTagClassName
{
color: #FE558A;
}
</style>
background-color css
<style>
a { background-color: #FE558A; }
a { background-color: rgb(254,85,138); }
div.DivClassName
{
background-color: #FE558A;
}
.BgClassName
{
background-color: #FE558A;
}
</style>
border-color css
<style>
span { border-color: #FE558A; }
span { border-color: rgb(254,85,138); }
td.TdClassName
{
border-color: #FE558A;
}
.TagClassName
{
border-color: #FE558A;
}
</style>