Shades of French Rose #F3598D
Tints of French Rose #F3598D
RGB
CMYK
RGB Variations
Color information
#F3598D (or 0xF3598D) is known color: French Rose. HEX triplet: F3, 59 and 8D. RGB value is (243,89,141). Sum of RGB (Red+Green+Blue) = 243+89+141=473 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.37% from 473); Green value is 89 (35.16% from 255 or 18.82% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 243 - color contains mainly: red. Hex color #F3598D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F3598D is #0CA672. Grayscale: #8C8C8C. Windows color (decimal): -829043 or 9263603. OLE color: 9263603.
HSL color Cylindrical-coordinate representation of color #F3598D: hue angle of 339.74º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F3598D is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 89 | 141 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.05 |
| HSL | 339.74º | 0.87% | 0.65% | - |
| HSV(B) | 339.74º | 0.63% | 0.95% | - |
| XYZ | 45.34 | 28.12 | 28.24 | - |
| YUV | 140.97 | 128.02 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 89 | 141 | 0 | 0.63 | 0.42 | 0.05 | 339.74 | 0.87 | 0.65 |
| Hex | F3 | 59 | 8D | 0 | 3F | 2A | 5 | 154 | 57 | 41 |
| Octal | 363 | 131 | 215 | 0 | 77 | 52 | 5 | 524 | 127 | 101 |
| Binary | 11110011 | 1011001 | 10001101 | 0 | 111111 | 101010 | 101 | 101010100 | 1010111 | 1000001 |
Color Harmonies of #F3598D
Complementary color
Monochromatic Colors of #F3598D
Black with #F3598D
Text Example
Text Example
White with #F3598D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3598D; }
p { color: rgb(243,89,141); }
H1.HeaderClassName
{
color: #F3598D;
}
.AnyTagClassName
{
color: #F3598D;
}
</style>
background-color css
<style>
a { background-color: #F3598D; }
a { background-color: rgb(243,89,141); }
div.DivClassName
{
background-color: #F3598D;
}
.BgClassName
{
background-color: #F3598D;
}
</style>
border-color css
<style>
span { border-color: #F3598D; }
span { border-color: rgb(243,89,141); }
td.TdClassName
{
border-color: #F3598D;
}
.TagClassName
{
border-color: #F3598D;
}
</style>