Shades of French Rose #FE518C
Tints of French Rose #FE518C
RGB
CMYK
RGB Variations
Color information
#FE518C (or 0xFE518C) is known color: French Rose. HEX triplet: FE, 51 and 8C. RGB value is (254,81,140). Sum of RGB (Red+Green+Blue) = 254+81+140=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 81 (32.03% from 255 or 17.05% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE518C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE518C is #01AE73. Grayscale: #8B8B8B. Windows color (decimal): -110196 or 9196030. OLE color: 9196030.
HSL color Cylindrical-coordinate representation of color #FE518C: hue angle of 339.54º 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 #FE518C is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 140 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.00 |
| HSL | 339.54º | 0.99% | 0.66% | - |
| HSV(B) | 339.54º | 0.68% | 1% | - |
| XYZ | 48.55 | 28.85 | 27.82 | - |
| YUV | 139.45 | 128.31 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 140 | 0 | 0.68 | 0.45 | 0.00 | 339.54 | 0.99 | 0.66 |
| Hex | FE | 51 | 8C | 0 | 44 | 2D | 0 | 154 | 63 | 42 |
| Octal | 376 | 121 | 214 | 0 | 104 | 55 | 0 | 524 | 143 | 102 |
| Binary | 11111110 | 1010001 | 10001100 | 0 | 1000100 | 101101 | 0 | 101010100 | 1100011 | 1000010 |
Color Harmonies of #FE518C
Complementary color
Monochromatic Colors of #FE518C
Black with #FE518C
Text Example
Text Example
White with #FE518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE518C; }
p { color: rgb(254,81,140); }
H1.HeaderClassName
{
color: #FE518C;
}
.AnyTagClassName
{
color: #FE518C;
}
</style>
background-color css
<style>
a { background-color: #FE518C; }
a { background-color: rgb(254,81,140); }
div.DivClassName
{
background-color: #FE518C;
}
.BgClassName
{
background-color: #FE518C;
}
</style>
border-color css
<style>
span { border-color: #FE518C; }
span { border-color: rgb(254,81,140); }
td.TdClassName
{
border-color: #FE518C;
}
.TagClassName
{
border-color: #FE518C;
}
</style>