Shades of Wild Strawberry #F440A6
Tints of Wild Strawberry #F440A6
RGB
CMYK
RGB Variations
Color information
#F440A6 (or 0xF440A6) is known color: Wild Strawberry. HEX triplet: F4, 40 and A6. RGB value is (244,64,166). Sum of RGB (Red+Green+Blue) = 244+64+166=474 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.48% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 166 (65.23% from 255 or 35.02% from 474); Max value from RGB is 244 - color contains mainly: red. Hex color #F440A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F440A6 is #0BBF59. Grayscale: #818181. Windows color (decimal): -769882 or 10895604. OLE color: 10895604.
HSL color Cylindrical-coordinate representation of color #F440A6: hue angle of 326º 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 #F440A6 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 166 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.04 |
| HSL | 326º | 0.89% | 0.6% | - |
| HSV(B) | 326º | 0.74% | 0.96% | - |
| XYZ | 46.02 | 25.65 | 38.6 | - |
| YUV | 129.45 | 148.63 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 166 | 0 | 0.74 | 0.32 | 0.04 | 326 | 0.89 | 0.6 |
| Hex | F4 | 40 | A6 | 0 | 4A | 20 | 4 | 146 | 59 | 3C |
| Octal | 364 | 100 | 246 | 0 | 112 | 40 | 4 | 506 | 131 | 74 |
| Binary | 11110100 | 1000000 | 10100110 | 0 | 1001010 | 100000 | 100 | 101000110 | 1011001 | 111100 |
Color Harmonies of #F440A6
Complementary color
Monochromatic Colors of #F440A6
Black with #F440A6
Text Example
Text Example
White with #F440A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F440A6; }
p { color: rgb(244,64,166); }
H1.HeaderClassName
{
color: #F440A6;
}
.AnyTagClassName
{
color: #F440A6;
}
</style>
background-color css
<style>
a { background-color: #F440A6; }
a { background-color: rgb(244,64,166); }
div.DivClassName
{
background-color: #F440A6;
}
.BgClassName
{
background-color: #F440A6;
}
</style>
border-color css
<style>
span { border-color: #F440A6; }
span { border-color: rgb(244,64,166); }
td.TdClassName
{
border-color: #F440A6;
}
.TagClassName
{
border-color: #F440A6;
}
</style>