Shades of French Rose #F0467C
Tints of French Rose #F0467C
RGB
CMYK
RGB Variations
Color information
#F0467C (or 0xF0467C) is known color: French Rose. HEX triplet: F0, 46 and 7C. RGB value is (240,70,124). Sum of RGB (Red+Green+Blue) = 240+70+124=434 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.30% from 434); Green value is 70 (27.73% from 255 or 16.13% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 240 - color contains mainly: red. Hex color #F0467C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0467C is #0FB983. Grayscale: #7E7E7E. Windows color (decimal): -1030532 or 8144624. OLE color: 8144624.
HSL color Cylindrical-coordinate representation of color #F0467C: hue angle of 340.94º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F0467C is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 70 | 124 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.06 |
| HSL | 340.94º | 0.85% | 0.61% | - |
| HSV(B) | 340.94º | 0.71% | 0.94% | - |
| XYZ | 41.76 | 24.36 | 21.57 | - |
| YUV | 126.99 | 126.32 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 70 | 124 | 0 | 0.71 | 0.48 | 0.06 | 340.94 | 0.85 | 0.61 |
| Hex | F0 | 46 | 7C | 0 | 47 | 30 | 6 | 155 | 55 | 3D |
| Octal | 360 | 106 | 174 | 0 | 107 | 60 | 6 | 525 | 125 | 75 |
| Binary | 11110000 | 1000110 | 1111100 | 0 | 1000111 | 110000 | 110 | 101010101 | 1010101 | 111101 |
Color Harmonies of #F0467C
Complementary color
Monochromatic Colors of #F0467C
Black with #F0467C
Text Example
Text Example
White with #F0467C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0467C; }
p { color: rgb(240,70,124); }
H1.HeaderClassName
{
color: #F0467C;
}
.AnyTagClassName
{
color: #F0467C;
}
</style>
background-color css
<style>
a { background-color: #F0467C; }
a { background-color: rgb(240,70,124); }
div.DivClassName
{
background-color: #F0467C;
}
.BgClassName
{
background-color: #F0467C;
}
</style>
border-color css
<style>
span { border-color: #F0467C; }
span { border-color: rgb(240,70,124); }
td.TdClassName
{
border-color: #F0467C;
}
.TagClassName
{
border-color: #F0467C;
}
</style>