Shades of Wild Strawberry #F940A6
Tints of Wild Strawberry #F940A6
RGB
CMYK
RGB Variations
Color information
#F940A6 (or 0xF940A6) is known color: Wild Strawberry. HEX triplet: F9, 40 and A6. RGB value is (249,64,166). Sum of RGB (Red+Green+Blue) = 249+64+166=479 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.98% from 479); Green value is 64 (25.39% from 255 or 13.36% from 479); Blue value is 166 (65.23% from 255 or 34.66% from 479); Max value from RGB is 249 - color contains mainly: red. Hex color #F940A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F940A6 is #06BF59. Grayscale: #828282. Windows color (decimal): -442202 or 10895609. OLE color: 10895609.
HSL color Cylindrical-coordinate representation of color #F940A6: hue angle of 326.92º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F940A6 is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 64 | 166 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.02 |
| HSL | 326.92º | 0.94% | 0.61% | - |
| HSV(B) | 326.92º | 0.74% | 0.98% | - |
| XYZ | 47.78 | 26.56 | 38.68 | - |
| YUV | 130.94 | 147.79 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 166 | 0 | 0.74 | 0.33 | 0.02 | 326.92 | 0.94 | 0.61 |
| Hex | F9 | 40 | A6 | 0 | 4A | 21 | 2 | 147 | 5E | 3D |
| Octal | 371 | 100 | 246 | 0 | 112 | 41 | 2 | 507 | 136 | 75 |
| Binary | 11111001 | 1000000 | 10100110 | 0 | 1001010 | 100001 | 10 | 101000111 | 1011110 | 111101 |
Color Harmonies of #F940A6
Complementary color
Monochromatic Colors of #F940A6
Black with #F940A6
Text Example
Text Example
White with #F940A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F940A6; }
p { color: rgb(249,64,166); }
H1.HeaderClassName
{
color: #F940A6;
}
.AnyTagClassName
{
color: #F940A6;
}
</style>
background-color css
<style>
a { background-color: #F940A6; }
a { background-color: rgb(249,64,166); }
div.DivClassName
{
background-color: #F940A6;
}
.BgClassName
{
background-color: #F940A6;
}
</style>
border-color css
<style>
span { border-color: #F940A6; }
span { border-color: rgb(249,64,166); }
td.TdClassName
{
border-color: #F940A6;
}
.TagClassName
{
border-color: #F940A6;
}
</style>