Shades of French Rose #F04C95
Tints of French Rose #F04C95
RGB
CMYK
RGB Variations
Color information
#F04C95 (or 0xF04C95) is known color: French Rose. HEX triplet: F0, 4C and 95. RGB value is (240,76,149). Sum of RGB (Red+Green+Blue) = 240+76+149=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 76 (30.08% from 255 or 16.34% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C95 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04C95 is #0FB36A. Grayscale: #858585. Windows color (decimal): -1028971 or 9784560. OLE color: 9784560.
HSL color Cylindrical-coordinate representation of color #F04C95: hue angle of 333.29º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F04C95 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 76 | 149 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.06 |
| HSL | 333.29º | 0.85% | 0.62% | - |
| HSV(B) | 333.29º | 0.68% | 0.94% | - |
| XYZ | 43.94 | 25.86 | 31.11 | - |
| YUV | 133.36 | 136.83 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 76 | 149 | 0 | 0.68 | 0.38 | 0.06 | 333.29 | 0.85 | 0.62 |
| Hex | F0 | 4C | 95 | 0 | 44 | 26 | 6 | 14D | 55 | 3E |
| Octal | 360 | 114 | 225 | 0 | 104 | 46 | 6 | 515 | 125 | 76 |
| Binary | 11110000 | 1001100 | 10010101 | 0 | 1000100 | 100110 | 110 | 101001101 | 1010101 | 111110 |
Color Harmonies of #F04C95
Complementary color
Monochromatic Colors of #F04C95
Black with #F04C95
Text Example
Text Example
White with #F04C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04C95; }
p { color: rgb(240,76,149); }
H1.HeaderClassName
{
color: #F04C95;
}
.AnyTagClassName
{
color: #F04C95;
}
</style>
background-color css
<style>
a { background-color: #F04C95; }
a { background-color: rgb(240,76,149); }
div.DivClassName
{
background-color: #F04C95;
}
.BgClassName
{
background-color: #F04C95;
}
</style>
border-color css
<style>
span { border-color: #F04C95; }
span { border-color: rgb(240,76,149); }
td.TdClassName
{
border-color: #F04C95;
}
.TagClassName
{
border-color: #F04C95;
}
</style>