Shades of French Rose #F64E96
Tints of French Rose #F64E96
RGB
CMYK
RGB Variations
Color information
#F64E96 (or 0xF64E96) is known color: French Rose. HEX triplet: F6, 4E and 96. RGB value is (246,78,150). Sum of RGB (Red+Green+Blue) = 246+78+150=474 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.90% from 474); Green value is 78 (30.86% from 255 or 16.46% from 474); Blue value is 150 (58.98% from 255 or 31.65% from 474); Max value from RGB is 246 - color contains mainly: red. Hex color #F64E96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F64E96 is #09B169. Grayscale: #888888. Windows color (decimal): -635242 or 9850614. OLE color: 9850614.
HSL color Cylindrical-coordinate representation of color #F64E96: hue angle of 334.29º 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 #F64E96 is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 78 | 150 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.04 |
| HSL | 334.29º | 0.9% | 0.64% | - |
| HSV(B) | 334.29º | 0.68% | 0.96% | - |
| XYZ | 46.24 | 27.24 | 31.68 | - |
| YUV | 136.44 | 135.66 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 78 | 150 | 0 | 0.68 | 0.39 | 0.04 | 334.29 | 0.9 | 0.64 |
| Hex | F6 | 4E | 96 | 0 | 44 | 27 | 4 | 14E | 5A | 40 |
| Octal | 366 | 116 | 226 | 0 | 104 | 47 | 4 | 516 | 132 | 100 |
| Binary | 11110110 | 1001110 | 10010110 | 0 | 1000100 | 100111 | 100 | 101001110 | 1011010 | 1000000 |
Color Harmonies of #F64E96
Complementary color
Monochromatic Colors of #F64E96
Black with #F64E96
Text Example
Text Example
White with #F64E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64E96; }
p { color: rgb(246,78,150); }
H1.HeaderClassName
{
color: #F64E96;
}
.AnyTagClassName
{
color: #F64E96;
}
</style>
background-color css
<style>
a { background-color: #F64E96; }
a { background-color: rgb(246,78,150); }
div.DivClassName
{
background-color: #F64E96;
}
.BgClassName
{
background-color: #F64E96;
}
</style>
border-color css
<style>
span { border-color: #F64E96; }
span { border-color: rgb(246,78,150); }
td.TdClassName
{
border-color: #F64E96;
}
.TagClassName
{
border-color: #F64E96;
}
</style>