Shades of Wild Strawberry #F441A8
Tints of Wild Strawberry #F441A8
RGB
CMYK
RGB Variations
Color information
#F441A8 (or 0xF441A8) is known color: Wild Strawberry. HEX triplet: F4, 41 and A8. RGB value is (244,65,168). Sum of RGB (Red+Green+Blue) = 244+65+168=477 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.15% from 477); Green value is 65 (25.78% from 255 or 13.63% from 477); Blue value is 168 (66.02% from 255 or 35.22% from 477); Max value from RGB is 244 - color contains mainly: red. Hex color #F441A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F441A8 is #0BBE57. Grayscale: #828282. Windows color (decimal): -769624 or 11026932. OLE color: 11026932.
HSL color Cylindrical-coordinate representation of color #F441A8: hue angle of 325.47º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F441A8 is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 65 | 168 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.04 |
| HSL | 325.47º | 0.89% | 0.61% | - |
| HSV(B) | 325.47º | 0.73% | 0.96% | - |
| XYZ | 46.27 | 25.84 | 39.6 | - |
| YUV | 130.26 | 149.3 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 65 | 168 | 0 | 0.73 | 0.31 | 0.04 | 325.47 | 0.89 | 0.61 |
| Hex | F4 | 41 | A8 | 0 | 49 | 1F | 4 | 145 | 59 | 3D |
| Octal | 364 | 101 | 250 | 0 | 111 | 37 | 4 | 505 | 131 | 75 |
| Binary | 11110100 | 1000001 | 10101000 | 0 | 1001001 | 11111 | 100 | 101000101 | 1011001 | 111101 |
Color Harmonies of #F441A8
Complementary color
Monochromatic Colors of #F441A8
Black with #F441A8
Text Example
Text Example
White with #F441A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F441A8; }
p { color: rgb(244,65,168); }
H1.HeaderClassName
{
color: #F441A8;
}
.AnyTagClassName
{
color: #F441A8;
}
</style>
background-color css
<style>
a { background-color: #F441A8; }
a { background-color: rgb(244,65,168); }
div.DivClassName
{
background-color: #F441A8;
}
.BgClassName
{
background-color: #F441A8;
}
</style>
border-color css
<style>
span { border-color: #F441A8; }
span { border-color: rgb(244,65,168); }
td.TdClassName
{
border-color: #F441A8;
}
.TagClassName
{
border-color: #F441A8;
}
</style>