Shades of French Rose #F64D8D
Tints of French Rose #F64D8D
RGB
CMYK
RGB Variations
Color information
#F64D8D (or 0xF64D8D) is known color: French Rose. HEX triplet: F6, 4D and 8D. RGB value is (246,77,141). Sum of RGB (Red+Green+Blue) = 246+77+141=464 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.02% from 464); Green value is 77 (30.47% from 255 or 16.59% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 246 - color contains mainly: red. Hex color #F64D8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F64D8D is #09B272. Grayscale: #868686. Windows color (decimal): -635507 or 9260534. OLE color: 9260534.
HSL color Cylindrical-coordinate representation of color #F64D8D: hue angle of 337.28º 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 #F64D8D is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 77 | 141 | - |
| CMYK | 0 | 0.69 | 0.43 | 0.04 |
| HSL | 337.28º | 0.9% | 0.63% | - |
| HSV(B) | 337.28º | 0.69% | 0.96% | - |
| XYZ | 45.47 | 26.82 | 27.98 | - |
| YUV | 134.83 | 131.49 | 207.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 77 | 141 | 0 | 0.69 | 0.43 | 0.04 | 337.28 | 0.9 | 0.63 |
| Hex | F6 | 4D | 8D | 0 | 45 | 2B | 4 | 151 | 5A | 3F |
| Octal | 366 | 115 | 215 | 0 | 105 | 53 | 4 | 521 | 132 | 77 |
| Binary | 11110110 | 1001101 | 10001101 | 0 | 1000101 | 101011 | 100 | 101010001 | 1011010 | 111111 |
Color Harmonies of #F64D8D
Complementary color
Monochromatic Colors of #F64D8D
Black with #F64D8D
Text Example
Text Example
White with #F64D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64D8D; }
p { color: rgb(246,77,141); }
H1.HeaderClassName
{
color: #F64D8D;
}
.AnyTagClassName
{
color: #F64D8D;
}
</style>
background-color css
<style>
a { background-color: #F64D8D; }
a { background-color: rgb(246,77,141); }
div.DivClassName
{
background-color: #F64D8D;
}
.BgClassName
{
background-color: #F64D8D;
}
</style>
border-color css
<style>
span { border-color: #F64D8D; }
span { border-color: rgb(246,77,141); }
td.TdClassName
{
border-color: #F64D8D;
}
.TagClassName
{
border-color: #F64D8D;
}
</style>