Shades of French Rose #F1598D
Tints of French Rose #F1598D
RGB
CMYK
RGB Variations
Color information
#F1598D (or 0xF1598D) is known color: French Rose. HEX triplet: F1, 59 and 8D. RGB value is (241,89,141). Sum of RGB (Red+Green+Blue) = 241+89+141=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 89 (35.16% from 255 or 18.90% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F1598D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1598D is #0EA672. Grayscale: #8C8C8C. Windows color (decimal): -960115 or 9263601. OLE color: 9263601.
HSL color Cylindrical-coordinate representation of color #F1598D: hue angle of 339.47º degrees, saturation: 0.84, 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 #F1598D is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 89 | 141 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.05 |
| HSL | 339.47º | 0.84% | 0.65% | - |
| HSV(B) | 339.47º | 0.63% | 0.95% | - |
| XYZ | 44.66 | 27.77 | 28.21 | - |
| YUV | 140.38 | 128.36 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 89 | 141 | 0 | 0.63 | 0.41 | 0.05 | 339.47 | 0.84 | 0.65 |
| Hex | F1 | 59 | 8D | 0 | 3F | 29 | 5 | 153 | 54 | 41 |
| Octal | 361 | 131 | 215 | 0 | 77 | 51 | 5 | 523 | 124 | 101 |
| Binary | 11110001 | 1011001 | 10001101 | 0 | 111111 | 101001 | 101 | 101010011 | 1010100 | 1000001 |
Color Harmonies of #F1598D
Complementary color
Monochromatic Colors of #F1598D
Black with #F1598D
Text Example
Text Example
White with #F1598D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1598D; }
p { color: rgb(241,89,141); }
H1.HeaderClassName
{
color: #F1598D;
}
.AnyTagClassName
{
color: #F1598D;
}
</style>
background-color css
<style>
a { background-color: #F1598D; }
a { background-color: rgb(241,89,141); }
div.DivClassName
{
background-color: #F1598D;
}
.BgClassName
{
background-color: #F1598D;
}
</style>
border-color css
<style>
span { border-color: #F1598D; }
span { border-color: rgb(241,89,141); }
td.TdClassName
{
border-color: #F1598D;
}
.TagClassName
{
border-color: #F1598D;
}
</style>