Shades of French Rose #FF528D
Tints of French Rose #FF528D
RGB
CMYK
RGB Variations
Color information
#FF528D (or 0xFF528D) is known color: French Rose. HEX triplet: FF, 52 and 8D. RGB value is (255,82,141). Sum of RGB (Red+Green+Blue) = 255+82+141=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 82 (32.42% from 255 or 17.15% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF528D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF528D is #00AD72. Grayscale: #8C8C8C. Windows color (decimal): -44403 or 9261823. OLE color: 9261823.
HSL color Cylindrical-coordinate representation of color #FF528D: hue angle of 339.54º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF528D is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 141 | - |
| CMYK | 0 | 0.68 | 0.45 | 0 |
| HSL | 339.54º | 1% | 0.66% | - |
| HSV(B) | 339.54º | 0.68% | 1% | - |
| XYZ | 49.07 | 29.22 | 28.25 | - |
| YUV | 140.45 | 128.31 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 141 | 0 | 0.68 | 0.45 | 0 | 339.54 | 1 | 0.66 |
| Hex | FF | 52 | 8D | 0 | 44 | 2D | 0 | 154 | 64 | 42 |
| Octal | 377 | 122 | 215 | 0 | 104 | 55 | 0 | 524 | 144 | 102 |
| Binary | 11111111 | 1010010 | 10001101 | 0 | 1000100 | 101101 | 0 | 101010100 | 1100100 | 1000010 |
Color Harmonies of #FF528D
Complementary color
Monochromatic Colors of #FF528D
Black with #FF528D
Text Example
Text Example
White with #FF528D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF528D; }
p { color: rgb(255,82,141); }
H1.HeaderClassName
{
color: #FF528D;
}
.AnyTagClassName
{
color: #FF528D;
}
</style>
background-color css
<style>
a { background-color: #FF528D; }
a { background-color: rgb(255,82,141); }
div.DivClassName
{
background-color: #FF528D;
}
.BgClassName
{
background-color: #FF528D;
}
</style>
border-color css
<style>
span { border-color: #FF528D; }
span { border-color: rgb(255,82,141); }
td.TdClassName
{
border-color: #FF528D;
}
.TagClassName
{
border-color: #FF528D;
}
</style>