Shades of French Rose #FE4D83
Tints of French Rose #FE4D83
RGB
CMYK
RGB Variations
Color information
#FE4D83 (or 0xFE4D83) is known color: French Rose. HEX triplet: FE, 4D and 83. RGB value is (254,77,131). Sum of RGB (Red+Green+Blue) = 254+77+131=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 131 (51.56% from 255 or 28.35% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE4D83 is #01B27C. Grayscale: #888888. Windows color (decimal): -111229 or 8605182. OLE color: 8605182.
HSL color Cylindrical-coordinate representation of color #FE4D83: hue angle of 341.69º 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 #FE4D83 is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 131 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.00 |
| HSL | 341.69º | 0.99% | 0.65% | - |
| HSV(B) | 341.69º | 0.7% | 1% | - |
| XYZ | 47.62 | 28.02 | 24.37 | - |
| YUV | 136.08 | 125.14 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 131 | 0 | 0.70 | 0.48 | 0.00 | 341.69 | 0.99 | 0.65 |
| Hex | FE | 4D | 83 | 0 | 46 | 30 | 0 | 156 | 63 | 41 |
| Octal | 376 | 115 | 203 | 0 | 106 | 60 | 0 | 526 | 143 | 101 |
| Binary | 11111110 | 1001101 | 10000011 | 0 | 1000110 | 110000 | 0 | 101010110 | 1100011 | 1000001 |
Color Harmonies of #FE4D83
Complementary color
Monochromatic Colors of #FE4D83
Black with #FE4D83
Text Example
Text Example
White with #FE4D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D83; }
p { color: rgb(254,77,131); }
H1.HeaderClassName
{
color: #FE4D83;
}
.AnyTagClassName
{
color: #FE4D83;
}
</style>
background-color css
<style>
a { background-color: #FE4D83; }
a { background-color: rgb(254,77,131); }
div.DivClassName
{
background-color: #FE4D83;
}
.BgClassName
{
background-color: #FE4D83;
}
</style>
border-color css
<style>
span { border-color: #FE4D83; }
span { border-color: rgb(254,77,131); }
td.TdClassName
{
border-color: #FE4D83;
}
.TagClassName
{
border-color: #FE4D83;
}
</style>