Shades of Wild Strawberry #F641A7
Tints of Wild Strawberry #F641A7
RGB
CMYK
RGB Variations
Color information
#F641A7 (or 0xF641A7) is known color: Wild Strawberry. HEX triplet: F6, 41 and A7. RGB value is (246,65,167). Sum of RGB (Red+Green+Blue) = 246+65+167=478 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.46% from 478); Green value is 65 (25.78% from 255 or 13.60% from 478); Blue value is 167 (65.62% from 255 or 34.94% from 478); Max value from RGB is 246 - color contains mainly: red. Hex color #F641A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F641A7 is #09BE58. Grayscale: #828282. Windows color (decimal): -638553 or 10961398. OLE color: 10961398.
HSL color Cylindrical-coordinate representation of color #F641A7: hue angle of 326.19º 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 #F641A7 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 65 | 167 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.04 |
| HSL | 326.19º | 0.91% | 0.61% | - |
| HSV(B) | 326.19º | 0.74% | 0.96% | - |
| XYZ | 46.87 | 26.16 | 39.14 | - |
| YUV | 130.75 | 148.47 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 65 | 167 | 0 | 0.74 | 0.32 | 0.04 | 326.19 | 0.91 | 0.61 |
| Hex | F6 | 41 | A7 | 0 | 4A | 20 | 4 | 146 | 5B | 3D |
| Octal | 366 | 101 | 247 | 0 | 112 | 40 | 4 | 506 | 133 | 75 |
| Binary | 11110110 | 1000001 | 10100111 | 0 | 1001010 | 100000 | 100 | 101000110 | 1011011 | 111101 |
Color Harmonies of #F641A7
Complementary color
Monochromatic Colors of #F641A7
Black with #F641A7
Text Example
Text Example
White with #F641A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F641A7; }
p { color: rgb(246,65,167); }
H1.HeaderClassName
{
color: #F641A7;
}
.AnyTagClassName
{
color: #F641A7;
}
</style>
background-color css
<style>
a { background-color: #F641A7; }
a { background-color: rgb(246,65,167); }
div.DivClassName
{
background-color: #F641A7;
}
.BgClassName
{
background-color: #F641A7;
}
</style>
border-color css
<style>
span { border-color: #F641A7; }
span { border-color: rgb(246,65,167); }
td.TdClassName
{
border-color: #F641A7;
}
.TagClassName
{
border-color: #F641A7;
}
</style>