Shades of French Rose #F15893
Tints of French Rose #F15893
RGB
CMYK
RGB Variations
Color information
#F15893 (or 0xF15893) is known color: French Rose. HEX triplet: F1, 58 and 93. RGB value is (241,88,147). Sum of RGB (Red+Green+Blue) = 241+88+147=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 88 (34.77% from 255 or 18.49% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F15893 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15893 is #0EA76C. Grayscale: #8C8C8C. Windows color (decimal): -960365 or 9656561. OLE color: 9656561.
HSL color Cylindrical-coordinate representation of color #F15893: hue angle of 336.86º 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 #F15893 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 88 | 147 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.05 |
| HSL | 336.86º | 0.85% | 0.65% | - |
| HSV(B) | 336.86º | 0.63% | 0.95% | - |
| XYZ | 45.03 | 27.79 | 30.59 | - |
| YUV | 140.47 | 131.69 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 88 | 147 | 0 | 0.63 | 0.39 | 0.05 | 336.86 | 0.85 | 0.65 |
| Hex | F1 | 58 | 93 | 0 | 3F | 27 | 5 | 151 | 55 | 41 |
| Octal | 361 | 130 | 223 | 0 | 77 | 47 | 5 | 521 | 125 | 101 |
| Binary | 11110001 | 1011000 | 10010011 | 0 | 111111 | 100111 | 101 | 101010001 | 1010101 | 1000001 |
Color Harmonies of #F15893
Complementary color
Monochromatic Colors of #F15893
Black with #F15893
Text Example
Text Example
White with #F15893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15893; }
p { color: rgb(241,88,147); }
H1.HeaderClassName
{
color: #F15893;
}
.AnyTagClassName
{
color: #F15893;
}
</style>
background-color css
<style>
a { background-color: #F15893; }
a { background-color: rgb(241,88,147); }
div.DivClassName
{
background-color: #F15893;
}
.BgClassName
{
background-color: #F15893;
}
</style>
border-color css
<style>
span { border-color: #F15893; }
span { border-color: rgb(241,88,147); }
td.TdClassName
{
border-color: #F15893;
}
.TagClassName
{
border-color: #F15893;
}
</style>