Shades of French Rose #F15191
Tints of French Rose #F15191
RGB
CMYK
RGB Variations
Color information
#F15191 (or 0xF15191) is known color: French Rose. HEX triplet: F1, 51 and 91. RGB value is (241,81,145). Sum of RGB (Red+Green+Blue) = 241+81+145=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 145 (57.03% from 255 or 31.05% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F15191 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15191 is #0EAE6E. Grayscale: #888888. Windows color (decimal): -962159 or 9523697. OLE color: 9523697.
HSL color Cylindrical-coordinate representation of color #F15191: hue angle of 336º 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 #F15191 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 81 | 145 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.05 |
| HSL | 336º | 0.85% | 0.63% | - |
| HSV(B) | 336º | 0.66% | 0.95% | - |
| XYZ | 44.33 | 26.63 | 29.59 | - |
| YUV | 136.14 | 133.01 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 81 | 145 | 0 | 0.66 | 0.40 | 0.05 | 336 | 0.85 | 0.63 |
| Hex | F1 | 51 | 91 | 0 | 42 | 28 | 5 | 150 | 55 | 3F |
| Octal | 361 | 121 | 221 | 0 | 102 | 50 | 5 | 520 | 125 | 77 |
| Binary | 11110001 | 1010001 | 10010001 | 0 | 1000010 | 101000 | 101 | 101010000 | 1010101 | 111111 |
Color Harmonies of #F15191
Complementary color
Monochromatic Colors of #F15191
Black with #F15191
Text Example
Text Example
White with #F15191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15191; }
p { color: rgb(241,81,145); }
H1.HeaderClassName
{
color: #F15191;
}
.AnyTagClassName
{
color: #F15191;
}
</style>
background-color css
<style>
a { background-color: #F15191; }
a { background-color: rgb(241,81,145); }
div.DivClassName
{
background-color: #F15191;
}
.BgClassName
{
background-color: #F15191;
}
</style>
border-color css
<style>
span { border-color: #F15191; }
span { border-color: rgb(241,81,145); }
td.TdClassName
{
border-color: #F15191;
}
.TagClassName
{
border-color: #F15191;
}
</style>