Shades of Wild Strawberry #F43099
Tints of Wild Strawberry #F43099
RGB
CMYK
RGB Variations
Color information
#F43099 (or 0xF43099) is known color: Wild Strawberry. HEX triplet: F4, 30 and 99. RGB value is (244,48,153). Sum of RGB (Red+Green+Blue) = 244+48+153=445 (58% of max value = 765). Red value is 244 (95.70% from 255 or 54.83% from 445); Green value is 48 (19.14% from 255 or 10.79% from 445); Blue value is 153 (60.16% from 255 or 34.38% from 445); Max value from RGB is 244 - color contains mainly: red. Hex color #F43099 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43099 is #0BCF66. Grayscale: #767676. Windows color (decimal): -773991 or 10039540. OLE color: 10039540.
HSL color Cylindrical-coordinate representation of color #F43099: hue angle of 327.86º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F43099 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 48 | 153 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.04 |
| HSL | 327.86º | 0.9% | 0.57% | - |
| HSV(B) | 327.86º | 0.8% | 0.96% | - |
| XYZ | 44.11 | 23.65 | 32.38 | - |
| YUV | 118.57 | 147.43 | 217.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 48 | 153 | 0 | 0.80 | 0.37 | 0.04 | 327.86 | 0.9 | 0.57 |
| Hex | F4 | 30 | 99 | 0 | 50 | 25 | 4 | 148 | 5A | 39 |
| Octal | 364 | 60 | 231 | 0 | 120 | 45 | 4 | 510 | 132 | 71 |
| Binary | 11110100 | 110000 | 10011001 | 0 | 1010000 | 100101 | 100 | 101001000 | 1011010 | 111001 |
Color Harmonies of #F43099
Complementary color
Monochromatic Colors of #F43099
Black with #F43099
Text Example
Text Example
White with #F43099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43099; }
p { color: rgb(244,48,153); }
H1.HeaderClassName
{
color: #F43099;
}
.AnyTagClassName
{
color: #F43099;
}
</style>
background-color css
<style>
a { background-color: #F43099; }
a { background-color: rgb(244,48,153); }
div.DivClassName
{
background-color: #F43099;
}
.BgClassName
{
background-color: #F43099;
}
</style>
border-color css
<style>
span { border-color: #F43099; }
span { border-color: rgb(244,48,153); }
td.TdClassName
{
border-color: #F43099;
}
.TagClassName
{
border-color: #F43099;
}
</style>