Shades of French Rose #F3558C
Tints of French Rose #F3558C
RGB
CMYK
RGB Variations
Color information
#F3558C (or 0xF3558C) is known color: French Rose. HEX triplet: F3, 55 and 8C. RGB value is (243,85,140). Sum of RGB (Red+Green+Blue) = 243+85+140=468 (61% of max value = 765). Red value is 243 (95.31% from 255 or 51.92% from 468); Green value is 85 (33.59% from 255 or 18.16% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 243 - color contains mainly: red. Hex color #F3558C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F3558C is #0CAA73. Grayscale: #8A8A8A. Windows color (decimal): -830068 or 9197043. OLE color: 9197043.
HSL color Cylindrical-coordinate representation of color #F3558C: hue angle of 339.11º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F3558C is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 85 | 140 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.05 |
| HSL | 339.11º | 0.87% | 0.64% | - |
| HSV(B) | 339.11º | 0.65% | 0.95% | - |
| XYZ | 44.94 | 27.45 | 27.74 | - |
| YUV | 138.51 | 128.85 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 85 | 140 | 0 | 0.65 | 0.42 | 0.05 | 339.11 | 0.87 | 0.64 |
| Hex | F3 | 55 | 8C | 0 | 41 | 2A | 5 | 153 | 57 | 40 |
| Octal | 363 | 125 | 214 | 0 | 101 | 52 | 5 | 523 | 127 | 100 |
| Binary | 11110011 | 1010101 | 10001100 | 0 | 1000001 | 101010 | 101 | 101010011 | 1010111 | 1000000 |
Color Harmonies of #F3558C
Complementary color
Monochromatic Colors of #F3558C
Black with #F3558C
Text Example
Text Example
White with #F3558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3558C; }
p { color: rgb(243,85,140); }
H1.HeaderClassName
{
color: #F3558C;
}
.AnyTagClassName
{
color: #F3558C;
}
</style>
background-color css
<style>
a { background-color: #F3558C; }
a { background-color: rgb(243,85,140); }
div.DivClassName
{
background-color: #F3558C;
}
.BgClassName
{
background-color: #F3558C;
}
</style>
border-color css
<style>
span { border-color: #F3558C; }
span { border-color: rgb(243,85,140); }
td.TdClassName
{
border-color: #F3558C;
}
.TagClassName
{
border-color: #F3558C;
}
</style>