Shades of French Rose #F64D8E
Tints of French Rose #F64D8E
RGB
CMYK
RGB Variations
Color information
#F64D8E (or 0xF64D8E) is known color: French Rose. HEX triplet: F6, 4D and 8E. RGB value is (246,77,142). Sum of RGB (Red+Green+Blue) = 246+77+142=465 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.90% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 246 - color contains mainly: red. Hex color #F64D8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F64D8E is #09B271. Grayscale: #868686. Windows color (decimal): -635506 or 9326070. OLE color: 9326070.
HSL color Cylindrical-coordinate representation of color #F64D8E: hue angle of 336.92º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F64D8E is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 77 | 142 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.04 |
| HSL | 336.92º | 0.9% | 0.63% | - |
| HSV(B) | 336.92º | 0.69% | 0.96% | - |
| XYZ | 45.54 | 26.85 | 28.37 | - |
| YUV | 134.94 | 131.99 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 77 | 142 | 0 | 0.69 | 0.42 | 0.04 | 336.92 | 0.9 | 0.63 |
| Hex | F6 | 4D | 8E | 0 | 45 | 2A | 4 | 151 | 5A | 3F |
| Octal | 366 | 115 | 216 | 0 | 105 | 52 | 4 | 521 | 132 | 77 |
| Binary | 11110110 | 1001101 | 10001110 | 0 | 1000101 | 101010 | 100 | 101010001 | 1011010 | 111111 |
Color Harmonies of #F64D8E
Complementary color
Monochromatic Colors of #F64D8E
Black with #F64D8E
Text Example
Text Example
White with #F64D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64D8E; }
p { color: rgb(246,77,142); }
H1.HeaderClassName
{
color: #F64D8E;
}
.AnyTagClassName
{
color: #F64D8E;
}
</style>
background-color css
<style>
a { background-color: #F64D8E; }
a { background-color: rgb(246,77,142); }
div.DivClassName
{
background-color: #F64D8E;
}
.BgClassName
{
background-color: #F64D8E;
}
</style>
border-color css
<style>
span { border-color: #F64D8E; }
span { border-color: rgb(246,77,142); }
td.TdClassName
{
border-color: #F64D8E;
}
.TagClassName
{
border-color: #F64D8E;
}
</style>