Shades of Wild Strawberry #F43CA4
Tints of Wild Strawberry #F43CA4
RGB
CMYK
RGB Variations
Color information
#F43CA4 (or 0xF43CA4) is known color: Wild Strawberry. HEX triplet: F4, 3C and A4. RGB value is (244,60,164). Sum of RGB (Red+Green+Blue) = 244+60+164=468 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.14% from 468); Green value is 60 (23.83% from 255 or 12.82% from 468); Blue value is 164 (64.45% from 255 or 35.04% from 468); Max value from RGB is 244 - color contains mainly: red. Hex color #F43CA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43CA4 is #0BC35B. Grayscale: #7E7E7E. Windows color (decimal): -770908 or 10763508. OLE color: 10763508.
HSL color Cylindrical-coordinate representation of color #F43CA4: hue angle of 326.09º 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 #F43CA4 is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 60 | 164 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.04 |
| HSL | 326.09º | 0.89% | 0.6% | - |
| HSV(B) | 326.09º | 0.75% | 0.96% | - |
| XYZ | 45.62 | 25.15 | 37.57 | - |
| YUV | 126.87 | 148.96 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 60 | 164 | 0 | 0.75 | 0.33 | 0.04 | 326.09 | 0.89 | 0.6 |
| Hex | F4 | 3C | A4 | 0 | 4B | 21 | 4 | 146 | 59 | 3C |
| Octal | 364 | 74 | 244 | 0 | 113 | 41 | 4 | 506 | 131 | 74 |
| Binary | 11110100 | 111100 | 10100100 | 0 | 1001011 | 100001 | 100 | 101000110 | 1011001 | 111100 |
Color Harmonies of #F43CA4
Complementary color
Monochromatic Colors of #F43CA4
Black with #F43CA4
Text Example
Text Example
White with #F43CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43CA4; }
p { color: rgb(244,60,164); }
H1.HeaderClassName
{
color: #F43CA4;
}
.AnyTagClassName
{
color: #F43CA4;
}
</style>
background-color css
<style>
a { background-color: #F43CA4; }
a { background-color: rgb(244,60,164); }
div.DivClassName
{
background-color: #F43CA4;
}
.BgClassName
{
background-color: #F43CA4;
}
</style>
border-color css
<style>
span { border-color: #F43CA4; }
span { border-color: rgb(244,60,164); }
td.TdClassName
{
border-color: #F43CA4;
}
.TagClassName
{
border-color: #F43CA4;
}
</style>