Shades of Wild Strawberry #F440A1
Tints of Wild Strawberry #F440A1
RGB
CMYK
RGB Variations
Color information
#F440A1 (or 0xF440A1) is known color: Wild Strawberry. HEX triplet: F4, 40 and A1. RGB value is (244,64,161). Sum of RGB (Red+Green+Blue) = 244+64+161=469 (62% of max value = 765). Red value is 244 (95.70% from 255 or 52.03% from 469); Green value is 64 (25.39% from 255 or 13.65% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 244 - color contains mainly: red. Hex color #F440A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F440A1 is #0BBF5E. Grayscale: #808080. Windows color (decimal): -769887 or 10567924. OLE color: 10567924.
HSL color Cylindrical-coordinate representation of color #F440A1: hue angle of 327.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 #F440A1 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 161 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.04 |
| HSL | 327.67º | 0.89% | 0.6% | - |
| HSV(B) | 327.67º | 0.74% | 0.96% | - |
| XYZ | 45.57 | 25.47 | 36.23 | - |
| YUV | 128.88 | 146.13 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 161 | 0 | 0.74 | 0.34 | 0.04 | 327.67 | 0.89 | 0.6 |
| Hex | F4 | 40 | A1 | 0 | 4A | 22 | 4 | 148 | 59 | 3C |
| Octal | 364 | 100 | 241 | 0 | 112 | 42 | 4 | 510 | 131 | 74 |
| Binary | 11110100 | 1000000 | 10100001 | 0 | 1001010 | 100010 | 100 | 101001000 | 1011001 | 111100 |
Color Harmonies of #F440A1
Complementary color
Monochromatic Colors of #F440A1
Black with #F440A1
Text Example
Text Example
White with #F440A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F440A1; }
p { color: rgb(244,64,161); }
H1.HeaderClassName
{
color: #F440A1;
}
.AnyTagClassName
{
color: #F440A1;
}
</style>
background-color css
<style>
a { background-color: #F440A1; }
a { background-color: rgb(244,64,161); }
div.DivClassName
{
background-color: #F440A1;
}
.BgClassName
{
background-color: #F440A1;
}
</style>
border-color css
<style>
span { border-color: #F440A1; }
span { border-color: rgb(244,64,161); }
td.TdClassName
{
border-color: #F440A1;
}
.TagClassName
{
border-color: #F440A1;
}
</style>