Shades of French Rose #F64E89
Tints of French Rose #F64E89
RGB
CMYK
RGB Variations
Color information
#F64E89 (or 0xF64E89) is known color: French Rose. HEX triplet: F6, 4E and 89. RGB value is (246,78,137). Sum of RGB (Red+Green+Blue) = 246+78+137=461 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.36% from 461); Green value is 78 (30.86% from 255 or 16.92% from 461); Blue value is 137 (53.91% from 255 or 29.72% from 461); Max value from RGB is 246 - color contains mainly: red. Hex color #F64E89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F64E89 is #09B176. Grayscale: #868686. Windows color (decimal): -635255 or 8998646. OLE color: 8998646.
HSL color Cylindrical-coordinate representation of color #F64E89: hue angle of 338.93º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F64E89 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 78 | 137 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.04 |
| HSL | 338.93º | 0.9% | 0.64% | - |
| HSV(B) | 338.93º | 0.68% | 0.96% | - |
| XYZ | 45.25 | 26.85 | 26.46 | - |
| YUV | 134.96 | 129.16 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 78 | 137 | 0 | 0.68 | 0.44 | 0.04 | 338.93 | 0.9 | 0.64 |
| Hex | F6 | 4E | 89 | 0 | 44 | 2C | 4 | 153 | 5A | 40 |
| Octal | 366 | 116 | 211 | 0 | 104 | 54 | 4 | 523 | 132 | 100 |
| Binary | 11110110 | 1001110 | 10001001 | 0 | 1000100 | 101100 | 100 | 101010011 | 1011010 | 1000000 |
Color Harmonies of #F64E89
Complementary color
Monochromatic Colors of #F64E89
Black with #F64E89
Text Example
Text Example
White with #F64E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64E89; }
p { color: rgb(246,78,137); }
H1.HeaderClassName
{
color: #F64E89;
}
.AnyTagClassName
{
color: #F64E89;
}
</style>
background-color css
<style>
a { background-color: #F64E89; }
a { background-color: rgb(246,78,137); }
div.DivClassName
{
background-color: #F64E89;
}
.BgClassName
{
background-color: #F64E89;
}
</style>
border-color css
<style>
span { border-color: #F64E89; }
span { border-color: rgb(246,78,137); }
td.TdClassName
{
border-color: #F64E89;
}
.TagClassName
{
border-color: #F64E89;
}
</style>