Shades of French Rose #F64A8B
Tints of French Rose #F64A8B
RGB
CMYK
RGB Variations
Color information
#F64A8B (or 0xF64A8B) is known color: French Rose. HEX triplet: F6, 4A and 8B. RGB value is (246,74,139). Sum of RGB (Red+Green+Blue) = 246+74+139=459 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.59% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 246 - color contains mainly: red. Hex color #F64A8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64A8B is #09B574. Grayscale: #848484. Windows color (decimal): -636277 or 9128694. OLE color: 9128694.
HSL color Cylindrical-coordinate representation of color #F64A8B: hue angle of 337.33º 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 #F64A8B is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 74 | 139 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.04 |
| HSL | 337.33º | 0.91% | 0.63% | - |
| HSV(B) | 337.33º | 0.7% | 0.96% | - |
| XYZ | 45.12 | 26.35 | 27.14 | - |
| YUV | 132.84 | 131.48 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 74 | 139 | 0 | 0.70 | 0.43 | 0.04 | 337.33 | 0.91 | 0.63 |
| Hex | F6 | 4A | 8B | 0 | 46 | 2B | 4 | 151 | 5B | 3F |
| Octal | 366 | 112 | 213 | 0 | 106 | 53 | 4 | 521 | 133 | 77 |
| Binary | 11110110 | 1001010 | 10001011 | 0 | 1000110 | 101011 | 100 | 101010001 | 1011011 | 111111 |
Color Harmonies of #F64A8B
Complementary color
Monochromatic Colors of #F64A8B
Black with #F64A8B
Text Example
Text Example
White with #F64A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64A8B; }
p { color: rgb(246,74,139); }
H1.HeaderClassName
{
color: #F64A8B;
}
.AnyTagClassName
{
color: #F64A8B;
}
</style>
background-color css
<style>
a { background-color: #F64A8B; }
a { background-color: rgb(246,74,139); }
div.DivClassName
{
background-color: #F64A8B;
}
.BgClassName
{
background-color: #F64A8B;
}
</style>
border-color css
<style>
span { border-color: #F64A8B; }
span { border-color: rgb(246,74,139); }
td.TdClassName
{
border-color: #F64A8B;
}
.TagClassName
{
border-color: #F64A8B;
}
</style>