Shades of French Rose #F15496
Tints of French Rose #F15496
RGB
CMYK
RGB Variations
Color information
#F15496 (or 0xF15496) is known color: French Rose. HEX triplet: F1, 54 and 96. RGB value is (241,84,150). Sum of RGB (Red+Green+Blue) = 241+84+150=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 84 (33.20% from 255 or 17.68% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F15496 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15496 is #0EAB69. Grayscale: #8A8A8A. Windows color (decimal): -961386 or 9852145. OLE color: 9852145.
HSL color Cylindrical-coordinate representation of color #F15496: hue angle of 334.78º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F15496 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 84 | 150 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.05 |
| HSL | 334.78º | 0.85% | 0.64% | - |
| HSV(B) | 334.78º | 0.65% | 0.95% | - |
| XYZ | 44.95 | 27.24 | 31.74 | - |
| YUV | 138.47 | 134.51 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 84 | 150 | 0 | 0.65 | 0.38 | 0.05 | 334.78 | 0.85 | 0.64 |
| Hex | F1 | 54 | 96 | 0 | 41 | 26 | 5 | 14F | 55 | 40 |
| Octal | 361 | 124 | 226 | 0 | 101 | 46 | 5 | 517 | 125 | 100 |
| Binary | 11110001 | 1010100 | 10010110 | 0 | 1000001 | 100110 | 101 | 101001111 | 1010101 | 1000000 |
Color Harmonies of #F15496
Complementary color
Monochromatic Colors of #F15496
Black with #F15496
Text Example
Text Example
White with #F15496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15496; }
p { color: rgb(241,84,150); }
H1.HeaderClassName
{
color: #F15496;
}
.AnyTagClassName
{
color: #F15496;
}
</style>
background-color css
<style>
a { background-color: #F15496; }
a { background-color: rgb(241,84,150); }
div.DivClassName
{
background-color: #F15496;
}
.BgClassName
{
background-color: #F15496;
}
</style>
border-color css
<style>
span { border-color: #F15496; }
span { border-color: rgb(241,84,150); }
td.TdClassName
{
border-color: #F15496;
}
.TagClassName
{
border-color: #F15496;
}
</style>