Shades of Wild Strawberry #F940A7
Tints of Wild Strawberry #F940A7
RGB
CMYK
RGB Variations
Color information
#F940A7 (or 0xF940A7) is known color: Wild Strawberry. HEX triplet: F9, 40 and A7. RGB value is (249,64,167). Sum of RGB (Red+Green+Blue) = 249+64+167=480 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.88% from 480); Green value is 64 (25.39% from 255 or 13.33% from 480); Blue value is 167 (65.62% from 255 or 34.79% from 480); Max value from RGB is 249 - color contains mainly: red. Hex color #F940A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F940A7 is #06BF58. Grayscale: #828282. Windows color (decimal): -442201 or 10961145. OLE color: 10961145.
HSL color Cylindrical-coordinate representation of color #F940A7: hue angle of 326.59º 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 #F940A7 is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 64 | 167 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.02 |
| HSL | 326.59º | 0.94% | 0.61% | - |
| HSV(B) | 326.59º | 0.74% | 0.98% | - |
| XYZ | 47.88 | 26.6 | 39.17 | - |
| YUV | 131.06 | 148.29 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 167 | 0 | 0.74 | 0.33 | 0.02 | 326.59 | 0.94 | 0.61 |
| Hex | F9 | 40 | A7 | 0 | 4A | 21 | 2 | 147 | 5E | 3D |
| Octal | 371 | 100 | 247 | 0 | 112 | 41 | 2 | 507 | 136 | 75 |
| Binary | 11111001 | 1000000 | 10100111 | 0 | 1001010 | 100001 | 10 | 101000111 | 1011110 | 111101 |
Color Harmonies of #F940A7
Complementary color
Monochromatic Colors of #F940A7
Black with #F940A7
Text Example
Text Example
White with #F940A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F940A7; }
p { color: rgb(249,64,167); }
H1.HeaderClassName
{
color: #F940A7;
}
.AnyTagClassName
{
color: #F940A7;
}
</style>
background-color css
<style>
a { background-color: #F940A7; }
a { background-color: rgb(249,64,167); }
div.DivClassName
{
background-color: #F940A7;
}
.BgClassName
{
background-color: #F940A7;
}
</style>
border-color css
<style>
span { border-color: #F940A7; }
span { border-color: rgb(249,64,167); }
td.TdClassName
{
border-color: #F940A7;
}
.TagClassName
{
border-color: #F940A7;
}
</style>