Shades of Wild Strawberry #F43BA4
Tints of Wild Strawberry #F43BA4
RGB
CMYK
RGB Variations
Color information
#F43BA4 (or 0xF43BA4) is known color: Wild Strawberry. HEX triplet: F4, 3B and A4. RGB value is (244,59,164). Sum of RGB (Red+Green+Blue) = 244+59+164=467 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.25% from 467); Green value is 59 (23.44% from 255 or 12.63% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 244 - color contains mainly: red. Hex color #F43BA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43BA4 is #0BC45B. Grayscale: #7E7E7E. Windows color (decimal): -771164 or 10763252. OLE color: 10763252.
HSL color Cylindrical-coordinate representation of color #F43BA4: hue angle of 325.95º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F43BA4 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 59 | 164 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.04 |
| HSL | 325.95º | 0.89% | 0.59% | - |
| HSV(B) | 325.95º | 0.76% | 0.96% | - |
| XYZ | 45.57 | 25.04 | 37.55 | - |
| YUV | 126.29 | 149.29 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 59 | 164 | 0 | 0.76 | 0.33 | 0.04 | 325.95 | 0.89 | 0.59 |
| Hex | F4 | 3B | A4 | 0 | 4C | 21 | 4 | 146 | 59 | 3B |
| Octal | 364 | 73 | 244 | 0 | 114 | 41 | 4 | 506 | 131 | 73 |
| Binary | 11110100 | 111011 | 10100100 | 0 | 1001100 | 100001 | 100 | 101000110 | 1011001 | 111011 |
Color Harmonies of #F43BA4
Complementary color
Monochromatic Colors of #F43BA4
Black with #F43BA4
Text Example
Text Example
White with #F43BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43BA4; }
p { color: rgb(244,59,164); }
H1.HeaderClassName
{
color: #F43BA4;
}
.AnyTagClassName
{
color: #F43BA4;
}
</style>
background-color css
<style>
a { background-color: #F43BA4; }
a { background-color: rgb(244,59,164); }
div.DivClassName
{
background-color: #F43BA4;
}
.BgClassName
{
background-color: #F43BA4;
}
</style>
border-color css
<style>
span { border-color: #F43BA4; }
span { border-color: rgb(244,59,164); }
td.TdClassName
{
border-color: #F43BA4;
}
.TagClassName
{
border-color: #F43BA4;
}
</style>