Shades of French Rose #F64D8C
Tints of French Rose #F64D8C
RGB
CMYK
RGB Variations
Color information
#F64D8C (or 0xF64D8C) is known color: French Rose. HEX triplet: F6, 4D and 8C. RGB value is (246,77,140). Sum of RGB (Red+Green+Blue) = 246+77+140=463 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.13% from 463); Green value is 77 (30.47% from 255 or 16.63% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 246 - color contains mainly: red. Hex color #F64D8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F64D8C is #09B273. Grayscale: #868686. Windows color (decimal): -635508 or 9194998. OLE color: 9194998.
HSL color Cylindrical-coordinate representation of color #F64D8C: hue angle of 337.63º 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 #F64D8C is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 77 | 140 | - |
| CMYK | 0 | 0.69 | 0.43 | 0.04 |
| HSL | 337.63º | 0.9% | 0.63% | - |
| HSV(B) | 337.63º | 0.69% | 0.96% | - |
| XYZ | 45.39 | 26.79 | 27.59 | - |
| YUV | 134.71 | 130.99 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 77 | 140 | 0 | 0.69 | 0.43 | 0.04 | 337.63 | 0.9 | 0.63 |
| Hex | F6 | 4D | 8C | 0 | 45 | 2B | 4 | 152 | 5A | 3F |
| Octal | 366 | 115 | 214 | 0 | 105 | 53 | 4 | 522 | 132 | 77 |
| Binary | 11110110 | 1001101 | 10001100 | 0 | 1000101 | 101011 | 100 | 101010010 | 1011010 | 111111 |
Color Harmonies of #F64D8C
Complementary color
Monochromatic Colors of #F64D8C
Black with #F64D8C
Text Example
Text Example
White with #F64D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64D8C; }
p { color: rgb(246,77,140); }
H1.HeaderClassName
{
color: #F64D8C;
}
.AnyTagClassName
{
color: #F64D8C;
}
</style>
background-color css
<style>
a { background-color: #F64D8C; }
a { background-color: rgb(246,77,140); }
div.DivClassName
{
background-color: #F64D8C;
}
.BgClassName
{
background-color: #F64D8C;
}
</style>
border-color css
<style>
span { border-color: #F64D8C; }
span { border-color: rgb(246,77,140); }
td.TdClassName
{
border-color: #F64D8C;
}
.TagClassName
{
border-color: #F64D8C;
}
</style>