Shades of French Rose #F4528B
Tints of French Rose #F4528B
RGB
CMYK
RGB Variations
Color information
#F4528B (or 0xF4528B) is known color: French Rose. HEX triplet: F4, 52 and 8B. RGB value is (244,82,139). Sum of RGB (Red+Green+Blue) = 244+82+139=465 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.47% from 465); Green value is 82 (32.42% from 255 or 17.63% from 465); Blue value is 139 (54.69% from 255 or 29.89% from 465); Max value from RGB is 244 - color contains mainly: red. Hex color #F4528B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F4528B is #0BAD74. Grayscale: #888888. Windows color (decimal): -765301 or 9130740. OLE color: 9130740.
HSL color Cylindrical-coordinate representation of color #F4528B: hue angle of 338.89º 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 #F4528B is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 82 | 139 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.04 |
| HSL | 338.89º | 0.88% | 0.64% | - |
| HSV(B) | 338.89º | 0.66% | 0.96% | - |
| XYZ | 44.99 | 27.13 | 27.29 | - |
| YUV | 136.94 | 129.17 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 82 | 139 | 0 | 0.66 | 0.43 | 0.04 | 338.89 | 0.88 | 0.64 |
| Hex | F4 | 52 | 8B | 0 | 42 | 2B | 4 | 153 | 58 | 40 |
| Octal | 364 | 122 | 213 | 0 | 102 | 53 | 4 | 523 | 130 | 100 |
| Binary | 11110100 | 1010010 | 10001011 | 0 | 1000010 | 101011 | 100 | 101010011 | 1011000 | 1000000 |
Color Harmonies of #F4528B
Complementary color
Monochromatic Colors of #F4528B
Black with #F4528B
Text Example
Text Example
White with #F4528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4528B; }
p { color: rgb(244,82,139); }
H1.HeaderClassName
{
color: #F4528B;
}
.AnyTagClassName
{
color: #F4528B;
}
</style>
background-color css
<style>
a { background-color: #F4528B; }
a { background-color: rgb(244,82,139); }
div.DivClassName
{
background-color: #F4528B;
}
.BgClassName
{
background-color: #F4528B;
}
</style>
border-color css
<style>
span { border-color: #F4528B; }
span { border-color: rgb(244,82,139); }
td.TdClassName
{
border-color: #F4528B;
}
.TagClassName
{
border-color: #F4528B;
}
</style>