Shades of French Rose #F64677
Tints of French Rose #F64677
RGB
CMYK
RGB Variations
Color information
#F64677 (or 0xF64677) is known color: French Rose. HEX triplet: F6, 46 and 77. RGB value is (246,70,119). Sum of RGB (Red+Green+Blue) = 246+70+119=435 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.55% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 246 - color contains mainly: red. Hex color #F64677 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64677 is #09B988. Grayscale: #808080. Windows color (decimal): -637321 or 7816950. OLE color: 7816950.
HSL color Cylindrical-coordinate representation of color #F64677: hue angle of 343.3º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F64677 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 70 | 119 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.04 |
| HSL | 343.3º | 0.91% | 0.62% | - |
| HSV(B) | 343.3º | 0.72% | 0.96% | - |
| XYZ | 43.53 | 25.31 | 20.04 | - |
| YUV | 128.21 | 122.81 | 212.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 70 | 119 | 0 | 0.72 | 0.52 | 0.04 | 343.3 | 0.91 | 0.62 |
| Hex | F6 | 46 | 77 | 0 | 48 | 34 | 4 | 157 | 5B | 3E |
| Octal | 366 | 106 | 167 | 0 | 110 | 64 | 4 | 527 | 133 | 76 |
| Binary | 11110110 | 1000110 | 1110111 | 0 | 1001000 | 110100 | 100 | 101010111 | 1011011 | 111110 |
Color Harmonies of #F64677
Complementary color
Monochromatic Colors of #F64677
Black with #F64677
Text Example
Text Example
White with #F64677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64677; }
p { color: rgb(246,70,119); }
H1.HeaderClassName
{
color: #F64677;
}
.AnyTagClassName
{
color: #F64677;
}
</style>
background-color css
<style>
a { background-color: #F64677; }
a { background-color: rgb(246,70,119); }
div.DivClassName
{
background-color: #F64677;
}
.BgClassName
{
background-color: #F64677;
}
</style>
border-color css
<style>
span { border-color: #F64677; }
span { border-color: rgb(246,70,119); }
td.TdClassName
{
border-color: #F64677;
}
.TagClassName
{
border-color: #F64677;
}
</style>