Shades of Wild Strawberry #F02D90
Tints of Wild Strawberry #F02D90
RGB
CMYK
RGB Variations
Color information
#F02D90 (or 0xF02D90) is known color: Wild Strawberry. HEX triplet: F0, 2D and 90. RGB value is (240,45,144). Sum of RGB (Red+Green+Blue) = 240+45+144=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 45 (17.97% from 255 or 10.49% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F02D90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02D90 is #0FD26F. Grayscale: #727272. Windows color (decimal): -1036912 or 9448944. OLE color: 9448944.
HSL color Cylindrical-coordinate representation of color #F02D90: hue angle of 329.54º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F02D90 is Cyan = 0, Magento = 0.81, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 45 | 144 | - |
| CMYK | 0 | 0.81 | 0.4 | 0.06 |
| HSL | 329.54º | 0.87% | 0.56% | - |
| HSV(B) | 329.54º | 0.81% | 0.94% | - |
| XYZ | 41.91 | 22.42 | 28.5 | - |
| YUV | 114.59 | 144.6 | 217.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 45 | 144 | 0 | 0.81 | 0.4 | 0.06 | 329.54 | 0.87 | 0.56 |
| Hex | F0 | 2D | 90 | 0 | 51 | 28 | 6 | 14A | 57 | 38 |
| Octal | 360 | 55 | 220 | 0 | 121 | 50 | 6 | 512 | 127 | 70 |
| Binary | 11110000 | 101101 | 10010000 | 0 | 1010001 | 101000 | 110 | 101001010 | 1010111 | 111000 |
Color Harmonies of #F02D90
Complementary color
Monochromatic Colors of #F02D90
Black with #F02D90
Text Example
Text Example
White with #F02D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02D90; }
p { color: rgb(240,45,144); }
H1.HeaderClassName
{
color: #F02D90;
}
.AnyTagClassName
{
color: #F02D90;
}
</style>
background-color css
<style>
a { background-color: #F02D90; }
a { background-color: rgb(240,45,144); }
div.DivClassName
{
background-color: #F02D90;
}
.BgClassName
{
background-color: #F02D90;
}
</style>
border-color css
<style>
span { border-color: #F02D90; }
span { border-color: rgb(240,45,144); }
td.TdClassName
{
border-color: #F02D90;
}
.TagClassName
{
border-color: #F02D90;
}
</style>