Shades of Wild Strawberry #F04099
Tints of Wild Strawberry #F04099
RGB
CMYK
RGB Variations
Color information
#F04099 (or 0xF04099) is known color: Wild Strawberry. HEX triplet: F0, 40 and 99. RGB value is (240,64,153). Sum of RGB (Red+Green+Blue) = 240+64+153=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 64 (25.39% from 255 or 14.00% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F04099 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04099 is #0FBF66. Grayscale: #7E7E7E. Windows color (decimal): -1032039 or 10043632. OLE color: 10043632.
HSL color Cylindrical-coordinate representation of color #F04099: hue angle of 329.66º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F04099 is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 153 | - |
| CMYK | 0 | 0.73 | 0.36 | 0.06 |
| HSL | 329.66º | 0.85% | 0.6% | - |
| HSV(B) | 329.66º | 0.73% | 0.94% | - |
| XYZ | 43.52 | 24.49 | 32.57 | - |
| YUV | 126.77 | 142.81 | 208.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 153 | 0 | 0.73 | 0.36 | 0.06 | 329.66 | 0.85 | 0.6 |
| Hex | F0 | 40 | 99 | 0 | 49 | 24 | 6 | 14A | 55 | 3C |
| Octal | 360 | 100 | 231 | 0 | 111 | 44 | 6 | 512 | 125 | 74 |
| Binary | 11110000 | 1000000 | 10011001 | 0 | 1001001 | 100100 | 110 | 101001010 | 1010101 | 111100 |
Color Harmonies of #F04099
Complementary color
Monochromatic Colors of #F04099
Black with #F04099
Text Example
Text Example
White with #F04099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04099; }
p { color: rgb(240,64,153); }
H1.HeaderClassName
{
color: #F04099;
}
.AnyTagClassName
{
color: #F04099;
}
</style>
background-color css
<style>
a { background-color: #F04099; }
a { background-color: rgb(240,64,153); }
div.DivClassName
{
background-color: #F04099;
}
.BgClassName
{
background-color: #F04099;
}
</style>
border-color css
<style>
span { border-color: #F04099; }
span { border-color: rgb(240,64,153); }
td.TdClassName
{
border-color: #F04099;
}
.TagClassName
{
border-color: #F04099;
}
</style>