Shades of Wild Strawberry #F43FA0
Tints of Wild Strawberry #F43FA0
RGB
CMYK
RGB Variations
Color information
#F43FA0 (or 0xF43FA0) is known color: Wild Strawberry. HEX triplet: F4, 3F and A0. RGB value is (244,63,160). Sum of RGB (Red+Green+Blue) = 244+63+160=467 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.25% from 467); Green value is 63 (25% from 255 or 13.49% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 244 - color contains mainly: red. Hex color #F43FA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43FA0 is #0BC05F. Grayscale: #7F7F7F. Windows color (decimal): -770144 or 10502132. OLE color: 10502132.
HSL color Cylindrical-coordinate representation of color #F43FA0: hue angle of 327.85º 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 #F43FA0 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 63 | 160 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.04 |
| HSL | 327.85º | 0.89% | 0.6% | - |
| HSV(B) | 327.85º | 0.74% | 0.96% | - |
| XYZ | 45.43 | 25.33 | 35.75 | - |
| YUV | 128.18 | 145.97 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 63 | 160 | 0 | 0.74 | 0.34 | 0.04 | 327.85 | 0.89 | 0.6 |
| Hex | F4 | 3F | A0 | 0 | 4A | 22 | 4 | 148 | 59 | 3C |
| Octal | 364 | 77 | 240 | 0 | 112 | 42 | 4 | 510 | 131 | 74 |
| Binary | 11110100 | 111111 | 10100000 | 0 | 1001010 | 100010 | 100 | 101001000 | 1011001 | 111100 |
Color Harmonies of #F43FA0
Complementary color
Monochromatic Colors of #F43FA0
Black with #F43FA0
Text Example
Text Example
White with #F43FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43FA0; }
p { color: rgb(244,63,160); }
H1.HeaderClassName
{
color: #F43FA0;
}
.AnyTagClassName
{
color: #F43FA0;
}
</style>
background-color css
<style>
a { background-color: #F43FA0; }
a { background-color: rgb(244,63,160); }
div.DivClassName
{
background-color: #F43FA0;
}
.BgClassName
{
background-color: #F43FA0;
}
</style>
border-color css
<style>
span { border-color: #F43FA0; }
span { border-color: rgb(244,63,160); }
td.TdClassName
{
border-color: #F43FA0;
}
.TagClassName
{
border-color: #F43FA0;
}
</style>