Shades of French Rose #F64C94
Tints of French Rose #F64C94
RGB
CMYK
RGB Variations
Color information
#F64C94 (or 0xF64C94) is known color: French Rose. HEX triplet: F6, 4C and 94. RGB value is (246,76,148). Sum of RGB (Red+Green+Blue) = 246+76+148=470 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.34% from 470); Green value is 76 (30.08% from 255 or 16.17% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 246 - color contains mainly: red. Hex color #F64C94 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64C94 is #09B36B. Grayscale: #868686. Windows color (decimal): -635756 or 9719030. OLE color: 9719030.
HSL color Cylindrical-coordinate representation of color #F64C94: hue angle of 334.59º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F64C94 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 76 | 148 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.04 |
| HSL | 334.59º | 0.9% | 0.63% | - |
| HSV(B) | 334.59º | 0.69% | 0.96% | - |
| XYZ | 45.94 | 26.9 | 30.79 | - |
| YUV | 135.04 | 135.32 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 76 | 148 | 0 | 0.69 | 0.40 | 0.04 | 334.59 | 0.9 | 0.63 |
| Hex | F6 | 4C | 94 | 0 | 45 | 28 | 4 | 14F | 5A | 3F |
| Octal | 366 | 114 | 224 | 0 | 105 | 50 | 4 | 517 | 132 | 77 |
| Binary | 11110110 | 1001100 | 10010100 | 0 | 1000101 | 101000 | 100 | 101001111 | 1011010 | 111111 |
Color Harmonies of #F64C94
Complementary color
Monochromatic Colors of #F64C94
Black with #F64C94
Text Example
Text Example
White with #F64C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64C94; }
p { color: rgb(246,76,148); }
H1.HeaderClassName
{
color: #F64C94;
}
.AnyTagClassName
{
color: #F64C94;
}
</style>
background-color css
<style>
a { background-color: #F64C94; }
a { background-color: rgb(246,76,148); }
div.DivClassName
{
background-color: #F64C94;
}
.BgClassName
{
background-color: #F64C94;
}
</style>
border-color css
<style>
span { border-color: #F64C94; }
span { border-color: rgb(246,76,148); }
td.TdClassName
{
border-color: #F64C94;
}
.TagClassName
{
border-color: #F64C94;
}
</style>