Shades of Wild Strawberry #F43F9D
Tints of Wild Strawberry #F43F9D
RGB
CMYK
RGB Variations
Color information
#F43F9D (or 0xF43F9D) is known color: Wild Strawberry. HEX triplet: F4, 3F and 9D. RGB value is (244,63,157). Sum of RGB (Red+Green+Blue) = 244+63+157=464 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.59% from 464); Green value is 63 (25% from 255 or 13.58% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 244 - color contains mainly: red. Hex color #F43F9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43F9D is #0BC062. Grayscale: #7F7F7F. Windows color (decimal): -770147 or 10305524. OLE color: 10305524.
HSL color Cylindrical-coordinate representation of color #F43F9D: hue angle of 328.84º 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 #F43F9D is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 63 | 157 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.04 |
| HSL | 328.84º | 0.89% | 0.6% | - |
| HSV(B) | 328.84º | 0.74% | 0.96% | - |
| XYZ | 45.17 | 25.22 | 34.39 | - |
| YUV | 127.84 | 144.47 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 63 | 157 | 0 | 0.74 | 0.36 | 0.04 | 328.84 | 0.89 | 0.6 |
| Hex | F4 | 3F | 9D | 0 | 4A | 24 | 4 | 149 | 59 | 3C |
| Octal | 364 | 77 | 235 | 0 | 112 | 44 | 4 | 511 | 131 | 74 |
| Binary | 11110100 | 111111 | 10011101 | 0 | 1001010 | 100100 | 100 | 101001001 | 1011001 | 111100 |
Color Harmonies of #F43F9D
Complementary color
Monochromatic Colors of #F43F9D
Black with #F43F9D
Text Example
Text Example
White with #F43F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43F9D; }
p { color: rgb(244,63,157); }
H1.HeaderClassName
{
color: #F43F9D;
}
.AnyTagClassName
{
color: #F43F9D;
}
</style>
background-color css
<style>
a { background-color: #F43F9D; }
a { background-color: rgb(244,63,157); }
div.DivClassName
{
background-color: #F43F9D;
}
.BgClassName
{
background-color: #F43F9D;
}
</style>
border-color css
<style>
span { border-color: #F43F9D; }
span { border-color: rgb(244,63,157); }
td.TdClassName
{
border-color: #F43F9D;
}
.TagClassName
{
border-color: #F43F9D;
}
</style>