Shades of French Rose #F64679
Tints of French Rose #F64679
RGB
CMYK
RGB Variations
Color information
#F64679 (or 0xF64679) is known color: French Rose. HEX triplet: F6, 46 and 79. RGB value is (246,70,121). Sum of RGB (Red+Green+Blue) = 246+70+121=437 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.29% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 121 (47.66% from 255 or 27.69% from 437); Max value from RGB is 246 - color contains mainly: red. Hex color #F64679 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64679 is #09B986. Grayscale: #808080. Windows color (decimal): -637319 or 7948022. OLE color: 7948022.
HSL color Cylindrical-coordinate representation of color #F64679: hue angle of 342.61º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F64679 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 70 | 121 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.04 |
| HSL | 342.61º | 0.91% | 0.62% | - |
| HSV(B) | 342.61º | 0.72% | 0.96% | - |
| XYZ | 43.65 | 25.35 | 20.68 | - |
| YUV | 128.44 | 123.81 | 211.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 70 | 121 | 0 | 0.72 | 0.51 | 0.04 | 342.61 | 0.91 | 0.62 |
| Hex | F6 | 46 | 79 | 0 | 48 | 33 | 4 | 157 | 5B | 3E |
| Octal | 366 | 106 | 171 | 0 | 110 | 63 | 4 | 527 | 133 | 76 |
| Binary | 11110110 | 1000110 | 1111001 | 0 | 1001000 | 110011 | 100 | 101010111 | 1011011 | 111110 |
Color Harmonies of #F64679
Complementary color
Monochromatic Colors of #F64679
Black with #F64679
Text Example
Text Example
White with #F64679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64679; }
p { color: rgb(246,70,121); }
H1.HeaderClassName
{
color: #F64679;
}
.AnyTagClassName
{
color: #F64679;
}
</style>
background-color css
<style>
a { background-color: #F64679; }
a { background-color: rgb(246,70,121); }
div.DivClassName
{
background-color: #F64679;
}
.BgClassName
{
background-color: #F64679;
}
</style>
border-color css
<style>
span { border-color: #F64679; }
span { border-color: rgb(246,70,121); }
td.TdClassName
{
border-color: #F64679;
}
.TagClassName
{
border-color: #F64679;
}
</style>