Shades of French Rose #F2598C
Tints of French Rose #F2598C
RGB
CMYK
RGB Variations
Color information
#F2598C (or 0xF2598C) is known color: French Rose. HEX triplet: F2, 59 and 8C. RGB value is (242,89,140). Sum of RGB (Red+Green+Blue) = 242+89+140=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 89 (35.16% from 255 or 18.90% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F2598C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2598C is #0DA673. Grayscale: #8C8C8C. Windows color (decimal): -894580 or 9198066. OLE color: 9198066.
HSL color Cylindrical-coordinate representation of color #F2598C: hue angle of 340º degrees, saturation: 0.85, 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 #F2598C is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 140 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.05 |
| HSL | 340º | 0.85% | 0.65% | - |
| HSV(B) | 340º | 0.63% | 0.95% | - |
| XYZ | 44.92 | 27.92 | 27.83 | - |
| YUV | 140.56 | 127.69 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 140 | 0 | 0.63 | 0.42 | 0.05 | 340 | 0.85 | 0.65 |
| Hex | F2 | 59 | 8C | 0 | 3F | 2A | 5 | 154 | 55 | 41 |
| Octal | 362 | 131 | 214 | 0 | 77 | 52 | 5 | 524 | 125 | 101 |
| Binary | 11110010 | 1011001 | 10001100 | 0 | 111111 | 101010 | 101 | 101010100 | 1010101 | 1000001 |
Color Harmonies of #F2598C
Complementary color
Monochromatic Colors of #F2598C
Black with #F2598C
Text Example
Text Example
White with #F2598C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2598C; }
p { color: rgb(242,89,140); }
H1.HeaderClassName
{
color: #F2598C;
}
.AnyTagClassName
{
color: #F2598C;
}
</style>
background-color css
<style>
a { background-color: #F2598C; }
a { background-color: rgb(242,89,140); }
div.DivClassName
{
background-color: #F2598C;
}
.BgClassName
{
background-color: #F2598C;
}
</style>
border-color css
<style>
span { border-color: #F2598C; }
span { border-color: rgb(242,89,140); }
td.TdClassName
{
border-color: #F2598C;
}
.TagClassName
{
border-color: #F2598C;
}
</style>