Shades of French Rose #FE5494
Tints of French Rose #FE5494
RGB
CMYK
RGB Variations
Color information
#FE5494 (or 0xFE5494) is known color: French Rose. HEX triplet: FE, 54 and 94. RGB value is (254,84,148). Sum of RGB (Red+Green+Blue) = 254+84+148=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 84 (33.20% from 255 or 17.28% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5494 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5494 is #01AB6B. Grayscale: #8E8E8E. Windows color (decimal): -109420 or 9721086. OLE color: 9721086.
HSL color Cylindrical-coordinate representation of color #FE5494: hue angle of 337.41º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE5494 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 148 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.00 |
| HSL | 337.41º | 0.99% | 0.66% | - |
| HSV(B) | 337.41º | 0.67% | 1% | - |
| XYZ | 49.39 | 29.55 | 31.12 | - |
| YUV | 142.13 | 131.32 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 148 | 0 | 0.67 | 0.42 | 0.00 | 337.41 | 0.99 | 0.66 |
| Hex | FE | 54 | 94 | 0 | 43 | 2A | 0 | 151 | 63 | 42 |
| Octal | 376 | 124 | 224 | 0 | 103 | 52 | 0 | 521 | 143 | 102 |
| Binary | 11111110 | 1010100 | 10010100 | 0 | 1000011 | 101010 | 0 | 101010001 | 1100011 | 1000010 |
Color Harmonies of #FE5494
Complementary color
Monochromatic Colors of #FE5494
Black with #FE5494
Text Example
Text Example
White with #FE5494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5494; }
p { color: rgb(254,84,148); }
H1.HeaderClassName
{
color: #FE5494;
}
.AnyTagClassName
{
color: #FE5494;
}
</style>
background-color css
<style>
a { background-color: #FE5494; }
a { background-color: rgb(254,84,148); }
div.DivClassName
{
background-color: #FE5494;
}
.BgClassName
{
background-color: #FE5494;
}
</style>
border-color css
<style>
span { border-color: #FE5494; }
span { border-color: rgb(254,84,148); }
td.TdClassName
{
border-color: #FE5494;
}
.TagClassName
{
border-color: #FE5494;
}
</style>