Shades of French Rose #F04994
Tints of French Rose #F04994
RGB
CMYK
RGB Variations
Color information
#F04994 (or 0xF04994) is known color: French Rose. HEX triplet: F0, 49 and 94. RGB value is (240,73,148). Sum of RGB (Red+Green+Blue) = 240+73+148=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 148 (58.20% from 255 or 32.10% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F04994 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04994 is #0FB66B. Grayscale: #838383. Windows color (decimal): -1029740 or 9718256. OLE color: 9718256.
HSL color Cylindrical-coordinate representation of color #F04994: hue angle of 333.05º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F04994 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 73 | 148 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.06 |
| HSL | 333.05º | 0.85% | 0.61% | - |
| HSV(B) | 333.05º | 0.7% | 0.94% | - |
| XYZ | 43.66 | 25.43 | 30.62 | - |
| YUV | 131.48 | 137.33 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 73 | 148 | 0 | 0.70 | 0.38 | 0.06 | 333.05 | 0.85 | 0.61 |
| Hex | F0 | 49 | 94 | 0 | 46 | 26 | 6 | 14D | 55 | 3D |
| Octal | 360 | 111 | 224 | 0 | 106 | 46 | 6 | 515 | 125 | 75 |
| Binary | 11110000 | 1001001 | 10010100 | 0 | 1000110 | 100110 | 110 | 101001101 | 1010101 | 111101 |
Color Harmonies of #F04994
Complementary color
Monochromatic Colors of #F04994
Black with #F04994
Text Example
Text Example
White with #F04994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04994; }
p { color: rgb(240,73,148); }
H1.HeaderClassName
{
color: #F04994;
}
.AnyTagClassName
{
color: #F04994;
}
</style>
background-color css
<style>
a { background-color: #F04994; }
a { background-color: rgb(240,73,148); }
div.DivClassName
{
background-color: #F04994;
}
.BgClassName
{
background-color: #F04994;
}
</style>
border-color css
<style>
span { border-color: #F04994; }
span { border-color: rgb(240,73,148); }
td.TdClassName
{
border-color: #F04994;
}
.TagClassName
{
border-color: #F04994;
}
</style>