Shades of French Rose #F64F8F
Tints of French Rose #F64F8F
RGB
CMYK
RGB Variations
Color information
#F64F8F (or 0xF64F8F) is known color: French Rose. HEX triplet: F6, 4F and 8F. RGB value is (246,79,143). Sum of RGB (Red+Green+Blue) = 246+79+143=468 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.56% from 468); Green value is 79 (31.25% from 255 or 16.88% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 246 - color contains mainly: red. Hex color #F64F8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F64F8F is #09B070. Grayscale: #888888. Windows color (decimal): -634993 or 9392118. OLE color: 9392118.
HSL color Cylindrical-coordinate representation of color #F64F8F: hue angle of 337.01º 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 #F64F8F is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 79 | 143 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.04 |
| HSL | 337.01º | 0.9% | 0.64% | - |
| HSV(B) | 337.01º | 0.68% | 0.96% | - |
| XYZ | 45.76 | 27.17 | 28.82 | - |
| YUV | 136.23 | 131.83 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 79 | 143 | 0 | 0.68 | 0.42 | 0.04 | 337.01 | 0.9 | 0.64 |
| Hex | F6 | 4F | 8F | 0 | 44 | 2A | 4 | 151 | 5A | 40 |
| Octal | 366 | 117 | 217 | 0 | 104 | 52 | 4 | 521 | 132 | 100 |
| Binary | 11110110 | 1001111 | 10001111 | 0 | 1000100 | 101010 | 100 | 101010001 | 1011010 | 1000000 |
Color Harmonies of #F64F8F
Complementary color
Monochromatic Colors of #F64F8F
Black with #F64F8F
Text Example
Text Example
White with #F64F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64F8F; }
p { color: rgb(246,79,143); }
H1.HeaderClassName
{
color: #F64F8F;
}
.AnyTagClassName
{
color: #F64F8F;
}
</style>
background-color css
<style>
a { background-color: #F64F8F; }
a { background-color: rgb(246,79,143); }
div.DivClassName
{
background-color: #F64F8F;
}
.BgClassName
{
background-color: #F64F8F;
}
</style>
border-color css
<style>
span { border-color: #F64F8F; }
span { border-color: rgb(246,79,143); }
td.TdClassName
{
border-color: #F64F8F;
}
.TagClassName
{
border-color: #F64F8F;
}
</style>