Shades of French Rose #FE5184
Tints of French Rose #FE5184
RGB
CMYK
RGB Variations
Color information
#FE5184 (or 0xFE5184) is known color: French Rose. HEX triplet: FE, 51 and 84. RGB value is (254,81,132). Sum of RGB (Red+Green+Blue) = 254+81+132=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5184 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5184 is #01AE7B. Grayscale: #8A8A8A. Windows color (decimal): -110204 or 8671742. OLE color: 8671742.
HSL color Cylindrical-coordinate representation of color #FE5184: hue angle of 342.31º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FE5184 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 132 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.00 |
| HSL | 342.31º | 0.99% | 0.66% | - |
| HSV(B) | 342.31º | 0.68% | 1% | - |
| XYZ | 47.98 | 28.62 | 24.83 | - |
| YUV | 138.54 | 124.31 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 132 | 0 | 0.68 | 0.48 | 0.00 | 342.31 | 0.99 | 0.66 |
| Hex | FE | 51 | 84 | 0 | 44 | 30 | 0 | 156 | 63 | 42 |
| Octal | 376 | 121 | 204 | 0 | 104 | 60 | 0 | 526 | 143 | 102 |
| Binary | 11111110 | 1010001 | 10000100 | 0 | 1000100 | 110000 | 0 | 101010110 | 1100011 | 1000010 |
Color Harmonies of #FE5184
Complementary color
Monochromatic Colors of #FE5184
Black with #FE5184
Text Example
Text Example
White with #FE5184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5184; }
p { color: rgb(254,81,132); }
H1.HeaderClassName
{
color: #FE5184;
}
.AnyTagClassName
{
color: #FE5184;
}
</style>
background-color css
<style>
a { background-color: #FE5184; }
a { background-color: rgb(254,81,132); }
div.DivClassName
{
background-color: #FE5184;
}
.BgClassName
{
background-color: #FE5184;
}
</style>
border-color css
<style>
span { border-color: #FE5184; }
span { border-color: rgb(254,81,132); }
td.TdClassName
{
border-color: #FE5184;
}
.TagClassName
{
border-color: #FE5184;
}
</style>