Shades of French Rose #F9558C
Tints of French Rose #F9558C
RGB
CMYK
RGB Variations
Color information
#F9558C (or 0xF9558C) is known color: French Rose. HEX triplet: F9, 55 and 8C. RGB value is (249,85,140). Sum of RGB (Red+Green+Blue) = 249+85+140=474 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.53% from 474); Green value is 85 (33.59% from 255 or 17.93% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 249 - color contains mainly: red. Hex color #F9558C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9558C is #06AA73. Grayscale: #8C8C8C. Windows color (decimal): -436852 or 9197049. OLE color: 9197049.
HSL color Cylindrical-coordinate representation of color #F9558C: hue angle of 339.88º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F9558C is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 85 | 140 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.02 |
| HSL | 339.88º | 0.93% | 0.65% | - |
| HSV(B) | 339.88º | 0.66% | 0.98% | - |
| XYZ | 47.05 | 28.53 | 27.84 | - |
| YUV | 140.31 | 127.83 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 85 | 140 | 0 | 0.66 | 0.44 | 0.02 | 339.88 | 0.93 | 0.65 |
| Hex | F9 | 55 | 8C | 0 | 42 | 2C | 2 | 154 | 5D | 41 |
| Octal | 371 | 125 | 214 | 0 | 102 | 54 | 2 | 524 | 135 | 101 |
| Binary | 11111001 | 1010101 | 10001100 | 0 | 1000010 | 101100 | 10 | 101010100 | 1011101 | 1000001 |
Color Harmonies of #F9558C
Complementary color
Monochromatic Colors of #F9558C
Black with #F9558C
Text Example
Text Example
White with #F9558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9558C; }
p { color: rgb(249,85,140); }
H1.HeaderClassName
{
color: #F9558C;
}
.AnyTagClassName
{
color: #F9558C;
}
</style>
background-color css
<style>
a { background-color: #F9558C; }
a { background-color: rgb(249,85,140); }
div.DivClassName
{
background-color: #F9558C;
}
.BgClassName
{
background-color: #F9558C;
}
</style>
border-color css
<style>
span { border-color: #F9558C; }
span { border-color: rgb(249,85,140); }
td.TdClassName
{
border-color: #F9558C;
}
.TagClassName
{
border-color: #F9558C;
}
</style>