Shades of French Rose #F4528F
Tints of French Rose #F4528F
RGB
CMYK
RGB Variations
Color information
#F4528F (or 0xF4528F) is known color: French Rose. HEX triplet: F4, 52 and 8F. RGB value is (244,82,143). Sum of RGB (Red+Green+Blue) = 244+82+143=469 (62% of max value = 765). Red value is 244 (95.70% from 255 or 52.03% from 469); Green value is 82 (32.42% from 255 or 17.48% from 469); Blue value is 143 (56.25% from 255 or 30.49% from 469); Max value from RGB is 244 - color contains mainly: red. Hex color #F4528F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F4528F is #0BAD70. Grayscale: #898989. Windows color (decimal): -765297 or 9392884. OLE color: 9392884.
HSL color Cylindrical-coordinate representation of color #F4528F: hue angle of 337.41º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F4528F is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 82 | 143 | - |
| CMYK | 0 | 0.66 | 0.41 | 0.04 |
| HSL | 337.41º | 0.88% | 0.64% | - |
| HSV(B) | 337.41º | 0.66% | 0.96% | - |
| XYZ | 45.28 | 27.25 | 28.86 | - |
| YUV | 137.39 | 131.17 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 82 | 143 | 0 | 0.66 | 0.41 | 0.04 | 337.41 | 0.88 | 0.64 |
| Hex | F4 | 52 | 8F | 0 | 42 | 29 | 4 | 151 | 58 | 40 |
| Octal | 364 | 122 | 217 | 0 | 102 | 51 | 4 | 521 | 130 | 100 |
| Binary | 11110100 | 1010010 | 10001111 | 0 | 1000010 | 101001 | 100 | 101010001 | 1011000 | 1000000 |
Color Harmonies of #F4528F
Complementary color
Monochromatic Colors of #F4528F
Black with #F4528F
Text Example
Text Example
White with #F4528F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4528F; }
p { color: rgb(244,82,143); }
H1.HeaderClassName
{
color: #F4528F;
}
.AnyTagClassName
{
color: #F4528F;
}
</style>
background-color css
<style>
a { background-color: #F4528F; }
a { background-color: rgb(244,82,143); }
div.DivClassName
{
background-color: #F4528F;
}
.BgClassName
{
background-color: #F4528F;
}
</style>
border-color css
<style>
span { border-color: #F4528F; }
span { border-color: rgb(244,82,143); }
td.TdClassName
{
border-color: #F4528F;
}
.TagClassName
{
border-color: #F4528F;
}
</style>