Shades of French Rose #FE5394
Tints of French Rose #FE5394
RGB
CMYK
RGB Variations
Color information
#FE5394 (or 0xFE5394) is known color: French Rose. HEX triplet: FE, 53 and 94. RGB value is (254,83,148). Sum of RGB (Red+Green+Blue) = 254+83+148=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 83 (32.81% from 255 or 17.11% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5394 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5394 is #01AC6B. Grayscale: #8D8D8D. Windows color (decimal): -109676 or 9720830. OLE color: 9720830.
HSL color Cylindrical-coordinate representation of color #FE5394: hue angle of 337.19º 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 #FE5394 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 148 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.00 |
| HSL | 337.19º | 0.99% | 0.66% | - |
| HSV(B) | 337.19º | 0.67% | 1% | - |
| XYZ | 49.31 | 29.4 | 31.09 | - |
| YUV | 141.54 | 131.65 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 148 | 0 | 0.67 | 0.42 | 0.00 | 337.19 | 0.99 | 0.66 |
| Hex | FE | 53 | 94 | 0 | 43 | 2A | 0 | 151 | 63 | 42 |
| Octal | 376 | 123 | 224 | 0 | 103 | 52 | 0 | 521 | 143 | 102 |
| Binary | 11111110 | 1010011 | 10010100 | 0 | 1000011 | 101010 | 0 | 101010001 | 1100011 | 1000010 |
Color Harmonies of #FE5394
Complementary color
Monochromatic Colors of #FE5394
Black with #FE5394
Text Example
Text Example
White with #FE5394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5394; }
p { color: rgb(254,83,148); }
H1.HeaderClassName
{
color: #FE5394;
}
.AnyTagClassName
{
color: #FE5394;
}
</style>
background-color css
<style>
a { background-color: #FE5394; }
a { background-color: rgb(254,83,148); }
div.DivClassName
{
background-color: #FE5394;
}
.BgClassName
{
background-color: #FE5394;
}
</style>
border-color css
<style>
span { border-color: #FE5394; }
span { border-color: rgb(254,83,148); }
td.TdClassName
{
border-color: #FE5394;
}
.TagClassName
{
border-color: #FE5394;
}
</style>