Shades of Wild Strawberry #F43299
Tints of Wild Strawberry #F43299
RGB
CMYK
RGB Variations
Color information
#F43299 (or 0xF43299) is known color: Wild Strawberry. HEX triplet: F4, 32 and 99. RGB value is (244,50,153). Sum of RGB (Red+Green+Blue) = 244+50+153=447 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.59% from 447); Green value is 50 (19.92% from 255 or 11.19% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 244 - color contains mainly: red. Hex color #F43299 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43299 is #0BCD66. Grayscale: #777777. Windows color (decimal): -773479 or 10040052. OLE color: 10040052.
HSL color Cylindrical-coordinate representation of color #F43299: hue angle of 328.14º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F43299 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 50 | 153 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.04 |
| HSL | 328.14º | 0.9% | 0.58% | - |
| HSV(B) | 328.14º | 0.8% | 0.96% | - |
| XYZ | 44.2 | 23.81 | 32.4 | - |
| YUV | 119.75 | 146.77 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 50 | 153 | 0 | 0.80 | 0.37 | 0.04 | 328.14 | 0.9 | 0.58 |
| Hex | F4 | 32 | 99 | 0 | 50 | 25 | 4 | 148 | 5A | 3A |
| Octal | 364 | 62 | 231 | 0 | 120 | 45 | 4 | 510 | 132 | 72 |
| Binary | 11110100 | 110010 | 10011001 | 0 | 1010000 | 100101 | 100 | 101001000 | 1011010 | 111010 |
Color Harmonies of #F43299
Complementary color
Monochromatic Colors of #F43299
Black with #F43299
Text Example
Text Example
White with #F43299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43299; }
p { color: rgb(244,50,153); }
H1.HeaderClassName
{
color: #F43299;
}
.AnyTagClassName
{
color: #F43299;
}
</style>
background-color css
<style>
a { background-color: #F43299; }
a { background-color: rgb(244,50,153); }
div.DivClassName
{
background-color: #F43299;
}
.BgClassName
{
background-color: #F43299;
}
</style>
border-color css
<style>
span { border-color: #F43299; }
span { border-color: rgb(244,50,153); }
td.TdClassName
{
border-color: #F43299;
}
.TagClassName
{
border-color: #F43299;
}
</style>