Shades of French Rose #F64E8F
Tints of French Rose #F64E8F
RGB
CMYK
RGB Variations
Color information
#F64E8F (or 0xF64E8F) is known color: French Rose. HEX triplet: F6, 4E and 8F. RGB value is (246,78,143). Sum of RGB (Red+Green+Blue) = 246+78+143=467 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.68% from 467); Green value is 78 (30.86% from 255 or 16.70% from 467); Blue value is 143 (56.25% from 255 or 30.62% from 467); Max value from RGB is 246 - color contains mainly: red. Hex color #F64E8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F64E8F is #09B170. Grayscale: #878787. Windows color (decimal): -635249 or 9391862. OLE color: 9391862.
HSL color Cylindrical-coordinate representation of color #F64E8F: hue angle of 336.79º 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 #F64E8F is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 78 | 143 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.04 |
| HSL | 336.79º | 0.9% | 0.64% | - |
| HSV(B) | 336.79º | 0.68% | 0.96% | - |
| XYZ | 45.69 | 27.02 | 28.79 | - |
| YUV | 135.64 | 132.16 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 78 | 143 | 0 | 0.68 | 0.42 | 0.04 | 336.79 | 0.9 | 0.64 |
| Hex | F6 | 4E | 8F | 0 | 44 | 2A | 4 | 151 | 5A | 40 |
| Octal | 366 | 116 | 217 | 0 | 104 | 52 | 4 | 521 | 132 | 100 |
| Binary | 11110110 | 1001110 | 10001111 | 0 | 1000100 | 101010 | 100 | 101010001 | 1011010 | 1000000 |
Color Harmonies of #F64E8F
Complementary color
Monochromatic Colors of #F64E8F
Black with #F64E8F
Text Example
Text Example
White with #F64E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64E8F; }
p { color: rgb(246,78,143); }
H1.HeaderClassName
{
color: #F64E8F;
}
.AnyTagClassName
{
color: #F64E8F;
}
</style>
background-color css
<style>
a { background-color: #F64E8F; }
a { background-color: rgb(246,78,143); }
div.DivClassName
{
background-color: #F64E8F;
}
.BgClassName
{
background-color: #F64E8F;
}
</style>
border-color css
<style>
span { border-color: #F64E8F; }
span { border-color: rgb(246,78,143); }
td.TdClassName
{
border-color: #F64E8F;
}
.TagClassName
{
border-color: #F64E8F;
}
</style>