Shades of French Rose #FE5084
Tints of French Rose #FE5084
RGB
CMYK
RGB Variations
Color information
#FE5084 (or 0xFE5084) is known color: French Rose. HEX triplet: FE, 50 and 84. RGB value is (254,80,132). Sum of RGB (Red+Green+Blue) = 254+80+132=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5084 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5084 is #01AF7B. Grayscale: #898989. Windows color (decimal): -110460 or 8671486. OLE color: 8671486.
HSL color Cylindrical-coordinate representation of color #FE5084: hue angle of 342.07º 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 #FE5084 is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 132 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.00 |
| HSL | 342.07º | 0.99% | 0.65% | - |
| HSV(B) | 342.07º | 0.69% | 1% | - |
| XYZ | 47.91 | 28.47 | 24.8 | - |
| YUV | 137.95 | 124.65 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 132 | 0 | 0.69 | 0.48 | 0.00 | 342.07 | 0.99 | 0.65 |
| Hex | FE | 50 | 84 | 0 | 45 | 30 | 0 | 156 | 63 | 41 |
| Octal | 376 | 120 | 204 | 0 | 105 | 60 | 0 | 526 | 143 | 101 |
| Binary | 11111110 | 1010000 | 10000100 | 0 | 1000101 | 110000 | 0 | 101010110 | 1100011 | 1000001 |
Color Harmonies of #FE5084
Complementary color
Monochromatic Colors of #FE5084
Black with #FE5084
Text Example
Text Example
White with #FE5084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5084; }
p { color: rgb(254,80,132); }
H1.HeaderClassName
{
color: #FE5084;
}
.AnyTagClassName
{
color: #FE5084;
}
</style>
background-color css
<style>
a { background-color: #FE5084; }
a { background-color: rgb(254,80,132); }
div.DivClassName
{
background-color: #FE5084;
}
.BgClassName
{
background-color: #FE5084;
}
</style>
border-color css
<style>
span { border-color: #FE5084; }
span { border-color: rgb(254,80,132); }
td.TdClassName
{
border-color: #FE5084;
}
.TagClassName
{
border-color: #FE5084;
}
</style>