Shades of French Rose #F0558C
Tints of French Rose #F0558C
RGB
CMYK
RGB Variations
Color information
#F0558C (or 0xF0558C) is known color: French Rose. HEX triplet: F0, 55 and 8C. RGB value is (240,85,140). Sum of RGB (Red+Green+Blue) = 240+85+140=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F0558C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0558C is #0FAA73. Grayscale: #898989. Windows color (decimal): -1026676 or 9197040. OLE color: 9197040.
HSL color Cylindrical-coordinate representation of color #F0558C: hue angle of 338.71º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F0558C is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 85 | 140 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.06 |
| HSL | 338.71º | 0.84% | 0.64% | - |
| HSV(B) | 338.71º | 0.65% | 0.94% | - |
| XYZ | 43.92 | 26.92 | 27.69 | - |
| YUV | 137.62 | 129.35 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 85 | 140 | 0 | 0.65 | 0.42 | 0.06 | 338.71 | 0.84 | 0.64 |
| Hex | F0 | 55 | 8C | 0 | 41 | 2A | 6 | 153 | 54 | 40 |
| Octal | 360 | 125 | 214 | 0 | 101 | 52 | 6 | 523 | 124 | 100 |
| Binary | 11110000 | 1010101 | 10001100 | 0 | 1000001 | 101010 | 110 | 101010011 | 1010100 | 1000000 |
Color Harmonies of #F0558C
Complementary color
Monochromatic Colors of #F0558C
Black with #F0558C
Text Example
Text Example
White with #F0558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0558C; }
p { color: rgb(240,85,140); }
H1.HeaderClassName
{
color: #F0558C;
}
.AnyTagClassName
{
color: #F0558C;
}
</style>
background-color css
<style>
a { background-color: #F0558C; }
a { background-color: rgb(240,85,140); }
div.DivClassName
{
background-color: #F0558C;
}
.BgClassName
{
background-color: #F0558C;
}
</style>
border-color css
<style>
span { border-color: #F0558C; }
span { border-color: rgb(240,85,140); }
td.TdClassName
{
border-color: #F0558C;
}
.TagClassName
{
border-color: #F0558C;
}
</style>