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