Shades of Wild Strawberry #F43FA3
Tints of Wild Strawberry #F43FA3
RGB
CMYK
RGB Variations
Color information
#F43FA3 (or 0xF43FA3) is known color: Wild Strawberry. HEX triplet: F4, 3F and A3. RGB value is (244,63,163). Sum of RGB (Red+Green+Blue) = 244+63+163=470 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.91% from 470); Green value is 63 (25% from 255 or 13.40% from 470); Blue value is 163 (64.06% from 255 or 34.68% from 470); Max value from RGB is 244 - color contains mainly: red. Hex color #F43FA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43FA3 is #0BC05C. Grayscale: #808080. Windows color (decimal): -770141 or 10698740. OLE color: 10698740.
HSL color Cylindrical-coordinate representation of color #F43FA3: hue angle of 326.85º 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 #F43FA3 is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 63 | 163 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.04 |
| HSL | 326.85º | 0.89% | 0.6% | - |
| HSV(B) | 326.85º | 0.74% | 0.96% | - |
| XYZ | 45.7 | 25.43 | 37.15 | - |
| YUV | 128.52 | 147.47 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 63 | 163 | 0 | 0.74 | 0.33 | 0.04 | 326.85 | 0.89 | 0.6 |
| Hex | F4 | 3F | A3 | 0 | 4A | 21 | 4 | 147 | 59 | 3C |
| Octal | 364 | 77 | 243 | 0 | 112 | 41 | 4 | 507 | 131 | 74 |
| Binary | 11110100 | 111111 | 10100011 | 0 | 1001010 | 100001 | 100 | 101000111 | 1011001 | 111100 |
Color Harmonies of #F43FA3
Complementary color
Monochromatic Colors of #F43FA3
Black with #F43FA3
Text Example
Text Example
White with #F43FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43FA3; }
p { color: rgb(244,63,163); }
H1.HeaderClassName
{
color: #F43FA3;
}
.AnyTagClassName
{
color: #F43FA3;
}
</style>
background-color css
<style>
a { background-color: #F43FA3; }
a { background-color: rgb(244,63,163); }
div.DivClassName
{
background-color: #F43FA3;
}
.BgClassName
{
background-color: #F43FA3;
}
</style>
border-color css
<style>
span { border-color: #F43FA3; }
span { border-color: rgb(244,63,163); }
td.TdClassName
{
border-color: #F43FA3;
}
.TagClassName
{
border-color: #F43FA3;
}
</style>