Shades of French Rose #F04F8D
Tints of French Rose #F04F8D
RGB
CMYK
RGB Variations
Color information
#F04F8D (or 0xF04F8D) is known color: French Rose. HEX triplet: F0, 4F and 8D. RGB value is (240,79,141). Sum of RGB (Red+Green+Blue) = 240+79+141=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 79 (31.25% from 255 or 17.17% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F04F8D is #0FB072. Grayscale: #868686. Windows color (decimal): -1028211 or 9261040. OLE color: 9261040.
HSL color Cylindrical-coordinate representation of color #F04F8D: hue angle of 336.89º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F04F8D is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 79 | 141 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.06 |
| HSL | 336.89º | 0.84% | 0.63% | - |
| HSV(B) | 336.89º | 0.67% | 0.94% | - |
| XYZ | 43.54 | 26.04 | 27.93 | - |
| YUV | 134.21 | 131.84 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 79 | 141 | 0 | 0.67 | 0.41 | 0.06 | 336.89 | 0.84 | 0.63 |
| Hex | F0 | 4F | 8D | 0 | 43 | 29 | 6 | 151 | 54 | 3F |
| Octal | 360 | 117 | 215 | 0 | 103 | 51 | 6 | 521 | 124 | 77 |
| Binary | 11110000 | 1001111 | 10001101 | 0 | 1000011 | 101001 | 110 | 101010001 | 1010100 | 111111 |
Color Harmonies of #F04F8D
Complementary color
Monochromatic Colors of #F04F8D
Black with #F04F8D
Text Example
Text Example
White with #F04F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04F8D; }
p { color: rgb(240,79,141); }
H1.HeaderClassName
{
color: #F04F8D;
}
.AnyTagClassName
{
color: #F04F8D;
}
</style>
background-color css
<style>
a { background-color: #F04F8D; }
a { background-color: rgb(240,79,141); }
div.DivClassName
{
background-color: #F04F8D;
}
.BgClassName
{
background-color: #F04F8D;
}
</style>
border-color css
<style>
span { border-color: #F04F8D; }
span { border-color: rgb(240,79,141); }
td.TdClassName
{
border-color: #F04F8D;
}
.TagClassName
{
border-color: #F04F8D;
}
</style>