Shades of French Rose #FE538B
Tints of French Rose #FE538B
RGB
CMYK
RGB Variations
Color information
#FE538B (or 0xFE538B) is known color: French Rose. HEX triplet: FE, 53 and 8B. RGB value is (254,83,139). Sum of RGB (Red+Green+Blue) = 254+83+139=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 83 (32.81% from 255 or 17.44% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE538B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE538B is #01AC74. Grayscale: #8C8C8C. Windows color (decimal): -109685 or 9131006. OLE color: 9131006.
HSL color Cylindrical-coordinate representation of color #FE538B: hue angle of 340.35º 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 #FE538B is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 139 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.00 |
| HSL | 340.35º | 0.99% | 0.66% | - |
| HSV(B) | 340.35º | 0.67% | 1% | - |
| XYZ | 48.63 | 29.12 | 27.48 | - |
| YUV | 140.51 | 127.15 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 139 | 0 | 0.67 | 0.45 | 0.00 | 340.35 | 0.99 | 0.66 |
| Hex | FE | 53 | 8B | 0 | 43 | 2D | 0 | 154 | 63 | 42 |
| Octal | 376 | 123 | 213 | 0 | 103 | 55 | 0 | 524 | 143 | 102 |
| Binary | 11111110 | 1010011 | 10001011 | 0 | 1000011 | 101101 | 0 | 101010100 | 1100011 | 1000010 |
Color Harmonies of #FE538B
Complementary color
Monochromatic Colors of #FE538B
Black with #FE538B
Text Example
Text Example
White with #FE538B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE538B; }
p { color: rgb(254,83,139); }
H1.HeaderClassName
{
color: #FE538B;
}
.AnyTagClassName
{
color: #FE538B;
}
</style>
background-color css
<style>
a { background-color: #FE538B; }
a { background-color: rgb(254,83,139); }
div.DivClassName
{
background-color: #FE538B;
}
.BgClassName
{
background-color: #FE538B;
}
</style>
border-color css
<style>
span { border-color: #FE538B; }
span { border-color: rgb(254,83,139); }
td.TdClassName
{
border-color: #FE538B;
}
.TagClassName
{
border-color: #FE538B;
}
</style>