Shades of French Rose #F64A90
Tints of French Rose #F64A90
RGB
CMYK
RGB Variations
Color information
#F64A90 (or 0xF64A90) is known color: French Rose. HEX triplet: F6, 4A and 90. RGB value is (246,74,144). Sum of RGB (Red+Green+Blue) = 246+74+144=464 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.02% from 464); Green value is 74 (29.30% from 255 or 15.95% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 246 - color contains mainly: red. Hex color #F64A90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64A90 is #09B56F. Grayscale: #858585. Windows color (decimal): -636272 or 9456374. OLE color: 9456374.
HSL color Cylindrical-coordinate representation of color #F64A90: hue angle of 335.58º degrees, saturation: 0.91, 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 #F64A90 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 74 | 144 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.04 |
| HSL | 335.58º | 0.91% | 0.63% | - |
| HSV(B) | 335.58º | 0.7% | 0.96% | - |
| XYZ | 45.49 | 26.5 | 29.1 | - |
| YUV | 133.41 | 133.98 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 74 | 144 | 0 | 0.70 | 0.41 | 0.04 | 335.58 | 0.91 | 0.63 |
| Hex | F6 | 4A | 90 | 0 | 46 | 29 | 4 | 150 | 5B | 3F |
| Octal | 366 | 112 | 220 | 0 | 106 | 51 | 4 | 520 | 133 | 77 |
| Binary | 11110110 | 1001010 | 10010000 | 0 | 1000110 | 101001 | 100 | 101010000 | 1011011 | 111111 |
Color Harmonies of #F64A90
Complementary color
Monochromatic Colors of #F64A90
Black with #F64A90
Text Example
Text Example
White with #F64A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64A90; }
p { color: rgb(246,74,144); }
H1.HeaderClassName
{
color: #F64A90;
}
.AnyTagClassName
{
color: #F64A90;
}
</style>
background-color css
<style>
a { background-color: #F64A90; }
a { background-color: rgb(246,74,144); }
div.DivClassName
{
background-color: #F64A90;
}
.BgClassName
{
background-color: #F64A90;
}
</style>
border-color css
<style>
span { border-color: #F64A90; }
span { border-color: rgb(246,74,144); }
td.TdClassName
{
border-color: #F64A90;
}
.TagClassName
{
border-color: #F64A90;
}
</style>