Shades of French Rose #F15097
Tints of French Rose #F15097
RGB
CMYK
RGB Variations
Color information
#F15097 (or 0xF15097) is known color: French Rose. HEX triplet: F1, 50 and 97. RGB value is (241,80,151). Sum of RGB (Red+Green+Blue) = 241+80+151=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 80 (31.64% from 255 or 16.95% from 472); Blue value is 151 (59.38% from 255 or 31.99% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F15097 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15097 is #0EAF68. Grayscale: #888888. Windows color (decimal): -962409 or 9916657. OLE color: 9916657.
HSL color Cylindrical-coordinate representation of color #F15097: hue angle of 333.54º 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 #F15097 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 151 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.05 |
| HSL | 333.54º | 0.85% | 0.63% | - |
| HSV(B) | 333.54º | 0.67% | 0.95% | - |
| XYZ | 44.73 | 26.67 | 32.07 | - |
| YUV | 136.23 | 136.34 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 151 | 0 | 0.67 | 0.37 | 0.05 | 333.54 | 0.85 | 0.63 |
| Hex | F1 | 50 | 97 | 0 | 43 | 25 | 5 | 14E | 55 | 3F |
| Octal | 361 | 120 | 227 | 0 | 103 | 45 | 5 | 516 | 125 | 77 |
| Binary | 11110001 | 1010000 | 10010111 | 0 | 1000011 | 100101 | 101 | 101001110 | 1010101 | 111111 |
Color Harmonies of #F15097
Complementary color
Monochromatic Colors of #F15097
Black with #F15097
Text Example
Text Example
White with #F15097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15097; }
p { color: rgb(241,80,151); }
H1.HeaderClassName
{
color: #F15097;
}
.AnyTagClassName
{
color: #F15097;
}
</style>
background-color css
<style>
a { background-color: #F15097; }
a { background-color: rgb(241,80,151); }
div.DivClassName
{
background-color: #F15097;
}
.BgClassName
{
background-color: #F15097;
}
</style>
border-color css
<style>
span { border-color: #F15097; }
span { border-color: rgb(241,80,151); }
td.TdClassName
{
border-color: #F15097;
}
.TagClassName
{
border-color: #F15097;
}
</style>