Shades of Wild Strawberry #F43AA3
Tints of Wild Strawberry #F43AA3
RGB
CMYK
RGB Variations
Color information
#F43AA3 (or 0xF43AA3) is known color: Wild Strawberry. HEX triplet: F4, 3A and A3. RGB value is (244,58,163). Sum of RGB (Red+Green+Blue) = 244+58+163=465 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.47% from 465); Green value is 58 (23.05% from 255 or 12.47% from 465); Blue value is 163 (64.06% from 255 or 35.05% from 465); Max value from RGB is 244 - color contains mainly: red. Hex color #F43AA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43AA3 is #0BC55C. Grayscale: #7D7D7D. Windows color (decimal): -771421 or 10697460. OLE color: 10697460.
HSL color Cylindrical-coordinate representation of color #F43AA3: hue angle of 326.13º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F43AA3 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 58 | 163 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.04 |
| HSL | 326.13º | 0.89% | 0.59% | - |
| HSV(B) | 326.13º | 0.76% | 0.96% | - |
| XYZ | 45.43 | 24.9 | 37.06 | - |
| YUV | 125.58 | 149.12 | 212.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 58 | 163 | 0 | 0.76 | 0.33 | 0.04 | 326.13 | 0.89 | 0.59 |
| Hex | F4 | 3A | A3 | 0 | 4C | 21 | 4 | 146 | 59 | 3B |
| Octal | 364 | 72 | 243 | 0 | 114 | 41 | 4 | 506 | 131 | 73 |
| Binary | 11110100 | 111010 | 10100011 | 0 | 1001100 | 100001 | 100 | 101000110 | 1011001 | 111011 |
Color Harmonies of #F43AA3
Complementary color
Monochromatic Colors of #F43AA3
Black with #F43AA3
Text Example
Text Example
White with #F43AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43AA3; }
p { color: rgb(244,58,163); }
H1.HeaderClassName
{
color: #F43AA3;
}
.AnyTagClassName
{
color: #F43AA3;
}
</style>
background-color css
<style>
a { background-color: #F43AA3; }
a { background-color: rgb(244,58,163); }
div.DivClassName
{
background-color: #F43AA3;
}
.BgClassName
{
background-color: #F43AA3;
}
</style>
border-color css
<style>
span { border-color: #F43AA3; }
span { border-color: rgb(244,58,163); }
td.TdClassName
{
border-color: #F43AA3;
}
.TagClassName
{
border-color: #F43AA3;
}
</style>