Shades of Wild Strawberry #F43FA6
Tints of Wild Strawberry #F43FA6
RGB
CMYK
RGB Variations
Color information
#F43FA6 (or 0xF43FA6) is known color: Wild Strawberry. HEX triplet: F4, 3F and A6. RGB value is (244,63,166). Sum of RGB (Red+Green+Blue) = 244+63+166=473 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.59% from 473); Green value is 63 (25% from 255 or 13.32% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 244 - color contains mainly: red. Hex color #F43FA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43FA6 is #0BC059. Grayscale: #808080. Windows color (decimal): -770138 or 10895348. OLE color: 10895348.
HSL color Cylindrical-coordinate representation of color #F43FA6: hue angle of 325.86º 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 #F43FA6 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 63 | 166 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.04 |
| HSL | 325.86º | 0.89% | 0.6% | - |
| HSV(B) | 325.86º | 0.74% | 0.96% | - |
| XYZ | 45.97 | 25.54 | 38.58 | - |
| YUV | 128.86 | 148.97 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 63 | 166 | 0 | 0.74 | 0.32 | 0.04 | 325.86 | 0.89 | 0.6 |
| Hex | F4 | 3F | A6 | 0 | 4A | 20 | 4 | 146 | 59 | 3C |
| Octal | 364 | 77 | 246 | 0 | 112 | 40 | 4 | 506 | 131 | 74 |
| Binary | 11110100 | 111111 | 10100110 | 0 | 1001010 | 100000 | 100 | 101000110 | 1011001 | 111100 |
Color Harmonies of #F43FA6
Complementary color
Monochromatic Colors of #F43FA6
Black with #F43FA6
Text Example
Text Example
White with #F43FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43FA6; }
p { color: rgb(244,63,166); }
H1.HeaderClassName
{
color: #F43FA6;
}
.AnyTagClassName
{
color: #F43FA6;
}
</style>
background-color css
<style>
a { background-color: #F43FA6; }
a { background-color: rgb(244,63,166); }
div.DivClassName
{
background-color: #F43FA6;
}
.BgClassName
{
background-color: #F43FA6;
}
</style>
border-color css
<style>
span { border-color: #F43FA6; }
span { border-color: rgb(244,63,166); }
td.TdClassName
{
border-color: #F43FA6;
}
.TagClassName
{
border-color: #F43FA6;
}
</style>