Shades of French Rose #F64F89
Tints of French Rose #F64F89
RGB
CMYK
RGB Variations
Color information
#F64F89 (or 0xF64F89) is known color: French Rose. HEX triplet: F6, 4F and 89. RGB value is (246,79,137). Sum of RGB (Red+Green+Blue) = 246+79+137=462 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.25% from 462); Green value is 79 (31.25% from 255 or 17.10% from 462); Blue value is 137 (53.91% from 255 or 29.65% from 462); Max value from RGB is 246 - color contains mainly: red. Hex color #F64F89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F64F89 is #09B076. Grayscale: #878787. Windows color (decimal): -634999 or 8998902. OLE color: 8998902.
HSL color Cylindrical-coordinate representation of color #F64F89: hue angle of 339.16º 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 #F64F89 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 79 | 137 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.04 |
| HSL | 339.16º | 0.9% | 0.64% | - |
| HSV(B) | 339.16º | 0.68% | 0.96% | - |
| XYZ | 45.32 | 26.99 | 26.49 | - |
| YUV | 135.55 | 128.83 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 79 | 137 | 0 | 0.68 | 0.44 | 0.04 | 339.16 | 0.9 | 0.64 |
| Hex | F6 | 4F | 89 | 0 | 44 | 2C | 4 | 153 | 5A | 40 |
| Octal | 366 | 117 | 211 | 0 | 104 | 54 | 4 | 523 | 132 | 100 |
| Binary | 11110110 | 1001111 | 10001001 | 0 | 1000100 | 101100 | 100 | 101010011 | 1011010 | 1000000 |
Color Harmonies of #F64F89
Complementary color
Monochromatic Colors of #F64F89
Black with #F64F89
Text Example
Text Example
White with #F64F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64F89; }
p { color: rgb(246,79,137); }
H1.HeaderClassName
{
color: #F64F89;
}
.AnyTagClassName
{
color: #F64F89;
}
</style>
background-color css
<style>
a { background-color: #F64F89; }
a { background-color: rgb(246,79,137); }
div.DivClassName
{
background-color: #F64F89;
}
.BgClassName
{
background-color: #F64F89;
}
</style>
border-color css
<style>
span { border-color: #F64F89; }
span { border-color: rgb(246,79,137); }
td.TdClassName
{
border-color: #F64F89;
}
.TagClassName
{
border-color: #F64F89;
}
</style>