Shades of Wild Strawberry #F440AA
Tints of Wild Strawberry #F440AA
RGB
CMYK
RGB Variations
Color information
#F440AA (or 0xF440AA) is known color: Wild Strawberry. HEX triplet: F4, 40 and AA. RGB value is (244,64,170). Sum of RGB (Red+Green+Blue) = 244+64+170=478 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.05% from 478); Green value is 64 (25.39% from 255 or 13.39% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 244 - color contains mainly: red. Hex color #F440AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F440AA is #0BBF55. Grayscale: #818181. Windows color (decimal): -769878 or 11157748. OLE color: 11157748.
HSL color Cylindrical-coordinate representation of color #F440AA: hue angle of 324.67º 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 #F440AA is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 170 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.04 |
| HSL | 324.67º | 0.89% | 0.6% | - |
| HSV(B) | 324.67º | 0.74% | 0.96% | - |
| XYZ | 46.4 | 25.8 | 40.57 | - |
| YUV | 129.9 | 150.63 | 209.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 170 | 0 | 0.74 | 0.30 | 0.04 | 324.67 | 0.89 | 0.6 |
| Hex | F4 | 40 | AA | 0 | 4A | 1E | 4 | 145 | 59 | 3C |
| Octal | 364 | 100 | 252 | 0 | 112 | 36 | 4 | 505 | 131 | 74 |
| Binary | 11110100 | 1000000 | 10101010 | 0 | 1001010 | 11110 | 100 | 101000101 | 1011001 | 111100 |
Color Harmonies of #F440AA
Complementary color
Monochromatic Colors of #F440AA
Black with #F440AA
Text Example
Text Example
White with #F440AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F440AA; }
p { color: rgb(244,64,170); }
H1.HeaderClassName
{
color: #F440AA;
}
.AnyTagClassName
{
color: #F440AA;
}
</style>
background-color css
<style>
a { background-color: #F440AA; }
a { background-color: rgb(244,64,170); }
div.DivClassName
{
background-color: #F440AA;
}
.BgClassName
{
background-color: #F440AA;
}
</style>
border-color css
<style>
span { border-color: #F440AA; }
span { border-color: rgb(244,64,170); }
td.TdClassName
{
border-color: #F440AA;
}
.TagClassName
{
border-color: #F440AA;
}
</style>