Shades of French Rose #FE538D
Tints of French Rose #FE538D
RGB
CMYK
RGB Variations
Color information
#FE538D (or 0xFE538D) is known color: French Rose. HEX triplet: FE, 53 and 8D. RGB value is (254,83,141). Sum of RGB (Red+Green+Blue) = 254+83+141=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 83 (32.81% from 255 or 17.36% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE538D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE538D is #01AC72. Grayscale: #8C8C8C. Windows color (decimal): -109683 or 9262078. OLE color: 9262078.
HSL color Cylindrical-coordinate representation of color #FE538D: hue angle of 339.65º 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 #FE538D is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 141 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.00 |
| HSL | 339.65º | 0.99% | 0.66% | - |
| HSV(B) | 339.65º | 0.67% | 1% | - |
| XYZ | 48.77 | 29.18 | 28.26 | - |
| YUV | 140.74 | 128.15 | 208.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 141 | 0 | 0.67 | 0.44 | 0.00 | 339.65 | 0.99 | 0.66 |
| Hex | FE | 53 | 8D | 0 | 43 | 2C | 0 | 154 | 63 | 42 |
| Octal | 376 | 123 | 215 | 0 | 103 | 54 | 0 | 524 | 143 | 102 |
| Binary | 11111110 | 1010011 | 10001101 | 0 | 1000011 | 101100 | 0 | 101010100 | 1100011 | 1000010 |
Color Harmonies of #FE538D
Complementary color
Monochromatic Colors of #FE538D
Black with #FE538D
Text Example
Text Example
White with #FE538D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE538D; }
p { color: rgb(254,83,141); }
H1.HeaderClassName
{
color: #FE538D;
}
.AnyTagClassName
{
color: #FE538D;
}
</style>
background-color css
<style>
a { background-color: #FE538D; }
a { background-color: rgb(254,83,141); }
div.DivClassName
{
background-color: #FE538D;
}
.BgClassName
{
background-color: #FE538D;
}
</style>
border-color css
<style>
span { border-color: #FE538D; }
span { border-color: rgb(254,83,141); }
td.TdClassName
{
border-color: #FE538D;
}
.TagClassName
{
border-color: #FE538D;
}
</style>