Shades of Wild Strawberry #F440AE
Tints of Wild Strawberry #F440AE
RGB
CMYK
RGB Variations
Color information
#F440AE (or 0xF440AE) is known color: Wild Strawberry. HEX triplet: F4, 40 and AE. RGB value is (244,64,174). Sum of RGB (Red+Green+Blue) = 244+64+174=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 64 (25.39% from 255 or 13.28% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F440AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F440AE is #0BBF51. Grayscale: #828282. Windows color (decimal): -769874 or 11419892. OLE color: 11419892.
HSL color Cylindrical-coordinate representation of color #F440AE: hue angle of 323.33º 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 #F440AE is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 174 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.04 |
| HSL | 323.33º | 0.89% | 0.6% | - |
| HSV(B) | 323.33º | 0.74% | 0.96% | - |
| XYZ | 46.78 | 25.96 | 42.59 | - |
| YUV | 130.36 | 152.63 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 174 | 0 | 0.74 | 0.29 | 0.04 | 323.33 | 0.89 | 0.6 |
| Hex | F4 | 40 | AE | 0 | 4A | 1D | 4 | 143 | 59 | 3C |
| Octal | 364 | 100 | 256 | 0 | 112 | 35 | 4 | 503 | 131 | 74 |
| Binary | 11110100 | 1000000 | 10101110 | 0 | 1001010 | 11101 | 100 | 101000011 | 1011001 | 111100 |
Color Harmonies of #F440AE
Complementary color
Monochromatic Colors of #F440AE
Black with #F440AE
Text Example
Text Example
White with #F440AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F440AE; }
p { color: rgb(244,64,174); }
H1.HeaderClassName
{
color: #F440AE;
}
.AnyTagClassName
{
color: #F440AE;
}
</style>
background-color css
<style>
a { background-color: #F440AE; }
a { background-color: rgb(244,64,174); }
div.DivClassName
{
background-color: #F440AE;
}
.BgClassName
{
background-color: #F440AE;
}
</style>
border-color css
<style>
span { border-color: #F440AE; }
span { border-color: rgb(244,64,174); }
td.TdClassName
{
border-color: #F440AE;
}
.TagClassName
{
border-color: #F440AE;
}
</style>