Shades of French Rose #F15894
Tints of French Rose #F15894
RGB
CMYK
RGB Variations
Color information
#F15894 (or 0xF15894) is known color: French Rose. HEX triplet: F1, 58 and 94. RGB value is (241,88,148). Sum of RGB (Red+Green+Blue) = 241+88+148=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 88 (34.77% from 255 or 18.45% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F15894 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15894 is #0EA76B. Grayscale: #8C8C8C. Windows color (decimal): -960364 or 9722097. OLE color: 9722097.
HSL color Cylindrical-coordinate representation of color #F15894: hue angle of 336.47º 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 #F15894 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 88 | 148 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.05 |
| HSL | 336.47º | 0.85% | 0.65% | - |
| HSV(B) | 336.47º | 0.63% | 0.95% | - |
| XYZ | 45.11 | 27.82 | 31.01 | - |
| YUV | 140.59 | 132.19 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 88 | 148 | 0 | 0.63 | 0.39 | 0.05 | 336.47 | 0.85 | 0.65 |
| Hex | F1 | 58 | 94 | 0 | 3F | 27 | 5 | 150 | 55 | 41 |
| Octal | 361 | 130 | 224 | 0 | 77 | 47 | 5 | 520 | 125 | 101 |
| Binary | 11110001 | 1011000 | 10010100 | 0 | 111111 | 100111 | 101 | 101010000 | 1010101 | 1000001 |
Color Harmonies of #F15894
Complementary color
Monochromatic Colors of #F15894
Black with #F15894
Text Example
Text Example
White with #F15894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15894; }
p { color: rgb(241,88,148); }
H1.HeaderClassName
{
color: #F15894;
}
.AnyTagClassName
{
color: #F15894;
}
</style>
background-color css
<style>
a { background-color: #F15894; }
a { background-color: rgb(241,88,148); }
div.DivClassName
{
background-color: #F15894;
}
.BgClassName
{
background-color: #F15894;
}
</style>
border-color css
<style>
span { border-color: #F15894; }
span { border-color: rgb(241,88,148); }
td.TdClassName
{
border-color: #F15894;
}
.TagClassName
{
border-color: #F15894;
}
</style>