Shades of French Rose #FE5087
Tints of French Rose #FE5087
RGB
CMYK
RGB Variations
Color information
#FE5087 (or 0xFE5087) is known color: French Rose. HEX triplet: FE, 50 and 87. RGB value is (254,80,135). Sum of RGB (Red+Green+Blue) = 254+80+135=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 80 (31.64% from 255 or 17.06% from 469); Blue value is 135 (53.12% from 255 or 28.78% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5087 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5087 is #01AF78. Grayscale: #8A8A8A. Windows color (decimal): -110457 or 8868094. OLE color: 8868094.
HSL color Cylindrical-coordinate representation of color #FE5087: hue angle of 341.03º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE5087 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 135 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.00 |
| HSL | 341.03º | 0.99% | 0.65% | - |
| HSV(B) | 341.03º | 0.69% | 1% | - |
| XYZ | 48.11 | 28.56 | 25.9 | - |
| YUV | 138.3 | 126.15 | 210.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 135 | 0 | 0.69 | 0.47 | 0.00 | 341.03 | 0.99 | 0.65 |
| Hex | FE | 50 | 87 | 0 | 45 | 2F | 0 | 155 | 63 | 41 |
| Octal | 376 | 120 | 207 | 0 | 105 | 57 | 0 | 525 | 143 | 101 |
| Binary | 11111110 | 1010000 | 10000111 | 0 | 1000101 | 101111 | 0 | 101010101 | 1100011 | 1000001 |
Color Harmonies of #FE5087
Complementary color
Monochromatic Colors of #FE5087
Black with #FE5087
Text Example
Text Example
White with #FE5087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5087; }
p { color: rgb(254,80,135); }
H1.HeaderClassName
{
color: #FE5087;
}
.AnyTagClassName
{
color: #FE5087;
}
</style>
background-color css
<style>
a { background-color: #FE5087; }
a { background-color: rgb(254,80,135); }
div.DivClassName
{
background-color: #FE5087;
}
.BgClassName
{
background-color: #FE5087;
}
</style>
border-color css
<style>
span { border-color: #FE5087; }
span { border-color: rgb(254,80,135); }
td.TdClassName
{
border-color: #FE5087;
}
.TagClassName
{
border-color: #FE5087;
}
</style>