Shades of Wild Strawberry #F43FA4
Tints of Wild Strawberry #F43FA4
RGB
CMYK
RGB Variations
Color information
#F43FA4 (or 0xF43FA4) is known color: Wild Strawberry. HEX triplet: F4, 3F and A4. RGB value is (244,63,164). Sum of RGB (Red+Green+Blue) = 244+63+164=471 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.80% from 471); Green value is 63 (25% from 255 or 13.38% from 471); Blue value is 164 (64.45% from 255 or 34.82% from 471); Max value from RGB is 244 - color contains mainly: red. Hex color #F43FA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43FA4 is #0BC05B. Grayscale: #808080. Windows color (decimal): -770140 or 10764276. OLE color: 10764276.
HSL color Cylindrical-coordinate representation of color #F43FA4: hue angle of 326.52º 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 #F43FA4 is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 63 | 164 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.04 |
| HSL | 326.52º | 0.89% | 0.6% | - |
| HSV(B) | 326.52º | 0.74% | 0.96% | - |
| XYZ | 45.79 | 25.47 | 37.62 | - |
| YUV | 128.63 | 147.97 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 63 | 164 | 0 | 0.74 | 0.33 | 0.04 | 326.52 | 0.89 | 0.6 |
| Hex | F4 | 3F | A4 | 0 | 4A | 21 | 4 | 147 | 59 | 3C |
| Octal | 364 | 77 | 244 | 0 | 112 | 41 | 4 | 507 | 131 | 74 |
| Binary | 11110100 | 111111 | 10100100 | 0 | 1001010 | 100001 | 100 | 101000111 | 1011001 | 111100 |
Color Harmonies of #F43FA4
Complementary color
Monochromatic Colors of #F43FA4
Black with #F43FA4
Text Example
Text Example
White with #F43FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43FA4; }
p { color: rgb(244,63,164); }
H1.HeaderClassName
{
color: #F43FA4;
}
.AnyTagClassName
{
color: #F43FA4;
}
</style>
background-color css
<style>
a { background-color: #F43FA4; }
a { background-color: rgb(244,63,164); }
div.DivClassName
{
background-color: #F43FA4;
}
.BgClassName
{
background-color: #F43FA4;
}
</style>
border-color css
<style>
span { border-color: #F43FA4; }
span { border-color: rgb(244,63,164); }
td.TdClassName
{
border-color: #F43FA4;
}
.TagClassName
{
border-color: #F43FA4;
}
</style>