Shades of French Rose #FE5091
Tints of French Rose #FE5091
RGB
CMYK
RGB Variations
Color information
#FE5091 (or 0xFE5091) is known color: French Rose. HEX triplet: FE, 50 and 91. RGB value is (254,80,145). Sum of RGB (Red+Green+Blue) = 254+80+145=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 80 (31.64% from 255 or 16.70% from 479); Blue value is 145 (57.03% from 255 or 30.27% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5091 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5091 is #01AF6E. Grayscale: #8B8B8B. Windows color (decimal): -110447 or 9523454. OLE color: 9523454.
HSL color Cylindrical-coordinate representation of color #FE5091: hue angle of 337.59º 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 #FE5091 is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 145 | - |
| CMYK | 0 | 0.69 | 0.43 | 0.00 |
| HSL | 337.59º | 0.99% | 0.65% | - |
| HSV(B) | 337.59º | 0.69% | 1% | - |
| XYZ | 48.85 | 28.85 | 29.78 | - |
| YUV | 139.44 | 131.15 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 145 | 0 | 0.69 | 0.43 | 0.00 | 337.59 | 0.99 | 0.65 |
| Hex | FE | 50 | 91 | 0 | 45 | 2B | 0 | 152 | 63 | 41 |
| Octal | 376 | 120 | 221 | 0 | 105 | 53 | 0 | 522 | 143 | 101 |
| Binary | 11111110 | 1010000 | 10010001 | 0 | 1000101 | 101011 | 0 | 101010010 | 1100011 | 1000001 |
Color Harmonies of #FE5091
Complementary color
Monochromatic Colors of #FE5091
Black with #FE5091
Text Example
Text Example
White with #FE5091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5091; }
p { color: rgb(254,80,145); }
H1.HeaderClassName
{
color: #FE5091;
}
.AnyTagClassName
{
color: #FE5091;
}
</style>
background-color css
<style>
a { background-color: #FE5091; }
a { background-color: rgb(254,80,145); }
div.DivClassName
{
background-color: #FE5091;
}
.BgClassName
{
background-color: #FE5091;
}
</style>
border-color css
<style>
span { border-color: #FE5091; }
span { border-color: rgb(254,80,145); }
td.TdClassName
{
border-color: #FE5091;
}
.TagClassName
{
border-color: #FE5091;
}
</style>