Shades of French Rose #F05794
Tints of French Rose #F05794
RGB
CMYK
RGB Variations
Color information
#F05794 (or 0xF05794) is known color: French Rose. HEX triplet: F0, 57 and 94. RGB value is (240,87,148). Sum of RGB (Red+Green+Blue) = 240+87+148=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 87 (34.38% from 255 or 18.32% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F05794 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05794 is #0FA86B. Grayscale: #8B8B8B. Windows color (decimal): -1026156 or 9721840. OLE color: 9721840.
HSL color Cylindrical-coordinate representation of color #F05794: hue angle of 336.08º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F05794 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 87 | 148 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.06 |
| HSL | 336.08º | 0.84% | 0.64% | - |
| HSV(B) | 336.08º | 0.64% | 0.94% | - |
| XYZ | 44.69 | 27.48 | 30.97 | - |
| YUV | 139.7 | 132.69 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 87 | 148 | 0 | 0.64 | 0.38 | 0.06 | 336.08 | 0.84 | 0.64 |
| Hex | F0 | 57 | 94 | 0 | 40 | 26 | 6 | 150 | 54 | 40 |
| Octal | 360 | 127 | 224 | 0 | 100 | 46 | 6 | 520 | 124 | 100 |
| Binary | 11110000 | 1010111 | 10010100 | 0 | 1000000 | 100110 | 110 | 101010000 | 1010100 | 1000000 |
Color Harmonies of #F05794
Complementary color
Monochromatic Colors of #F05794
Black with #F05794
Text Example
Text Example
White with #F05794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05794; }
p { color: rgb(240,87,148); }
H1.HeaderClassName
{
color: #F05794;
}
.AnyTagClassName
{
color: #F05794;
}
</style>
background-color css
<style>
a { background-color: #F05794; }
a { background-color: rgb(240,87,148); }
div.DivClassName
{
background-color: #F05794;
}
.BgClassName
{
background-color: #F05794;
}
</style>
border-color css
<style>
span { border-color: #F05794; }
span { border-color: rgb(240,87,148); }
td.TdClassName
{
border-color: #F05794;
}
.TagClassName
{
border-color: #F05794;
}
</style>