Shades of French Rose #F64979
Tints of French Rose #F64979
RGB
CMYK
RGB Variations
Color information
#F64979 (or 0xF64979) is known color: French Rose. HEX triplet: F6, 49 and 79. RGB value is (246,73,121). Sum of RGB (Red+Green+Blue) = 246+73+121=440 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.91% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 121 (47.66% from 255 or 27.5% from 440); Max value from RGB is 246 - color contains mainly: red. Hex color #F64979 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64979 is #09B686. Grayscale: #828282. Windows color (decimal): -636551 or 7948790. OLE color: 7948790.
HSL color Cylindrical-coordinate representation of color #F64979: hue angle of 343.35º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F64979 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 73 | 121 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.04 |
| HSL | 343.35º | 0.91% | 0.63% | - |
| HSV(B) | 343.35º | 0.7% | 0.96% | - |
| XYZ | 43.84 | 25.74 | 20.75 | - |
| YUV | 130.2 | 122.81 | 210.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 73 | 121 | 0 | 0.70 | 0.51 | 0.04 | 343.35 | 0.91 | 0.63 |
| Hex | F6 | 49 | 79 | 0 | 46 | 33 | 4 | 157 | 5B | 3F |
| Octal | 366 | 111 | 171 | 0 | 106 | 63 | 4 | 527 | 133 | 77 |
| Binary | 11110110 | 1001001 | 1111001 | 0 | 1000110 | 110011 | 100 | 101010111 | 1011011 | 111111 |
Color Harmonies of #F64979
Complementary color
Monochromatic Colors of #F64979
Black with #F64979
Text Example
Text Example
White with #F64979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64979; }
p { color: rgb(246,73,121); }
H1.HeaderClassName
{
color: #F64979;
}
.AnyTagClassName
{
color: #F64979;
}
</style>
background-color css
<style>
a { background-color: #F64979; }
a { background-color: rgb(246,73,121); }
div.DivClassName
{
background-color: #F64979;
}
.BgClassName
{
background-color: #F64979;
}
</style>
border-color css
<style>
span { border-color: #F64979; }
span { border-color: rgb(246,73,121); }
td.TdClassName
{
border-color: #F64979;
}
.TagClassName
{
border-color: #F64979;
}
</style>