Shades of French Rose #F15186
Tints of French Rose #F15186
RGB
CMYK
RGB Variations
Color information
#F15186 (or 0xF15186) is known color: French Rose. HEX triplet: F1, 51 and 86. RGB value is (241,81,134). Sum of RGB (Red+Green+Blue) = 241+81+134=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 81 (32.03% from 255 or 17.76% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F15186 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15186 is #0EAE79. Grayscale: #868686. Windows color (decimal): -962170 or 8802801. OLE color: 8802801.
HSL color Cylindrical-coordinate representation of color #F15186: hue angle of 340.12º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F15186 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 81 | 134 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.05 |
| HSL | 340.13º | 0.85% | 0.63% | - |
| HSV(B) | 340.13º | 0.66% | 0.95% | - |
| XYZ | 43.52 | 26.31 | 25.34 | - |
| YUV | 134.88 | 127.51 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 81 | 134 | 0 | 0.66 | 0.44 | 0.05 | 340.13 | 0.85 | 0.63 |
| Hex | F1 | 51 | 86 | 0 | 42 | 2C | 5 | 154 | 55 | 3F |
| Octal | 361 | 121 | 206 | 0 | 102 | 54 | 5 | 524 | 125 | 77 |
| Binary | 11110001 | 1010001 | 10000110 | 0 | 1000010 | 101100 | 101 | 101010100 | 1010101 | 111111 |
Color Harmonies of #F15186
Complementary color
Monochromatic Colors of #F15186
Black with #F15186
Text Example
Text Example
White with #F15186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15186; }
p { color: rgb(241,81,134); }
H1.HeaderClassName
{
color: #F15186;
}
.AnyTagClassName
{
color: #F15186;
}
</style>
background-color css
<style>
a { background-color: #F15186; }
a { background-color: rgb(241,81,134); }
div.DivClassName
{
background-color: #F15186;
}
.BgClassName
{
background-color: #F15186;
}
</style>
border-color css
<style>
span { border-color: #F15186; }
span { border-color: rgb(241,81,134); }
td.TdClassName
{
border-color: #F15186;
}
.TagClassName
{
border-color: #F15186;
}
</style>