Shades of French Rose #F64C7B
Tints of French Rose #F64C7B
RGB
CMYK
RGB Variations
Color information
#F64C7B (or 0xF64C7B) is known color: French Rose. HEX triplet: F6, 4C and 7B. RGB value is (246,76,123). Sum of RGB (Red+Green+Blue) = 246+76+123=445 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.28% from 445); Green value is 76 (30.08% from 255 or 17.08% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 246 - color contains mainly: red. Hex color #F64C7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64C7B is #09B384. Grayscale: #848484. Windows color (decimal): -635781 or 8080630. OLE color: 8080630.
HSL color Cylindrical-coordinate representation of color #F64C7B: hue angle of 343.41º 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 #F64C7B is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 76 | 123 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.04 |
| HSL | 343.41º | 0.9% | 0.63% | - |
| HSV(B) | 343.41º | 0.69% | 0.96% | - |
| XYZ | 44.17 | 26.19 | 21.47 | - |
| YUV | 132.19 | 122.82 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 76 | 123 | 0 | 0.69 | 0.50 | 0.04 | 343.41 | 0.9 | 0.63 |
| Hex | F6 | 4C | 7B | 0 | 45 | 32 | 4 | 157 | 5A | 3F |
| Octal | 366 | 114 | 173 | 0 | 105 | 62 | 4 | 527 | 132 | 77 |
| Binary | 11110110 | 1001100 | 1111011 | 0 | 1000101 | 110010 | 100 | 101010111 | 1011010 | 111111 |
Color Harmonies of #F64C7B
Complementary color
Monochromatic Colors of #F64C7B
Black with #F64C7B
Text Example
Text Example
White with #F64C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64C7B; }
p { color: rgb(246,76,123); }
H1.HeaderClassName
{
color: #F64C7B;
}
.AnyTagClassName
{
color: #F64C7B;
}
</style>
background-color css
<style>
a { background-color: #F64C7B; }
a { background-color: rgb(246,76,123); }
div.DivClassName
{
background-color: #F64C7B;
}
.BgClassName
{
background-color: #F64C7B;
}
</style>
border-color css
<style>
span { border-color: #F64C7B; }
span { border-color: rgb(246,76,123); }
td.TdClassName
{
border-color: #F64C7B;
}
.TagClassName
{
border-color: #F64C7B;
}
</style>