Shades of French Rose #F15185
Tints of French Rose #F15185
RGB
CMYK
RGB Variations
Color information
#F15185 (or 0xF15185) is known color: French Rose. HEX triplet: F1, 51 and 85. RGB value is (241,81,133). Sum of RGB (Red+Green+Blue) = 241+81+133=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 81 (32.03% from 255 or 17.80% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F15185 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15185 is #0EAE7A. Grayscale: #868686. Windows color (decimal): -962171 or 8737265. OLE color: 8737265.
HSL color Cylindrical-coordinate representation of color #F15185: hue angle of 340.5º 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 #F15185 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 81 | 133 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.05 |
| HSL | 340.5º | 0.85% | 0.63% | - |
| HSV(B) | 340.5º | 0.66% | 0.95% | - |
| XYZ | 43.45 | 26.28 | 24.97 | - |
| YUV | 134.77 | 127.01 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 81 | 133 | 0 | 0.66 | 0.45 | 0.05 | 340.5 | 0.85 | 0.63 |
| Hex | F1 | 51 | 85 | 0 | 42 | 2D | 5 | 154 | 55 | 3F |
| Octal | 361 | 121 | 205 | 0 | 102 | 55 | 5 | 524 | 125 | 77 |
| Binary | 11110001 | 1010001 | 10000101 | 0 | 1000010 | 101101 | 101 | 101010100 | 1010101 | 111111 |
Color Harmonies of #F15185
Complementary color
Monochromatic Colors of #F15185
Black with #F15185
Text Example
Text Example
White with #F15185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15185; }
p { color: rgb(241,81,133); }
H1.HeaderClassName
{
color: #F15185;
}
.AnyTagClassName
{
color: #F15185;
}
</style>
background-color css
<style>
a { background-color: #F15185; }
a { background-color: rgb(241,81,133); }
div.DivClassName
{
background-color: #F15185;
}
.BgClassName
{
background-color: #F15185;
}
</style>
border-color css
<style>
span { border-color: #F15185; }
span { border-color: rgb(241,81,133); }
td.TdClassName
{
border-color: #F15185;
}
.TagClassName
{
border-color: #F15185;
}
</style>