Shades of French Rose #F7598E
Tints of French Rose #F7598E
RGB
CMYK
RGB Variations
Color information
#F7598E (or 0xF7598E) is known color: French Rose. HEX triplet: F7, 59 and 8E. RGB value is (247,89,142). Sum of RGB (Red+Green+Blue) = 247+89+142=478 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.67% from 478); Green value is 89 (35.16% from 255 or 18.62% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 247 - color contains mainly: red. Hex color #F7598E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7598E is #08A671. Grayscale: #8E8E8E. Windows color (decimal): -566898 or 9329143. OLE color: 9329143.
HSL color Cylindrical-coordinate representation of color #F7598E: hue angle of 339.87º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F7598E is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 89 | 142 | - |
| CMYK | 0 | 0.64 | 0.43 | 0.03 |
| HSL | 339.87º | 0.91% | 0.66% | - |
| HSV(B) | 339.87º | 0.64% | 0.97% | - |
| XYZ | 46.81 | 28.87 | 28.7 | - |
| YUV | 142.28 | 127.85 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 89 | 142 | 0 | 0.64 | 0.43 | 0.03 | 339.87 | 0.91 | 0.66 |
| Hex | F7 | 59 | 8E | 0 | 40 | 2B | 3 | 154 | 5B | 42 |
| Octal | 367 | 131 | 216 | 0 | 100 | 53 | 3 | 524 | 133 | 102 |
| Binary | 11110111 | 1011001 | 10001110 | 0 | 1000000 | 101011 | 11 | 101010100 | 1011011 | 1000010 |
Color Harmonies of #F7598E
Complementary color
Monochromatic Colors of #F7598E
Black with #F7598E
Text Example
Text Example
White with #F7598E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7598E; }
p { color: rgb(247,89,142); }
H1.HeaderClassName
{
color: #F7598E;
}
.AnyTagClassName
{
color: #F7598E;
}
</style>
background-color css
<style>
a { background-color: #F7598E; }
a { background-color: rgb(247,89,142); }
div.DivClassName
{
background-color: #F7598E;
}
.BgClassName
{
background-color: #F7598E;
}
</style>
border-color css
<style>
span { border-color: #F7598E; }
span { border-color: rgb(247,89,142); }
td.TdClassName
{
border-color: #F7598E;
}
.TagClassName
{
border-color: #F7598E;
}
</style>