Shades of Wild Strawberry #F440A0
Tints of Wild Strawberry #F440A0
RGB
CMYK
RGB Variations
Color information
#F440A0 (or 0xF440A0) is known color: Wild Strawberry. HEX triplet: F4, 40 and A0. RGB value is (244,64,160). Sum of RGB (Red+Green+Blue) = 244+64+160=468 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.14% from 468); Green value is 64 (25.39% from 255 or 13.68% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 244 - color contains mainly: red. Hex color #F440A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F440A0 is #0BBF5F. Grayscale: #808080. Windows color (decimal): -769888 or 10502388. OLE color: 10502388.
HSL color Cylindrical-coordinate representation of color #F440A0: hue angle of 328º 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 #F440A0 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 160 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.04 |
| HSL | 328º | 0.89% | 0.6% | - |
| HSV(B) | 328º | 0.74% | 0.96% | - |
| XYZ | 45.49 | 25.44 | 35.77 | - |
| YUV | 128.76 | 145.63 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 160 | 0 | 0.74 | 0.34 | 0.04 | 328 | 0.89 | 0.6 |
| Hex | F4 | 40 | A0 | 0 | 4A | 22 | 4 | 148 | 59 | 3C |
| Octal | 364 | 100 | 240 | 0 | 112 | 42 | 4 | 510 | 131 | 74 |
| Binary | 11110100 | 1000000 | 10100000 | 0 | 1001010 | 100010 | 100 | 101001000 | 1011001 | 111100 |
Color Harmonies of #F440A0
Complementary color
Monochromatic Colors of #F440A0
Black with #F440A0
Text Example
Text Example
White with #F440A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F440A0; }
p { color: rgb(244,64,160); }
H1.HeaderClassName
{
color: #F440A0;
}
.AnyTagClassName
{
color: #F440A0;
}
</style>
background-color css
<style>
a { background-color: #F440A0; }
a { background-color: rgb(244,64,160); }
div.DivClassName
{
background-color: #F440A0;
}
.BgClassName
{
background-color: #F440A0;
}
</style>
border-color css
<style>
span { border-color: #F440A0; }
span { border-color: rgb(244,64,160); }
td.TdClassName
{
border-color: #F440A0;
}
.TagClassName
{
border-color: #F440A0;
}
</style>