Shades of French Rose #F4558D
Tints of French Rose #F4558D
RGB
CMYK
RGB Variations
Color information
#F4558D (or 0xF4558D) is known color: French Rose. HEX triplet: F4, 55 and 8D. RGB value is (244,85,141). Sum of RGB (Red+Green+Blue) = 244+85+141=470 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.91% from 470); Green value is 85 (33.59% from 255 or 18.09% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 244 - color contains mainly: red. Hex color #F4558D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F4558D is #0BAA72. Grayscale: #8A8A8A. Windows color (decimal): -764531 or 9262580. OLE color: 9262580.
HSL color Cylindrical-coordinate representation of color #F4558D: hue angle of 338.87º 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 #F4558D is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 85 | 141 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.04 |
| HSL | 338.87º | 0.88% | 0.65% | - |
| HSV(B) | 338.87º | 0.65% | 0.96% | - |
| XYZ | 45.36 | 27.65 | 28.15 | - |
| YUV | 138.93 | 129.18 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 85 | 141 | 0 | 0.65 | 0.42 | 0.04 | 338.87 | 0.88 | 0.65 |
| Hex | F4 | 55 | 8D | 0 | 41 | 2A | 4 | 153 | 58 | 41 |
| Octal | 364 | 125 | 215 | 0 | 101 | 52 | 4 | 523 | 130 | 101 |
| Binary | 11110100 | 1010101 | 10001101 | 0 | 1000001 | 101010 | 100 | 101010011 | 1011000 | 1000001 |
Color Harmonies of #F4558D
Complementary color
Monochromatic Colors of #F4558D
Black with #F4558D
Text Example
Text Example
White with #F4558D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4558D; }
p { color: rgb(244,85,141); }
H1.HeaderClassName
{
color: #F4558D;
}
.AnyTagClassName
{
color: #F4558D;
}
</style>
background-color css
<style>
a { background-color: #F4558D; }
a { background-color: rgb(244,85,141); }
div.DivClassName
{
background-color: #F4558D;
}
.BgClassName
{
background-color: #F4558D;
}
</style>
border-color css
<style>
span { border-color: #F4558D; }
span { border-color: rgb(244,85,141); }
td.TdClassName
{
border-color: #F4558D;
}
.TagClassName
{
border-color: #F4558D;
}
</style>