Shades of French Rose #F64B7C
Tints of French Rose #F64B7C
RGB
CMYK
RGB Variations
Color information
#F64B7C (or 0xF64B7C) is known color: French Rose. HEX triplet: F6, 4B and 7C. RGB value is (246,75,124). Sum of RGB (Red+Green+Blue) = 246+75+124=445 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.28% from 445); Green value is 75 (29.69% from 255 or 16.85% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 246 - color contains mainly: red. Hex color #F64B7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64B7C is #09B483. Grayscale: #838383. Windows color (decimal): -636036 or 8145910. OLE color: 8145910.
HSL color Cylindrical-coordinate representation of color #F64B7C: hue angle of 342.81º 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 #F64B7C is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 75 | 124 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.04 |
| HSL | 342.81º | 0.9% | 0.63% | - |
| HSV(B) | 342.81º | 0.7% | 0.96% | - |
| XYZ | 44.16 | 26.08 | 21.78 | - |
| YUV | 131.72 | 123.65 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 75 | 124 | 0 | 0.70 | 0.50 | 0.04 | 342.81 | 0.9 | 0.63 |
| Hex | F6 | 4B | 7C | 0 | 46 | 32 | 4 | 157 | 5A | 3F |
| Octal | 366 | 113 | 174 | 0 | 106 | 62 | 4 | 527 | 132 | 77 |
| Binary | 11110110 | 1001011 | 1111100 | 0 | 1000110 | 110010 | 100 | 101010111 | 1011010 | 111111 |
Color Harmonies of #F64B7C
Complementary color
Monochromatic Colors of #F64B7C
Black with #F64B7C
Text Example
Text Example
White with #F64B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64B7C; }
p { color: rgb(246,75,124); }
H1.HeaderClassName
{
color: #F64B7C;
}
.AnyTagClassName
{
color: #F64B7C;
}
</style>
background-color css
<style>
a { background-color: #F64B7C; }
a { background-color: rgb(246,75,124); }
div.DivClassName
{
background-color: #F64B7C;
}
.BgClassName
{
background-color: #F64B7C;
}
</style>
border-color css
<style>
span { border-color: #F64B7C; }
span { border-color: rgb(246,75,124); }
td.TdClassName
{
border-color: #F64B7C;
}
.TagClassName
{
border-color: #F64B7C;
}
</style>