Shades of French Rose #FE497B
Tints of French Rose #FE497B
RGB
CMYK
RGB Variations
Color information
#FE497B (or 0xFE497B) is known color: French Rose. HEX triplet: FE, 49 and 7B. RGB value is (254,73,123). Sum of RGB (Red+Green+Blue) = 254+73+123=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 123 (48.44% from 255 or 27.33% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FE497B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE497B is #01B684. Grayscale: #848484. Windows color (decimal): -112261 or 8079870. OLE color: 8079870.
HSL color Cylindrical-coordinate representation of color #FE497B: hue angle of 343.43º 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 #FE497B is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 73 | 123 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.00 |
| HSL | 343.43º | 0.99% | 0.64% | - |
| HSV(B) | 343.43º | 0.71% | 1% | - |
| XYZ | 46.83 | 27.27 | 21.53 | - |
| YUV | 132.82 | 122.47 | 214.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 73 | 123 | 0 | 0.71 | 0.52 | 0.00 | 343.43 | 0.99 | 0.64 |
| Hex | FE | 49 | 7B | 0 | 47 | 34 | 0 | 157 | 63 | 40 |
| Octal | 376 | 111 | 173 | 0 | 107 | 64 | 0 | 527 | 143 | 100 |
| Binary | 11111110 | 1001001 | 1111011 | 0 | 1000111 | 110100 | 0 | 101010111 | 1100011 | 1000000 |
Color Harmonies of #FE497B
Complementary color
Monochromatic Colors of #FE497B
Black with #FE497B
Text Example
Text Example
White with #FE497B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE497B; }
p { color: rgb(254,73,123); }
H1.HeaderClassName
{
color: #FE497B;
}
.AnyTagClassName
{
color: #FE497B;
}
</style>
background-color css
<style>
a { background-color: #FE497B; }
a { background-color: rgb(254,73,123); }
div.DivClassName
{
background-color: #FE497B;
}
.BgClassName
{
background-color: #FE497B;
}
</style>
border-color css
<style>
span { border-color: #FE497B; }
span { border-color: rgb(254,73,123); }
td.TdClassName
{
border-color: #FE497B;
}
.TagClassName
{
border-color: #FE497B;
}
</style>