Shades of Wild Strawberry #F43D9A
Tints of Wild Strawberry #F43D9A
RGB
CMYK
RGB Variations
Color information
#F43D9A (or 0xF43D9A) is known color: Wild Strawberry. HEX triplet: F4, 3D and 9A. RGB value is (244,61,154). Sum of RGB (Red+Green+Blue) = 244+61+154=459 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.16% from 459); Green value is 61 (24.22% from 255 or 13.29% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 244 - color contains mainly: red. Hex color #F43D9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43D9A is #0BC265. Grayscale: #7E7E7E. Windows color (decimal): -770662 or 10108404. OLE color: 10108404.
HSL color Cylindrical-coordinate representation of color #F43D9A: hue angle of 329.51º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F43D9A is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 61 | 154 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.04 |
| HSL | 329.51º | 0.89% | 0.6% | - |
| HSV(B) | 329.51º | 0.75% | 0.96% | - |
| XYZ | 44.81 | 24.9 | 33.02 | - |
| YUV | 126.32 | 143.63 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 61 | 154 | 0 | 0.75 | 0.37 | 0.04 | 329.51 | 0.89 | 0.6 |
| Hex | F4 | 3D | 9A | 0 | 4B | 25 | 4 | 14A | 59 | 3C |
| Octal | 364 | 75 | 232 | 0 | 113 | 45 | 4 | 512 | 131 | 74 |
| Binary | 11110100 | 111101 | 10011010 | 0 | 1001011 | 100101 | 100 | 101001010 | 1011001 | 111100 |
Color Harmonies of #F43D9A
Complementary color
Monochromatic Colors of #F43D9A
Black with #F43D9A
Text Example
Text Example
White with #F43D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43D9A; }
p { color: rgb(244,61,154); }
H1.HeaderClassName
{
color: #F43D9A;
}
.AnyTagClassName
{
color: #F43D9A;
}
</style>
background-color css
<style>
a { background-color: #F43D9A; }
a { background-color: rgb(244,61,154); }
div.DivClassName
{
background-color: #F43D9A;
}
.BgClassName
{
background-color: #F43D9A;
}
</style>
border-color css
<style>
span { border-color: #F43D9A; }
span { border-color: rgb(244,61,154); }
td.TdClassName
{
border-color: #F43D9A;
}
.TagClassName
{
border-color: #F43D9A;
}
</style>