Shades of French Rose #F15089
Tints of French Rose #F15089
RGB
CMYK
RGB Variations
Color information
#F15089 (or 0xF15089) is known color: French Rose. HEX triplet: F1, 50 and 89. RGB value is (241,80,137). Sum of RGB (Red+Green+Blue) = 241+80+137=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 80 (31.64% from 255 or 17.47% from 458); Blue value is 137 (53.91% from 255 or 29.91% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F15089 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15089 is #0EAF76. Grayscale: #868686. Windows color (decimal): -962423 or 8999153. OLE color: 8999153.
HSL color Cylindrical-coordinate representation of color #F15089: hue angle of 338.76º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F15089 is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 137 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.05 |
| HSL | 338.76º | 0.85% | 0.63% | - |
| HSV(B) | 338.76º | 0.67% | 0.95% | - |
| XYZ | 43.66 | 26.24 | 26.43 | - |
| YUV | 134.64 | 129.34 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 137 | 0 | 0.67 | 0.43 | 0.05 | 338.76 | 0.85 | 0.63 |
| Hex | F1 | 50 | 89 | 0 | 43 | 2B | 5 | 153 | 55 | 3F |
| Octal | 361 | 120 | 211 | 0 | 103 | 53 | 5 | 523 | 125 | 77 |
| Binary | 11110001 | 1010000 | 10001001 | 0 | 1000011 | 101011 | 101 | 101010011 | 1010101 | 111111 |
Color Harmonies of #F15089
Complementary color
Monochromatic Colors of #F15089
Black with #F15089
Text Example
Text Example
White with #F15089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15089; }
p { color: rgb(241,80,137); }
H1.HeaderClassName
{
color: #F15089;
}
.AnyTagClassName
{
color: #F15089;
}
</style>
background-color css
<style>
a { background-color: #F15089; }
a { background-color: rgb(241,80,137); }
div.DivClassName
{
background-color: #F15089;
}
.BgClassName
{
background-color: #F15089;
}
</style>
border-color css
<style>
span { border-color: #F15089; }
span { border-color: rgb(241,80,137); }
td.TdClassName
{
border-color: #F15089;
}
.TagClassName
{
border-color: #F15089;
}
</style>