Shades of Wild Strawberry #F43EA1
Tints of Wild Strawberry #F43EA1
RGB
CMYK
RGB Variations
Color information
#F43EA1 (or 0xF43EA1) is known color: Wild Strawberry. HEX triplet: F4, 3E and A1. RGB value is (244,62,161). Sum of RGB (Red+Green+Blue) = 244+62+161=467 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.25% from 467); Green value is 62 (24.61% from 255 or 13.28% from 467); Blue value is 161 (63.28% from 255 or 34.48% from 467); Max value from RGB is 244 - color contains mainly: red. Hex color #F43EA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43EA1 is #0BC15E. Grayscale: #7F7F7F. Windows color (decimal): -770399 or 10567412. OLE color: 10567412.
HSL color Cylindrical-coordinate representation of color #F43EA1: hue angle of 327.36º 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 #F43EA1 is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 62 | 161 | - |
| CMYK | 0 | 0.75 | 0.34 | 0.04 |
| HSL | 327.36º | 0.89% | 0.6% | - |
| HSV(B) | 327.36º | 0.75% | 0.96% | - |
| XYZ | 45.46 | 25.25 | 36.2 | - |
| YUV | 127.7 | 146.8 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 62 | 161 | 0 | 0.75 | 0.34 | 0.04 | 327.36 | 0.89 | 0.6 |
| Hex | F4 | 3E | A1 | 0 | 4B | 22 | 4 | 147 | 59 | 3C |
| Octal | 364 | 76 | 241 | 0 | 113 | 42 | 4 | 507 | 131 | 74 |
| Binary | 11110100 | 111110 | 10100001 | 0 | 1001011 | 100010 | 100 | 101000111 | 1011001 | 111100 |
Color Harmonies of #F43EA1
Complementary color
Monochromatic Colors of #F43EA1
Black with #F43EA1
Text Example
Text Example
White with #F43EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43EA1; }
p { color: rgb(244,62,161); }
H1.HeaderClassName
{
color: #F43EA1;
}
.AnyTagClassName
{
color: #F43EA1;
}
</style>
background-color css
<style>
a { background-color: #F43EA1; }
a { background-color: rgb(244,62,161); }
div.DivClassName
{
background-color: #F43EA1;
}
.BgClassName
{
background-color: #F43EA1;
}
</style>
border-color css
<style>
span { border-color: #F43EA1; }
span { border-color: rgb(244,62,161); }
td.TdClassName
{
border-color: #F43EA1;
}
.TagClassName
{
border-color: #F43EA1;
}
</style>