Shades of French Rose #F04C92
Tints of French Rose #F04C92
RGB
CMYK
RGB Variations
Color information
#F04C92 (or 0xF04C92) is known color: French Rose. HEX triplet: F0, 4C and 92. RGB value is (240,76,146). Sum of RGB (Red+Green+Blue) = 240+76+146=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 76 (30.08% from 255 or 16.45% from 462); Blue value is 146 (57.42% from 255 or 31.60% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04C92 is #0FB36D. Grayscale: #848484. Windows color (decimal): -1028974 or 9587952. OLE color: 9587952.
HSL color Cylindrical-coordinate representation of color #F04C92: hue angle of 334.39º 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 #F04C92 is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 76 | 146 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.06 |
| HSL | 334.39º | 0.85% | 0.62% | - |
| HSV(B) | 334.39º | 0.68% | 0.94% | - |
| XYZ | 43.71 | 25.77 | 29.86 | - |
| YUV | 133.02 | 135.33 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 76 | 146 | 0 | 0.68 | 0.39 | 0.06 | 334.39 | 0.85 | 0.62 |
| Hex | F0 | 4C | 92 | 0 | 44 | 27 | 6 | 14E | 55 | 3E |
| Octal | 360 | 114 | 222 | 0 | 104 | 47 | 6 | 516 | 125 | 76 |
| Binary | 11110000 | 1001100 | 10010010 | 0 | 1000100 | 100111 | 110 | 101001110 | 1010101 | 111110 |
Color Harmonies of #F04C92
Complementary color
Monochromatic Colors of #F04C92
Black with #F04C92
Text Example
Text Example
White with #F04C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04C92; }
p { color: rgb(240,76,146); }
H1.HeaderClassName
{
color: #F04C92;
}
.AnyTagClassName
{
color: #F04C92;
}
</style>
background-color css
<style>
a { background-color: #F04C92; }
a { background-color: rgb(240,76,146); }
div.DivClassName
{
background-color: #F04C92;
}
.BgClassName
{
background-color: #F04C92;
}
</style>
border-color css
<style>
span { border-color: #F04C92; }
span { border-color: rgb(240,76,146); }
td.TdClassName
{
border-color: #F04C92;
}
.TagClassName
{
border-color: #F04C92;
}
</style>