Shades of Wild Strawberry #F940AD
Tints of Wild Strawberry #F940AD
RGB
CMYK
RGB Variations
Color information
#F940AD (or 0xF940AD) is known color: Wild Strawberry. HEX triplet: F9, 40 and AD. RGB value is (249,64,173). Sum of RGB (Red+Green+Blue) = 249+64+173=486 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.23% from 486); Green value is 64 (25.39% from 255 or 13.17% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 249 - color contains mainly: red. Hex color #F940AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F940AD is #06BF52. Grayscale: #838383. Windows color (decimal): -442195 or 11354361. OLE color: 11354361.
HSL color Cylindrical-coordinate representation of color #F940AD: hue angle of 324.65º 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 #F940AD is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 64 | 173 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.02 |
| HSL | 324.65º | 0.94% | 0.61% | - |
| HSV(B) | 324.65º | 0.74% | 0.98% | - |
| XYZ | 48.44 | 26.82 | 42.16 | - |
| YUV | 131.74 | 151.29 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 173 | 0 | 0.74 | 0.31 | 0.02 | 324.65 | 0.94 | 0.61 |
| Hex | F9 | 40 | AD | 0 | 4A | 1F | 2 | 145 | 5E | 3D |
| Octal | 371 | 100 | 255 | 0 | 112 | 37 | 2 | 505 | 136 | 75 |
| Binary | 11111001 | 1000000 | 10101101 | 0 | 1001010 | 11111 | 10 | 101000101 | 1011110 | 111101 |
Color Harmonies of #F940AD
Complementary color
Monochromatic Colors of #F940AD
Black with #F940AD
Text Example
Text Example
White with #F940AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F940AD; }
p { color: rgb(249,64,173); }
H1.HeaderClassName
{
color: #F940AD;
}
.AnyTagClassName
{
color: #F940AD;
}
</style>
background-color css
<style>
a { background-color: #F940AD; }
a { background-color: rgb(249,64,173); }
div.DivClassName
{
background-color: #F940AD;
}
.BgClassName
{
background-color: #F940AD;
}
</style>
border-color css
<style>
span { border-color: #F940AD; }
span { border-color: rgb(249,64,173); }
td.TdClassName
{
border-color: #F940AD;
}
.TagClassName
{
border-color: #F940AD;
}
</style>