Shades of French Rose #FE528B
Tints of French Rose #FE528B
RGB
CMYK
RGB Variations
Color information
#FE528B (or 0xFE528B) is known color: French Rose. HEX triplet: FE, 52 and 8B. RGB value is (254,82,139). Sum of RGB (Red+Green+Blue) = 254+82+139=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 82 (32.42% from 255 or 17.26% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE528B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE528B is #01AD74. Grayscale: #8B8B8B. Windows color (decimal): -109941 or 9130750. OLE color: 9130750.
HSL color Cylindrical-coordinate representation of color #FE528B: hue angle of 340.12º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FE528B is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 82 | 139 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.00 |
| HSL | 340.12º | 0.99% | 0.66% | - |
| HSV(B) | 340.12º | 0.68% | 1% | - |
| XYZ | 48.55 | 28.97 | 27.46 | - |
| YUV | 139.93 | 127.48 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 82 | 139 | 0 | 0.68 | 0.45 | 0.00 | 340.12 | 0.99 | 0.66 |
| Hex | FE | 52 | 8B | 0 | 44 | 2D | 0 | 154 | 63 | 42 |
| Octal | 376 | 122 | 213 | 0 | 104 | 55 | 0 | 524 | 143 | 102 |
| Binary | 11111110 | 1010010 | 10001011 | 0 | 1000100 | 101101 | 0 | 101010100 | 1100011 | 1000010 |
Color Harmonies of #FE528B
Complementary color
Monochromatic Colors of #FE528B
Black with #FE528B
Text Example
Text Example
White with #FE528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE528B; }
p { color: rgb(254,82,139); }
H1.HeaderClassName
{
color: #FE528B;
}
.AnyTagClassName
{
color: #FE528B;
}
</style>
background-color css
<style>
a { background-color: #FE528B; }
a { background-color: rgb(254,82,139); }
div.DivClassName
{
background-color: #FE528B;
}
.BgClassName
{
background-color: #FE528B;
}
</style>
border-color css
<style>
span { border-color: #FE528B; }
span { border-color: rgb(254,82,139); }
td.TdClassName
{
border-color: #FE528B;
}
.TagClassName
{
border-color: #FE528B;
}
</style>