Shades of French Rose #F15296
Tints of French Rose #F15296
RGB
CMYK
RGB Variations
Color information
#F15296 (or 0xF15296) is known color: French Rose. HEX triplet: F1, 52 and 96. RGB value is (241,82,150). Sum of RGB (Red+Green+Blue) = 241+82+150=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F15296 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15296 is #0EAD69. Grayscale: #898989. Windows color (decimal): -961898 or 9851633. OLE color: 9851633.
HSL color Cylindrical-coordinate representation of color #F15296: hue angle of 334.34º 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 #F15296 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 82 | 150 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.05 |
| HSL | 334.34º | 0.85% | 0.63% | - |
| HSV(B) | 334.34º | 0.66% | 0.95% | - |
| XYZ | 44.8 | 26.94 | 31.69 | - |
| YUV | 137.29 | 135.18 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 82 | 150 | 0 | 0.66 | 0.38 | 0.05 | 334.34 | 0.85 | 0.63 |
| Hex | F1 | 52 | 96 | 0 | 42 | 26 | 5 | 14E | 55 | 3F |
| Octal | 361 | 122 | 226 | 0 | 102 | 46 | 5 | 516 | 125 | 77 |
| Binary | 11110001 | 1010010 | 10010110 | 0 | 1000010 | 100110 | 101 | 101001110 | 1010101 | 111111 |
Color Harmonies of #F15296
Complementary color
Monochromatic Colors of #F15296
Black with #F15296
Text Example
Text Example
White with #F15296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15296; }
p { color: rgb(241,82,150); }
H1.HeaderClassName
{
color: #F15296;
}
.AnyTagClassName
{
color: #F15296;
}
</style>
background-color css
<style>
a { background-color: #F15296; }
a { background-color: rgb(241,82,150); }
div.DivClassName
{
background-color: #F15296;
}
.BgClassName
{
background-color: #F15296;
}
</style>
border-color css
<style>
span { border-color: #F15296; }
span { border-color: rgb(241,82,150); }
td.TdClassName
{
border-color: #F15296;
}
.TagClassName
{
border-color: #F15296;
}
</style>