Shades of Wild Strawberry #F640AC
Tints of Wild Strawberry #F640AC
RGB
CMYK
RGB Variations
Color information
#F640AC (or 0xF640AC) is known color: Wild Strawberry. HEX triplet: F6, 40 and AC. RGB value is (246,64,172). Sum of RGB (Red+Green+Blue) = 246+64+172=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 64 (25.39% from 255 or 13.28% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F640AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F640AC is #09BF53. Grayscale: #828282. Windows color (decimal): -638804 or 11288822. OLE color: 11288822.
HSL color Cylindrical-coordinate representation of color #F640AC: hue angle of 324.4º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F640AC is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 64 | 172 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.04 |
| HSL | 324.4º | 0.91% | 0.61% | - |
| HSV(B) | 324.4º | 0.74% | 0.96% | - |
| XYZ | 47.29 | 26.24 | 41.6 | - |
| YUV | 130.73 | 151.3 | 210.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 64 | 172 | 0 | 0.74 | 0.30 | 0.04 | 324.4 | 0.91 | 0.61 |
| Hex | F6 | 40 | AC | 0 | 4A | 1E | 4 | 144 | 5B | 3D |
| Octal | 366 | 100 | 254 | 0 | 112 | 36 | 4 | 504 | 133 | 75 |
| Binary | 11110110 | 1000000 | 10101100 | 0 | 1001010 | 11110 | 100 | 101000100 | 1011011 | 111101 |
Color Harmonies of #F640AC
Complementary color
Monochromatic Colors of #F640AC
Black with #F640AC
Text Example
Text Example
White with #F640AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F640AC; }
p { color: rgb(246,64,172); }
H1.HeaderClassName
{
color: #F640AC;
}
.AnyTagClassName
{
color: #F640AC;
}
</style>
background-color css
<style>
a { background-color: #F640AC; }
a { background-color: rgb(246,64,172); }
div.DivClassName
{
background-color: #F640AC;
}
.BgClassName
{
background-color: #F640AC;
}
</style>
border-color css
<style>
span { border-color: #F640AC; }
span { border-color: rgb(246,64,172); }
td.TdClassName
{
border-color: #F640AC;
}
.TagClassName
{
border-color: #F640AC;
}
</style>