Shades of French Rose #FE497F
Tints of French Rose #FE497F
RGB
CMYK
RGB Variations
Color information
#FE497F (or 0xFE497F) is known color: French Rose. HEX triplet: FE, 49 and 7F. RGB value is (254,73,127). Sum of RGB (Red+Green+Blue) = 254+73+127=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 73 (28.91% from 255 or 16.08% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FE497F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE497F is #01B680. Grayscale: #858585. Windows color (decimal): -112257 or 8342014. OLE color: 8342014.
HSL color Cylindrical-coordinate representation of color #FE497F: hue angle of 342.1º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE497F is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 73 | 127 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.00 |
| HSL | 342.1º | 0.99% | 0.64% | - |
| HSV(B) | 342.1º | 0.71% | 1% | - |
| XYZ | 47.09 | 27.37 | 22.88 | - |
| YUV | 133.28 | 124.47 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 73 | 127 | 0 | 0.71 | 0.50 | 0.00 | 342.1 | 0.99 | 0.64 |
| Hex | FE | 49 | 7F | 0 | 47 | 32 | 0 | 156 | 63 | 40 |
| Octal | 376 | 111 | 177 | 0 | 107 | 62 | 0 | 526 | 143 | 100 |
| Binary | 11111110 | 1001001 | 1111111 | 0 | 1000111 | 110010 | 0 | 101010110 | 1100011 | 1000000 |
Color Harmonies of #FE497F
Complementary color
Monochromatic Colors of #FE497F
Black with #FE497F
Text Example
Text Example
White with #FE497F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE497F; }
p { color: rgb(254,73,127); }
H1.HeaderClassName
{
color: #FE497F;
}
.AnyTagClassName
{
color: #FE497F;
}
</style>
background-color css
<style>
a { background-color: #FE497F; }
a { background-color: rgb(254,73,127); }
div.DivClassName
{
background-color: #FE497F;
}
.BgClassName
{
background-color: #FE497F;
}
</style>
border-color css
<style>
span { border-color: #FE497F; }
span { border-color: rgb(254,73,127); }
td.TdClassName
{
border-color: #FE497F;
}
.TagClassName
{
border-color: #FE497F;
}
</style>