Shades of French Rose #FE5393
Tints of French Rose #FE5393
RGB
CMYK
RGB Variations
Color information
#FE5393 (or 0xFE5393) is known color: French Rose. HEX triplet: FE, 53 and 93. RGB value is (254,83,147). Sum of RGB (Red+Green+Blue) = 254+83+147=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 83 (32.81% from 255 or 17.15% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5393 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5393 is #01AC6C. Grayscale: #8D8D8D. Windows color (decimal): -109677 or 9655294. OLE color: 9655294.
HSL color Cylindrical-coordinate representation of color #FE5393: hue angle of 337.54º 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 #FE5393 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 147 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.00 |
| HSL | 337.54º | 0.99% | 0.66% | - |
| HSV(B) | 337.54º | 0.67% | 1% | - |
| XYZ | 49.23 | 29.36 | 30.68 | - |
| YUV | 141.43 | 131.15 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 147 | 0 | 0.67 | 0.42 | 0.00 | 337.54 | 0.99 | 0.66 |
| Hex | FE | 53 | 93 | 0 | 43 | 2A | 0 | 152 | 63 | 42 |
| Octal | 376 | 123 | 223 | 0 | 103 | 52 | 0 | 522 | 143 | 102 |
| Binary | 11111110 | 1010011 | 10010011 | 0 | 1000011 | 101010 | 0 | 101010010 | 1100011 | 1000010 |
Color Harmonies of #FE5393
Complementary color
Monochromatic Colors of #FE5393
Black with #FE5393
Text Example
Text Example
White with #FE5393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5393; }
p { color: rgb(254,83,147); }
H1.HeaderClassName
{
color: #FE5393;
}
.AnyTagClassName
{
color: #FE5393;
}
</style>
background-color css
<style>
a { background-color: #FE5393; }
a { background-color: rgb(254,83,147); }
div.DivClassName
{
background-color: #FE5393;
}
.BgClassName
{
background-color: #FE5393;
}
</style>
border-color css
<style>
span { border-color: #FE5393; }
span { border-color: rgb(254,83,147); }
td.TdClassName
{
border-color: #FE5393;
}
.TagClassName
{
border-color: #FE5393;
}
</style>