Shades of French Rose #FE4D93
Tints of French Rose #FE4D93
RGB
CMYK
RGB Variations
Color information
#FE4D93 (or 0xFE4D93) is known color: French Rose. HEX triplet: FE, 4D and 93. RGB value is (254,77,147). Sum of RGB (Red+Green+Blue) = 254+77+147=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 77 (30.47% from 255 or 16.11% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE4D93 is #01B26C. Grayscale: #898989. Windows color (decimal): -111213 or 9653758. OLE color: 9653758.
HSL color Cylindrical-coordinate representation of color #FE4D93: hue angle of 336.27º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4D93 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 147 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.00 |
| HSL | 336.27º | 0.99% | 0.65% | - |
| HSV(B) | 336.27º | 0.7% | 1% | - |
| XYZ | 48.79 | 28.49 | 30.53 | - |
| YUV | 137.9 | 133.14 | 210.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 147 | 0 | 0.70 | 0.42 | 0.00 | 336.27 | 0.99 | 0.65 |
| Hex | FE | 4D | 93 | 0 | 46 | 2A | 0 | 150 | 63 | 41 |
| Octal | 376 | 115 | 223 | 0 | 106 | 52 | 0 | 520 | 143 | 101 |
| Binary | 11111110 | 1001101 | 10010011 | 0 | 1000110 | 101010 | 0 | 101010000 | 1100011 | 1000001 |
Color Harmonies of #FE4D93
Complementary color
Monochromatic Colors of #FE4D93
Black with #FE4D93
Text Example
Text Example
White with #FE4D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D93; }
p { color: rgb(254,77,147); }
H1.HeaderClassName
{
color: #FE4D93;
}
.AnyTagClassName
{
color: #FE4D93;
}
</style>
background-color css
<style>
a { background-color: #FE4D93; }
a { background-color: rgb(254,77,147); }
div.DivClassName
{
background-color: #FE4D93;
}
.BgClassName
{
background-color: #FE4D93;
}
</style>
border-color css
<style>
span { border-color: #FE4D93; }
span { border-color: rgb(254,77,147); }
td.TdClassName
{
border-color: #FE4D93;
}
.TagClassName
{
border-color: #FE4D93;
}
</style>