Shades of French Rose #FE5090
Tints of French Rose #FE5090
RGB
CMYK
RGB Variations
Color information
#FE5090 (or 0xFE5090) is known color: French Rose. HEX triplet: FE, 50 and 90. RGB value is (254,80,144). Sum of RGB (Red+Green+Blue) = 254+80+144=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 80 (31.64% from 255 or 16.74% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5090 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5090 is #01AF6F. Grayscale: #8B8B8B. Windows color (decimal): -110448 or 9457918. OLE color: 9457918.
HSL color Cylindrical-coordinate representation of color #FE5090: hue angle of 337.93º 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 #FE5090 is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 144 | - |
| CMYK | 0 | 0.69 | 0.43 | 0.00 |
| HSL | 337.93º | 0.99% | 0.65% | - |
| HSV(B) | 337.93º | 0.69% | 1% | - |
| XYZ | 48.78 | 28.82 | 29.38 | - |
| YUV | 139.32 | 130.65 | 209.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 144 | 0 | 0.69 | 0.43 | 0.00 | 337.93 | 0.99 | 0.65 |
| Hex | FE | 50 | 90 | 0 | 45 | 2B | 0 | 152 | 63 | 41 |
| Octal | 376 | 120 | 220 | 0 | 105 | 53 | 0 | 522 | 143 | 101 |
| Binary | 11111110 | 1010000 | 10010000 | 0 | 1000101 | 101011 | 0 | 101010010 | 1100011 | 1000001 |
Color Harmonies of #FE5090
Complementary color
Monochromatic Colors of #FE5090
Black with #FE5090
Text Example
Text Example
White with #FE5090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5090; }
p { color: rgb(254,80,144); }
H1.HeaderClassName
{
color: #FE5090;
}
.AnyTagClassName
{
color: #FE5090;
}
</style>
background-color css
<style>
a { background-color: #FE5090; }
a { background-color: rgb(254,80,144); }
div.DivClassName
{
background-color: #FE5090;
}
.BgClassName
{
background-color: #FE5090;
}
</style>
border-color css
<style>
span { border-color: #FE5090; }
span { border-color: rgb(254,80,144); }
td.TdClassName
{
border-color: #FE5090;
}
.TagClassName
{
border-color: #FE5090;
}
</style>