Shades of French Rose #F64889
Tints of French Rose #F64889
RGB
CMYK
RGB Variations
Color information
#F64889 (or 0xF64889) is known color: French Rose. HEX triplet: F6, 48 and 89. RGB value is (246,72,137). Sum of RGB (Red+Green+Blue) = 246+72+137=455 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.07% from 455); Green value is 72 (28.52% from 255 or 15.82% from 455); Blue value is 137 (53.91% from 255 or 30.11% from 455); Max value from RGB is 246 - color contains mainly: red. Hex color #F64889 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64889 is #09B776. Grayscale: #838383. Windows color (decimal): -636791 or 8997110. OLE color: 8997110.
HSL color Cylindrical-coordinate representation of color #F64889: hue angle of 337.59º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F64889 is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 72 | 137 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.04 |
| HSL | 337.59º | 0.91% | 0.62% | - |
| HSV(B) | 337.59º | 0.71% | 0.96% | - |
| XYZ | 44.84 | 26.03 | 26.33 | - |
| YUV | 131.44 | 131.15 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 72 | 137 | 0 | 0.71 | 0.44 | 0.04 | 337.59 | 0.91 | 0.62 |
| Hex | F6 | 48 | 89 | 0 | 47 | 2C | 4 | 152 | 5B | 3E |
| Octal | 366 | 110 | 211 | 0 | 107 | 54 | 4 | 522 | 133 | 76 |
| Binary | 11110110 | 1001000 | 10001001 | 0 | 1000111 | 101100 | 100 | 101010010 | 1011011 | 111110 |
Color Harmonies of #F64889
Complementary color
Monochromatic Colors of #F64889
Black with #F64889
Text Example
Text Example
White with #F64889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64889; }
p { color: rgb(246,72,137); }
H1.HeaderClassName
{
color: #F64889;
}
.AnyTagClassName
{
color: #F64889;
}
</style>
background-color css
<style>
a { background-color: #F64889; }
a { background-color: rgb(246,72,137); }
div.DivClassName
{
background-color: #F64889;
}
.BgClassName
{
background-color: #F64889;
}
</style>
border-color css
<style>
span { border-color: #F64889; }
span { border-color: rgb(246,72,137); }
td.TdClassName
{
border-color: #F64889;
}
.TagClassName
{
border-color: #F64889;
}
</style>