Shades of Wild Strawberry #F02D91
Tints of Wild Strawberry #F02D91
RGB
CMYK
RGB Variations
Color information
#F02D91 (or 0xF02D91) is known color: Wild Strawberry. HEX triplet: F0, 2D and 91. RGB value is (240,45,145). Sum of RGB (Red+Green+Blue) = 240+45+145=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 45 (17.97% from 255 or 10.47% from 430); Blue value is 145 (57.03% from 255 or 33.72% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F02D91 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02D91 is #0FD26E. Grayscale: #727272. Windows color (decimal): -1036911 or 9514480. OLE color: 9514480.
HSL color Cylindrical-coordinate representation of color #F02D91: hue angle of 329.23º 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 #F02D91 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 45 | 145 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.06 |
| HSL | 329.23º | 0.87% | 0.56% | - |
| HSV(B) | 329.23º | 0.81% | 0.94% | - |
| XYZ | 41.98 | 22.45 | 28.91 | - |
| YUV | 114.71 | 145.1 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 45 | 145 | 0 | 0.81 | 0.40 | 0.06 | 329.23 | 0.87 | 0.56 |
| Hex | F0 | 2D | 91 | 0 | 51 | 28 | 6 | 149 | 57 | 38 |
| Octal | 360 | 55 | 221 | 0 | 121 | 50 | 6 | 511 | 127 | 70 |
| Binary | 11110000 | 101101 | 10010001 | 0 | 1010001 | 101000 | 110 | 101001001 | 1010111 | 111000 |
Color Harmonies of #F02D91
Complementary color
Monochromatic Colors of #F02D91
Black with #F02D91
Text Example
Text Example
White with #F02D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02D91; }
p { color: rgb(240,45,145); }
H1.HeaderClassName
{
color: #F02D91;
}
.AnyTagClassName
{
color: #F02D91;
}
</style>
background-color css
<style>
a { background-color: #F02D91; }
a { background-color: rgb(240,45,145); }
div.DivClassName
{
background-color: #F02D91;
}
.BgClassName
{
background-color: #F02D91;
}
</style>
border-color css
<style>
span { border-color: #F02D91; }
span { border-color: rgb(240,45,145); }
td.TdClassName
{
border-color: #F02D91;
}
.TagClassName
{
border-color: #F02D91;
}
</style>