Shades of Wild Strawberry #F440AC
Tints of Wild Strawberry #F440AC
RGB
CMYK
RGB Variations
Color information
#F440AC (or 0xF440AC) is known color: Wild Strawberry. HEX triplet: F4, 40 and AC. RGB value is (244,64,172). Sum of RGB (Red+Green+Blue) = 244+64+172=480 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.83% from 480); Green value is 64 (25.39% from 255 or 13.33% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 244 - color contains mainly: red. Hex color #F440AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F440AC is #0BBF53. Grayscale: #818181. Windows color (decimal): -769876 or 11288820. OLE color: 11288820.
HSL color Cylindrical-coordinate representation of color #F440AC: hue angle of 324º 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 #F440AC is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 172 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.04 |
| HSL | 324º | 0.89% | 0.6% | - |
| HSV(B) | 324º | 0.74% | 0.96% | - |
| XYZ | 46.59 | 25.88 | 41.57 | - |
| YUV | 130.13 | 151.63 | 209.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 172 | 0 | 0.74 | 0.30 | 0.04 | 324 | 0.89 | 0.6 |
| Hex | F4 | 40 | AC | 0 | 4A | 1E | 4 | 144 | 59 | 3C |
| Octal | 364 | 100 | 254 | 0 | 112 | 36 | 4 | 504 | 131 | 74 |
| Binary | 11110100 | 1000000 | 10101100 | 0 | 1001010 | 11110 | 100 | 101000100 | 1011001 | 111100 |
Color Harmonies of #F440AC
Complementary color
Monochromatic Colors of #F440AC
Black with #F440AC
Text Example
Text Example
White with #F440AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F440AC; }
p { color: rgb(244,64,172); }
H1.HeaderClassName
{
color: #F440AC;
}
.AnyTagClassName
{
color: #F440AC;
}
</style>
background-color css
<style>
a { background-color: #F440AC; }
a { background-color: rgb(244,64,172); }
div.DivClassName
{
background-color: #F440AC;
}
.BgClassName
{
background-color: #F440AC;
}
</style>
border-color css
<style>
span { border-color: #F440AC; }
span { border-color: rgb(244,64,172); }
td.TdClassName
{
border-color: #F440AC;
}
.TagClassName
{
border-color: #F440AC;
}
</style>