Shades of French Rose #F64678
Tints of French Rose #F64678
RGB
CMYK
RGB Variations
Color information
#F64678 (or 0xF64678) is known color: French Rose. HEX triplet: F6, 46 and 78. RGB value is (246,70,120). Sum of RGB (Red+Green+Blue) = 246+70+120=436 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.42% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 120 (47.27% from 255 or 27.52% from 436); Max value from RGB is 246 - color contains mainly: red. Hex color #F64678 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64678 is #09B987. Grayscale: #808080. Windows color (decimal): -637320 or 7882486. OLE color: 7882486.
HSL color Cylindrical-coordinate representation of color #F64678: hue angle of 342.95º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F64678 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 70 | 120 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.04 |
| HSL | 342.95º | 0.91% | 0.62% | - |
| HSV(B) | 342.95º | 0.72% | 0.96% | - |
| XYZ | 43.59 | 25.33 | 20.36 | - |
| YUV | 128.32 | 123.31 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 70 | 120 | 0 | 0.72 | 0.51 | 0.04 | 342.95 | 0.91 | 0.62 |
| Hex | F6 | 46 | 78 | 0 | 48 | 33 | 4 | 157 | 5B | 3E |
| Octal | 366 | 106 | 170 | 0 | 110 | 63 | 4 | 527 | 133 | 76 |
| Binary | 11110110 | 1000110 | 1111000 | 0 | 1001000 | 110011 | 100 | 101010111 | 1011011 | 111110 |
Color Harmonies of #F64678
Complementary color
Monochromatic Colors of #F64678
Black with #F64678
Text Example
Text Example
White with #F64678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64678; }
p { color: rgb(246,70,120); }
H1.HeaderClassName
{
color: #F64678;
}
.AnyTagClassName
{
color: #F64678;
}
</style>
background-color css
<style>
a { background-color: #F64678; }
a { background-color: rgb(246,70,120); }
div.DivClassName
{
background-color: #F64678;
}
.BgClassName
{
background-color: #F64678;
}
</style>
border-color css
<style>
span { border-color: #F64678; }
span { border-color: rgb(246,70,120); }
td.TdClassName
{
border-color: #F64678;
}
.TagClassName
{
border-color: #F64678;
}
</style>