Shades of French Rose #FE497D
Tints of French Rose #FE497D
RGB
CMYK
RGB Variations
Color information
#FE497D (or 0xFE497D) is known color: French Rose. HEX triplet: FE, 49 and 7D. RGB value is (254,73,125). Sum of RGB (Red+Green+Blue) = 254+73+125=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 73 (28.91% from 255 or 16.15% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE497D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE497D is #01B682. Grayscale: #858585. Windows color (decimal): -112259 or 8210942. OLE color: 8210942.
HSL color Cylindrical-coordinate representation of color #FE497D: hue angle of 342.76º 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 #FE497D is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 73 | 125 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.00 |
| HSL | 342.76º | 0.99% | 0.64% | - |
| HSV(B) | 342.76º | 0.71% | 1% | - |
| XYZ | 46.96 | 27.32 | 22.2 | - |
| YUV | 133.05 | 123.47 | 214.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 73 | 125 | 0 | 0.71 | 0.51 | 0.00 | 342.76 | 0.99 | 0.64 |
| Hex | FE | 49 | 7D | 0 | 47 | 33 | 0 | 157 | 63 | 40 |
| Octal | 376 | 111 | 175 | 0 | 107 | 63 | 0 | 527 | 143 | 100 |
| Binary | 11111110 | 1001001 | 1111101 | 0 | 1000111 | 110011 | 0 | 101010111 | 1100011 | 1000000 |
Color Harmonies of #FE497D
Complementary color
Monochromatic Colors of #FE497D
Black with #FE497D
Text Example
Text Example
White with #FE497D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE497D; }
p { color: rgb(254,73,125); }
H1.HeaderClassName
{
color: #FE497D;
}
.AnyTagClassName
{
color: #FE497D;
}
</style>
background-color css
<style>
a { background-color: #FE497D; }
a { background-color: rgb(254,73,125); }
div.DivClassName
{
background-color: #FE497D;
}
.BgClassName
{
background-color: #FE497D;
}
</style>
border-color css
<style>
span { border-color: #FE497D; }
span { border-color: rgb(254,73,125); }
td.TdClassName
{
border-color: #FE497D;
}
.TagClassName
{
border-color: #FE497D;
}
</style>