Shades of French Rose #FE4D82
Tints of French Rose #FE4D82
RGB
CMYK
RGB Variations
Color information
#FE4D82 (or 0xFE4D82) is known color: French Rose. HEX triplet: FE, 4D and 82. RGB value is (254,77,130). Sum of RGB (Red+Green+Blue) = 254+77+130=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 77 (30.47% from 255 or 16.70% from 461); Blue value is 130 (51.17% from 255 or 28.20% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE4D82 is #01B27D. Grayscale: #878787. Windows color (decimal): -111230 or 8539646. OLE color: 8539646.
HSL color Cylindrical-coordinate representation of color #FE4D82: hue angle of 342.03º 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 #FE4D82 is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 130 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.00 |
| HSL | 342.03º | 0.99% | 0.65% | - |
| HSV(B) | 342.03º | 0.7% | 1% | - |
| XYZ | 47.56 | 27.99 | 24.02 | - |
| YUV | 135.97 | 124.64 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 130 | 0 | 0.70 | 0.49 | 0.00 | 342.03 | 0.99 | 0.65 |
| Hex | FE | 4D | 82 | 0 | 46 | 31 | 0 | 156 | 63 | 41 |
| Octal | 376 | 115 | 202 | 0 | 106 | 61 | 0 | 526 | 143 | 101 |
| Binary | 11111110 | 1001101 | 10000010 | 0 | 1000110 | 110001 | 0 | 101010110 | 1100011 | 1000001 |
Color Harmonies of #FE4D82
Complementary color
Monochromatic Colors of #FE4D82
Black with #FE4D82
Text Example
Text Example
White with #FE4D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D82; }
p { color: rgb(254,77,130); }
H1.HeaderClassName
{
color: #FE4D82;
}
.AnyTagClassName
{
color: #FE4D82;
}
</style>
background-color css
<style>
a { background-color: #FE4D82; }
a { background-color: rgb(254,77,130); }
div.DivClassName
{
background-color: #FE4D82;
}
.BgClassName
{
background-color: #FE4D82;
}
</style>
border-color css
<style>
span { border-color: #FE4D82; }
span { border-color: rgb(254,77,130); }
td.TdClassName
{
border-color: #FE4D82;
}
.TagClassName
{
border-color: #FE4D82;
}
</style>