Shades of French Rose #F64F7E
Tints of French Rose #F64F7E
RGB
CMYK
RGB Variations
Color information
#F64F7E (or 0xF64F7E) is known color: French Rose. HEX triplet: F6, 4F and 7E. RGB value is (246,79,126). Sum of RGB (Red+Green+Blue) = 246+79+126=451 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.55% from 451); Green value is 79 (31.25% from 255 or 17.52% from 451); Blue value is 126 (49.61% from 255 or 27.94% from 451); Max value from RGB is 246 - color contains mainly: red. Hex color #F64F7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F64F7E is #09B081. Grayscale: #868686. Windows color (decimal): -635010 or 8278006. OLE color: 8278006.
HSL color Cylindrical-coordinate representation of color #F64F7E: hue angle of 343.11º 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 #F64F7E is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 79 | 126 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.04 |
| HSL | 343.11º | 0.9% | 0.64% | - |
| HSV(B) | 343.11º | 0.68% | 0.96% | - |
| XYZ | 44.57 | 26.69 | 22.54 | - |
| YUV | 134.29 | 123.33 | 207.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 79 | 126 | 0 | 0.68 | 0.49 | 0.04 | 343.11 | 0.9 | 0.64 |
| Hex | F6 | 4F | 7E | 0 | 44 | 31 | 4 | 157 | 5A | 40 |
| Octal | 366 | 117 | 176 | 0 | 104 | 61 | 4 | 527 | 132 | 100 |
| Binary | 11110110 | 1001111 | 1111110 | 0 | 1000100 | 110001 | 100 | 101010111 | 1011010 | 1000000 |
Color Harmonies of #F64F7E
Complementary color
Monochromatic Colors of #F64F7E
Black with #F64F7E
Text Example
Text Example
White with #F64F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64F7E; }
p { color: rgb(246,79,126); }
H1.HeaderClassName
{
color: #F64F7E;
}
.AnyTagClassName
{
color: #F64F7E;
}
</style>
background-color css
<style>
a { background-color: #F64F7E; }
a { background-color: rgb(246,79,126); }
div.DivClassName
{
background-color: #F64F7E;
}
.BgClassName
{
background-color: #F64F7E;
}
</style>
border-color css
<style>
span { border-color: #F64F7E; }
span { border-color: rgb(246,79,126); }
td.TdClassName
{
border-color: #F64F7E;
}
.TagClassName
{
border-color: #F64F7E;
}
</style>