Shades of French Rose #F64879
Tints of French Rose #F64879
RGB
CMYK
RGB Variations
Color information
#F64879 (or 0xF64879) is known color: French Rose. HEX triplet: F6, 48 and 79. RGB value is (246,72,121). Sum of RGB (Red+Green+Blue) = 246+72+121=439 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.04% from 439); Green value is 72 (28.52% from 255 or 16.40% from 439); Blue value is 121 (47.66% from 255 or 27.56% from 439); Max value from RGB is 246 - color contains mainly: red. Hex color #F64879 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64879 is #09B786. Grayscale: #818181. Windows color (decimal): -636807 or 7948534. OLE color: 7948534.
HSL color Cylindrical-coordinate representation of color #F64879: hue angle of 343.1º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F64879 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 72 | 121 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.04 |
| HSL | 343.1º | 0.91% | 0.62% | - |
| HSV(B) | 343.1º | 0.71% | 0.96% | - |
| XYZ | 43.77 | 25.61 | 20.72 | - |
| YUV | 129.61 | 123.15 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 72 | 121 | 0 | 0.71 | 0.51 | 0.04 | 343.1 | 0.91 | 0.62 |
| Hex | F6 | 48 | 79 | 0 | 47 | 33 | 4 | 157 | 5B | 3E |
| Octal | 366 | 110 | 171 | 0 | 107 | 63 | 4 | 527 | 133 | 76 |
| Binary | 11110110 | 1001000 | 1111001 | 0 | 1000111 | 110011 | 100 | 101010111 | 1011011 | 111110 |
Color Harmonies of #F64879
Complementary color
Monochromatic Colors of #F64879
Black with #F64879
Text Example
Text Example
White with #F64879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64879; }
p { color: rgb(246,72,121); }
H1.HeaderClassName
{
color: #F64879;
}
.AnyTagClassName
{
color: #F64879;
}
</style>
background-color css
<style>
a { background-color: #F64879; }
a { background-color: rgb(246,72,121); }
div.DivClassName
{
background-color: #F64879;
}
.BgClassName
{
background-color: #F64879;
}
</style>
border-color css
<style>
span { border-color: #F64879; }
span { border-color: rgb(246,72,121); }
td.TdClassName
{
border-color: #F64879;
}
.TagClassName
{
border-color: #F64879;
}
</style>