Shades of French Rose #F15892
Tints of French Rose #F15892
RGB
CMYK
RGB Variations
Color information
#F15892 (or 0xF15892) is known color: French Rose. HEX triplet: F1, 58 and 92. RGB value is (241,88,146). Sum of RGB (Red+Green+Blue) = 241+88+146=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 88 (34.77% from 255 or 18.53% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F15892 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15892 is #0EA76D. Grayscale: #8C8C8C. Windows color (decimal): -960366 or 9591025. OLE color: 9591025.
HSL color Cylindrical-coordinate representation of color #F15892: hue angle of 337.25º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F15892 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 88 | 146 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.05 |
| HSL | 337.25º | 0.85% | 0.65% | - |
| HSV(B) | 337.25º | 0.63% | 0.95% | - |
| XYZ | 44.95 | 27.76 | 30.18 | - |
| YUV | 140.36 | 131.19 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 88 | 146 | 0 | 0.63 | 0.39 | 0.05 | 337.25 | 0.85 | 0.65 |
| Hex | F1 | 58 | 92 | 0 | 3F | 27 | 5 | 151 | 55 | 41 |
| Octal | 361 | 130 | 222 | 0 | 77 | 47 | 5 | 521 | 125 | 101 |
| Binary | 11110001 | 1011000 | 10010010 | 0 | 111111 | 100111 | 101 | 101010001 | 1010101 | 1000001 |
Color Harmonies of #F15892
Complementary color
Monochromatic Colors of #F15892
Black with #F15892
Text Example
Text Example
White with #F15892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15892; }
p { color: rgb(241,88,146); }
H1.HeaderClassName
{
color: #F15892;
}
.AnyTagClassName
{
color: #F15892;
}
</style>
background-color css
<style>
a { background-color: #F15892; }
a { background-color: rgb(241,88,146); }
div.DivClassName
{
background-color: #F15892;
}
.BgClassName
{
background-color: #F15892;
}
</style>
border-color css
<style>
span { border-color: #F15892; }
span { border-color: rgb(241,88,146); }
td.TdClassName
{
border-color: #F15892;
}
.TagClassName
{
border-color: #F15892;
}
</style>