Shades of French Rose #FE528A
Tints of French Rose #FE528A
RGB
CMYK
RGB Variations
Color information
#FE528A (or 0xFE528A) is known color: French Rose. HEX triplet: FE, 52 and 8A. RGB value is (254,82,138). Sum of RGB (Red+Green+Blue) = 254+82+138=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 82 (32.42% from 255 or 17.30% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE528A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE528A is #01AD75. Grayscale: #8B8B8B. Windows color (decimal): -109942 or 9065214. OLE color: 9065214.
HSL color Cylindrical-coordinate representation of color #FE528A: hue angle of 340.47º 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 #FE528A is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 82 | 138 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.00 |
| HSL | 340.47º | 0.99% | 0.66% | - |
| HSV(B) | 340.47º | 0.68% | 1% | - |
| XYZ | 48.48 | 28.94 | 27.08 | - |
| YUV | 139.81 | 126.98 | 209.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 82 | 138 | 0 | 0.68 | 0.46 | 0.00 | 340.47 | 0.99 | 0.66 |
| Hex | FE | 52 | 8A | 0 | 44 | 2E | 0 | 154 | 63 | 42 |
| Octal | 376 | 122 | 212 | 0 | 104 | 56 | 0 | 524 | 143 | 102 |
| Binary | 11111110 | 1010010 | 10001010 | 0 | 1000100 | 101110 | 0 | 101010100 | 1100011 | 1000010 |
Color Harmonies of #FE528A
Complementary color
Monochromatic Colors of #FE528A
Black with #FE528A
Text Example
Text Example
White with #FE528A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE528A; }
p { color: rgb(254,82,138); }
H1.HeaderClassName
{
color: #FE528A;
}
.AnyTagClassName
{
color: #FE528A;
}
</style>
background-color css
<style>
a { background-color: #FE528A; }
a { background-color: rgb(254,82,138); }
div.DivClassName
{
background-color: #FE528A;
}
.BgClassName
{
background-color: #FE528A;
}
</style>
border-color css
<style>
span { border-color: #FE528A; }
span { border-color: rgb(254,82,138); }
td.TdClassName
{
border-color: #FE528A;
}
.TagClassName
{
border-color: #FE528A;
}
</style>