Shades of French Rose #F9598B
Tints of French Rose #F9598B
RGB
CMYK
RGB Variations
Color information
#F9598B (or 0xF9598B) is known color: French Rose. HEX triplet: F9, 59 and 8B. RGB value is (249,89,139). Sum of RGB (Red+Green+Blue) = 249+89+139=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 89 (35.16% from 255 or 18.66% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F9598B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9598B is #06A674. Grayscale: #8E8E8E. Windows color (decimal): -435829 or 9132537. OLE color: 9132537.
HSL color Cylindrical-coordinate representation of color #F9598B: hue angle of 341.25º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F9598B is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 89 | 139 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.02 |
| HSL | 341.25º | 0.93% | 0.66% | - |
| HSV(B) | 341.25º | 0.64% | 0.98% | - |
| XYZ | 47.3 | 29.15 | 27.56 | - |
| YUV | 142.54 | 126.01 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 89 | 139 | 0 | 0.64 | 0.44 | 0.02 | 341.25 | 0.93 | 0.66 |
| Hex | F9 | 59 | 8B | 0 | 40 | 2C | 2 | 155 | 5D | 42 |
| Octal | 371 | 131 | 213 | 0 | 100 | 54 | 2 | 525 | 135 | 102 |
| Binary | 11111001 | 1011001 | 10001011 | 0 | 1000000 | 101100 | 10 | 101010101 | 1011101 | 1000010 |
Color Harmonies of #F9598B
Complementary color
Monochromatic Colors of #F9598B
Black with #F9598B
Text Example
Text Example
White with #F9598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9598B; }
p { color: rgb(249,89,139); }
H1.HeaderClassName
{
color: #F9598B;
}
.AnyTagClassName
{
color: #F9598B;
}
</style>
background-color css
<style>
a { background-color: #F9598B; }
a { background-color: rgb(249,89,139); }
div.DivClassName
{
background-color: #F9598B;
}
.BgClassName
{
background-color: #F9598B;
}
</style>
border-color css
<style>
span { border-color: #F9598B; }
span { border-color: rgb(249,89,139); }
td.TdClassName
{
border-color: #F9598B;
}
.TagClassName
{
border-color: #F9598B;
}
</style>