Shades of French Rose #F05991
Tints of French Rose #F05991
RGB
CMYK
RGB Variations
Color information
#F05991 (or 0xF05991) is known color: French Rose. HEX triplet: F0, 59 and 91. RGB value is (240,89,145). Sum of RGB (Red+Green+Blue) = 240+89+145=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 89 (35.16% from 255 or 18.78% from 474); Blue value is 145 (57.03% from 255 or 30.59% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F05991 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05991 is #0FA66E. Grayscale: #8C8C8C. Windows color (decimal): -1025647 or 9525744. OLE color: 9525744.
HSL color Cylindrical-coordinate representation of color #F05991: hue angle of 337.75º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F05991 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 145 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.06 |
| HSL | 337.75º | 0.83% | 0.65% | - |
| HSV(B) | 337.75º | 0.63% | 0.94% | - |
| XYZ | 44.62 | 27.71 | 29.79 | - |
| YUV | 140.53 | 130.53 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 145 | 0 | 0.63 | 0.40 | 0.06 | 337.75 | 0.83 | 0.65 |
| Hex | F0 | 59 | 91 | 0 | 3F | 28 | 6 | 152 | 53 | 41 |
| Octal | 360 | 131 | 221 | 0 | 77 | 50 | 6 | 522 | 123 | 101 |
| Binary | 11110000 | 1011001 | 10010001 | 0 | 111111 | 101000 | 110 | 101010010 | 1010011 | 1000001 |
Color Harmonies of #F05991
Complementary color
Monochromatic Colors of #F05991
Black with #F05991
Text Example
Text Example
White with #F05991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05991; }
p { color: rgb(240,89,145); }
H1.HeaderClassName
{
color: #F05991;
}
.AnyTagClassName
{
color: #F05991;
}
</style>
background-color css
<style>
a { background-color: #F05991; }
a { background-color: rgb(240,89,145); }
div.DivClassName
{
background-color: #F05991;
}
.BgClassName
{
background-color: #F05991;
}
</style>
border-color css
<style>
span { border-color: #F05991; }
span { border-color: rgb(240,89,145); }
td.TdClassName
{
border-color: #F05991;
}
.TagClassName
{
border-color: #F05991;
}
</style>