Shades of French Rose #F4558B
Tints of French Rose #F4558B
RGB
CMYK
RGB Variations
Color information
#F4558B (or 0xF4558B) is known color: French Rose. HEX triplet: F4, 55 and 8B. RGB value is (244,85,139). Sum of RGB (Red+Green+Blue) = 244+85+139=468 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.14% from 468); Green value is 85 (33.59% from 255 or 18.16% from 468); Blue value is 139 (54.69% from 255 or 29.70% from 468); Max value from RGB is 244 - color contains mainly: red. Hex color #F4558B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F4558B is #0BAA74. Grayscale: #8A8A8A. Windows color (decimal): -764533 or 9131508. OLE color: 9131508.
HSL color Cylindrical-coordinate representation of color #F4558B: hue angle of 339.62º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F4558B is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 85 | 139 | - |
| CMYK | 0 | 0.65 | 0.43 | 0.04 |
| HSL | 339.62º | 0.88% | 0.65% | - |
| HSV(B) | 339.62º | 0.65% | 0.96% | - |
| XYZ | 45.22 | 27.59 | 27.37 | - |
| YUV | 138.7 | 128.18 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 85 | 139 | 0 | 0.65 | 0.43 | 0.04 | 339.62 | 0.88 | 0.65 |
| Hex | F4 | 55 | 8B | 0 | 41 | 2B | 4 | 154 | 58 | 41 |
| Octal | 364 | 125 | 213 | 0 | 101 | 53 | 4 | 524 | 130 | 101 |
| Binary | 11110100 | 1010101 | 10001011 | 0 | 1000001 | 101011 | 100 | 101010100 | 1011000 | 1000001 |
Color Harmonies of #F4558B
Complementary color
Monochromatic Colors of #F4558B
Black with #F4558B
Text Example
Text Example
White with #F4558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4558B; }
p { color: rgb(244,85,139); }
H1.HeaderClassName
{
color: #F4558B;
}
.AnyTagClassName
{
color: #F4558B;
}
</style>
background-color css
<style>
a { background-color: #F4558B; }
a { background-color: rgb(244,85,139); }
div.DivClassName
{
background-color: #F4558B;
}
.BgClassName
{
background-color: #F4558B;
}
</style>
border-color css
<style>
span { border-color: #F4558B; }
span { border-color: rgb(244,85,139); }
td.TdClassName
{
border-color: #F4558B;
}
.TagClassName
{
border-color: #F4558B;
}
</style>