Shades of Wild Strawberry #F02C91
Tints of Wild Strawberry #F02C91
RGB
CMYK
RGB Variations
Color information
#F02C91 (or 0xF02C91) is known color: Wild Strawberry. HEX triplet: F0, 2C and 91. RGB value is (240,44,145). Sum of RGB (Red+Green+Blue) = 240+44+145=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 44 (17.58% from 255 or 10.26% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F02C91 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02C91 is #0FD36E. Grayscale: #717171. Windows color (decimal): -1037167 or 9514224. OLE color: 9514224.
HSL color Cylindrical-coordinate representation of color #F02C91: hue angle of 329.08º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F02C91 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 44 | 145 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.06 |
| HSL | 329.08º | 0.87% | 0.56% | - |
| HSV(B) | 329.08º | 0.82% | 0.94% | - |
| XYZ | 41.95 | 22.37 | 28.9 | - |
| YUV | 114.12 | 145.43 | 217.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 44 | 145 | 0 | 0.82 | 0.40 | 0.06 | 329.08 | 0.87 | 0.56 |
| Hex | F0 | 2C | 91 | 0 | 52 | 28 | 6 | 149 | 57 | 38 |
| Octal | 360 | 54 | 221 | 0 | 122 | 50 | 6 | 511 | 127 | 70 |
| Binary | 11110000 | 101100 | 10010001 | 0 | 1010010 | 101000 | 110 | 101001001 | 1010111 | 111000 |
Color Harmonies of #F02C91
Complementary color
Monochromatic Colors of #F02C91
Black with #F02C91
Text Example
Text Example
White with #F02C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02C91; }
p { color: rgb(240,44,145); }
H1.HeaderClassName
{
color: #F02C91;
}
.AnyTagClassName
{
color: #F02C91;
}
</style>
background-color css
<style>
a { background-color: #F02C91; }
a { background-color: rgb(240,44,145); }
div.DivClassName
{
background-color: #F02C91;
}
.BgClassName
{
background-color: #F02C91;
}
</style>
border-color css
<style>
span { border-color: #F02C91; }
span { border-color: rgb(240,44,145); }
td.TdClassName
{
border-color: #F02C91;
}
.TagClassName
{
border-color: #F02C91;
}
</style>