Shades of Wild Strawberry #F940AF
Tints of Wild Strawberry #F940AF
RGB
CMYK
RGB Variations
Color information
#F940AF (or 0xF940AF) is known color: Wild Strawberry. HEX triplet: F9, 40 and AF. RGB value is (249,64,175). Sum of RGB (Red+Green+Blue) = 249+64+175=488 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.02% from 488); Green value is 64 (25.39% from 255 or 13.11% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 249 - color contains mainly: red. Hex color #F940AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F940AF is #06BF50. Grayscale: #838383. Windows color (decimal): -442193 or 11485433. OLE color: 11485433.
HSL color Cylindrical-coordinate representation of color #F940AF: hue angle of 324º 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 #F940AF is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 64 | 175 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.02 |
| HSL | 324º | 0.94% | 0.61% | - |
| HSV(B) | 324º | 0.74% | 0.98% | - |
| XYZ | 48.64 | 26.9 | 43.19 | - |
| YUV | 131.97 | 152.29 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 175 | 0 | 0.74 | 0.30 | 0.02 | 324 | 0.94 | 0.61 |
| Hex | F9 | 40 | AF | 0 | 4A | 1E | 2 | 144 | 5E | 3D |
| Octal | 371 | 100 | 257 | 0 | 112 | 36 | 2 | 504 | 136 | 75 |
| Binary | 11111001 | 1000000 | 10101111 | 0 | 1001010 | 11110 | 10 | 101000100 | 1011110 | 111101 |
Color Harmonies of #F940AF
Complementary color
Monochromatic Colors of #F940AF
Black with #F940AF
Text Example
Text Example
White with #F940AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F940AF; }
p { color: rgb(249,64,175); }
H1.HeaderClassName
{
color: #F940AF;
}
.AnyTagClassName
{
color: #F940AF;
}
</style>
background-color css
<style>
a { background-color: #F940AF; }
a { background-color: rgb(249,64,175); }
div.DivClassName
{
background-color: #F940AF;
}
.BgClassName
{
background-color: #F940AF;
}
</style>
border-color css
<style>
span { border-color: #F940AF; }
span { border-color: rgb(249,64,175); }
td.TdClassName
{
border-color: #F940AF;
}
.TagClassName
{
border-color: #F940AF;
}
</style>