Shades of Wild Strawberry #F440AB
Tints of Wild Strawberry #F440AB
RGB
CMYK
RGB Variations
Color information
#F440AB (or 0xF440AB) is known color: Wild Strawberry. HEX triplet: F4, 40 and AB. RGB value is (244,64,171). Sum of RGB (Red+Green+Blue) = 244+64+171=479 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.94% from 479); Green value is 64 (25.39% from 255 or 13.36% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 244 - color contains mainly: red. Hex color #F440AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F440AB is #0BBF54. Grayscale: #818181. Windows color (decimal): -769877 or 11223284. OLE color: 11223284.
HSL color Cylindrical-coordinate representation of color #F440AB: hue angle of 324.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 #F440AB is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 171 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.04 |
| HSL | 324.33º | 0.89% | 0.6% | - |
| HSV(B) | 324.33º | 0.74% | 0.96% | - |
| XYZ | 46.49 | 25.84 | 41.07 | - |
| YUV | 130.02 | 151.13 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 171 | 0 | 0.74 | 0.30 | 0.04 | 324.33 | 0.89 | 0.6 |
| Hex | F4 | 40 | AB | 0 | 4A | 1E | 4 | 144 | 59 | 3C |
| Octal | 364 | 100 | 253 | 0 | 112 | 36 | 4 | 504 | 131 | 74 |
| Binary | 11110100 | 1000000 | 10101011 | 0 | 1001010 | 11110 | 100 | 101000100 | 1011001 | 111100 |
Color Harmonies of #F440AB
Complementary color
Monochromatic Colors of #F440AB
Black with #F440AB
Text Example
Text Example
White with #F440AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F440AB; }
p { color: rgb(244,64,171); }
H1.HeaderClassName
{
color: #F440AB;
}
.AnyTagClassName
{
color: #F440AB;
}
</style>
background-color css
<style>
a { background-color: #F440AB; }
a { background-color: rgb(244,64,171); }
div.DivClassName
{
background-color: #F440AB;
}
.BgClassName
{
background-color: #F440AB;
}
</style>
border-color css
<style>
span { border-color: #F440AB; }
span { border-color: rgb(244,64,171); }
td.TdClassName
{
border-color: #F440AB;
}
.TagClassName
{
border-color: #F440AB;
}
</style>