Shades of French Rose #F15490
Tints of French Rose #F15490
RGB
CMYK
RGB Variations
Color information
#F15490 (or 0xF15490) is known color: French Rose. HEX triplet: F1, 54 and 90. RGB value is (241,84,144). Sum of RGB (Red+Green+Blue) = 241+84+144=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 84 (33.20% from 255 or 17.91% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F15490 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15490 is #0EAB6F. Grayscale: #898989. Windows color (decimal): -961392 or 9458929. OLE color: 9458929.
HSL color Cylindrical-coordinate representation of color #F15490: hue angle of 337.07º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F15490 is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 84 | 144 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.05 |
| HSL | 337.07º | 0.85% | 0.64% | - |
| HSV(B) | 337.07º | 0.65% | 0.95% | - |
| XYZ | 44.48 | 27.06 | 29.26 | - |
| YUV | 137.78 | 131.51 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 84 | 144 | 0 | 0.65 | 0.40 | 0.05 | 337.07 | 0.85 | 0.64 |
| Hex | F1 | 54 | 90 | 0 | 41 | 28 | 5 | 151 | 55 | 40 |
| Octal | 361 | 124 | 220 | 0 | 101 | 50 | 5 | 521 | 125 | 100 |
| Binary | 11110001 | 1010100 | 10010000 | 0 | 1000001 | 101000 | 101 | 101010001 | 1010101 | 1000000 |
Color Harmonies of #F15490
Complementary color
Monochromatic Colors of #F15490
Black with #F15490
Text Example
Text Example
White with #F15490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15490; }
p { color: rgb(241,84,144); }
H1.HeaderClassName
{
color: #F15490;
}
.AnyTagClassName
{
color: #F15490;
}
</style>
background-color css
<style>
a { background-color: #F15490; }
a { background-color: rgb(241,84,144); }
div.DivClassName
{
background-color: #F15490;
}
.BgClassName
{
background-color: #F15490;
}
</style>
border-color css
<style>
span { border-color: #F15490; }
span { border-color: rgb(241,84,144); }
td.TdClassName
{
border-color: #F15490;
}
.TagClassName
{
border-color: #F15490;
}
</style>