Shades of Wild Strawberry #F440A3
Tints of Wild Strawberry #F440A3
RGB
CMYK
RGB Variations
Color information
#F440A3 (or 0xF440A3) is known color: Wild Strawberry. HEX triplet: F4, 40 and A3. RGB value is (244,64,163). Sum of RGB (Red+Green+Blue) = 244+64+163=471 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.80% from 471); Green value is 64 (25.39% from 255 or 13.59% from 471); Blue value is 163 (64.06% from 255 or 34.61% from 471); Max value from RGB is 244 - color contains mainly: red. Hex color #F440A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F440A3 is #0BBF5C. Grayscale: #808080. Windows color (decimal): -769885 or 10698996. OLE color: 10698996.
HSL color Cylindrical-coordinate representation of color #F440A3: hue angle of 327º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F440A3 is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 163 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.04 |
| HSL | 327º | 0.89% | 0.6% | - |
| HSV(B) | 327º | 0.74% | 0.96% | - |
| XYZ | 45.75 | 25.54 | 37.17 | - |
| YUV | 129.11 | 147.13 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 163 | 0 | 0.74 | 0.33 | 0.04 | 327 | 0.89 | 0.6 |
| Hex | F4 | 40 | A3 | 0 | 4A | 21 | 4 | 147 | 59 | 3C |
| Octal | 364 | 100 | 243 | 0 | 112 | 41 | 4 | 507 | 131 | 74 |
| Binary | 11110100 | 1000000 | 10100011 | 0 | 1001010 | 100001 | 100 | 101000111 | 1011001 | 111100 |
Color Harmonies of #F440A3
Complementary color
Monochromatic Colors of #F440A3
Black with #F440A3
Text Example
Text Example
White with #F440A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F440A3; }
p { color: rgb(244,64,163); }
H1.HeaderClassName
{
color: #F440A3;
}
.AnyTagClassName
{
color: #F440A3;
}
</style>
background-color css
<style>
a { background-color: #F440A3; }
a { background-color: rgb(244,64,163); }
div.DivClassName
{
background-color: #F440A3;
}
.BgClassName
{
background-color: #F440A3;
}
</style>
border-color css
<style>
span { border-color: #F440A3; }
span { border-color: rgb(244,64,163); }
td.TdClassName
{
border-color: #F440A3;
}
.TagClassName
{
border-color: #F440A3;
}
</style>