Shades of French Rose #F64B89
Tints of French Rose #F64B89
RGB
CMYK
RGB Variations
Color information
#F64B89 (or 0xF64B89) is known color: French Rose. HEX triplet: F6, 4B and 89. RGB value is (246,75,137). Sum of RGB (Red+Green+Blue) = 246+75+137=458 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.71% from 458); Green value is 75 (29.69% from 255 or 16.38% from 458); Blue value is 137 (53.91% from 255 or 29.91% from 458); Max value from RGB is 246 - color contains mainly: red. Hex color #F64B89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64B89 is #09B476. Grayscale: #858585. Windows color (decimal): -636023 or 8997878. OLE color: 8997878.
HSL color Cylindrical-coordinate representation of color #F64B89: hue angle of 338.25º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F64B89 is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 75 | 137 | - |
| CMYK | 0 | 0.70 | 0.44 | 0.04 |
| HSL | 338.25º | 0.9% | 0.63% | - |
| HSV(B) | 338.25º | 0.7% | 0.96% | - |
| XYZ | 45.04 | 26.43 | 26.39 | - |
| YUV | 133.2 | 130.15 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 75 | 137 | 0 | 0.70 | 0.44 | 0.04 | 338.25 | 0.9 | 0.63 |
| Hex | F6 | 4B | 89 | 0 | 46 | 2C | 4 | 152 | 5A | 3F |
| Octal | 366 | 113 | 211 | 0 | 106 | 54 | 4 | 522 | 132 | 77 |
| Binary | 11110110 | 1001011 | 10001001 | 0 | 1000110 | 101100 | 100 | 101010010 | 1011010 | 111111 |
Color Harmonies of #F64B89
Complementary color
Monochromatic Colors of #F64B89
Black with #F64B89
Text Example
Text Example
White with #F64B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64B89; }
p { color: rgb(246,75,137); }
H1.HeaderClassName
{
color: #F64B89;
}
.AnyTagClassName
{
color: #F64B89;
}
</style>
background-color css
<style>
a { background-color: #F64B89; }
a { background-color: rgb(246,75,137); }
div.DivClassName
{
background-color: #F64B89;
}
.BgClassName
{
background-color: #F64B89;
}
</style>
border-color css
<style>
span { border-color: #F64B89; }
span { border-color: rgb(246,75,137); }
td.TdClassName
{
border-color: #F64B89;
}
.TagClassName
{
border-color: #F64B89;
}
</style>