Shades of French Rose #F7528F
Tints of French Rose #F7528F
RGB
CMYK
RGB Variations
Color information
#F7528F (or 0xF7528F) is known color: French Rose. HEX triplet: F7, 52 and 8F. RGB value is (247,82,143). Sum of RGB (Red+Green+Blue) = 247+82+143=472 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.33% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 247 - color contains mainly: red. Hex color #F7528F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7528F is #08AD70. Grayscale: #8A8A8A. Windows color (decimal): -568689 or 9392887. OLE color: 9392887.
HSL color Cylindrical-coordinate representation of color #F7528F: hue angle of 337.82º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F7528F is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 82 | 143 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.03 |
| HSL | 337.82º | 0.91% | 0.65% | - |
| HSV(B) | 337.82º | 0.67% | 0.97% | - |
| XYZ | 46.33 | 27.79 | 28.91 | - |
| YUV | 138.29 | 130.66 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 82 | 143 | 0 | 0.67 | 0.42 | 0.03 | 337.82 | 0.91 | 0.65 |
| Hex | F7 | 52 | 8F | 0 | 43 | 2A | 3 | 152 | 5B | 41 |
| Octal | 367 | 122 | 217 | 0 | 103 | 52 | 3 | 522 | 133 | 101 |
| Binary | 11110111 | 1010010 | 10001111 | 0 | 1000011 | 101010 | 11 | 101010010 | 1011011 | 1000001 |
Color Harmonies of #F7528F
Complementary color
Monochromatic Colors of #F7528F
Black with #F7528F
Text Example
Text Example
White with #F7528F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7528F; }
p { color: rgb(247,82,143); }
H1.HeaderClassName
{
color: #F7528F;
}
.AnyTagClassName
{
color: #F7528F;
}
</style>
background-color css
<style>
a { background-color: #F7528F; }
a { background-color: rgb(247,82,143); }
div.DivClassName
{
background-color: #F7528F;
}
.BgClassName
{
background-color: #F7528F;
}
</style>
border-color css
<style>
span { border-color: #F7528F; }
span { border-color: rgb(247,82,143); }
td.TdClassName
{
border-color: #F7528F;
}
.TagClassName
{
border-color: #F7528F;
}
</style>