Shades of Wild Strawberry #F02C92
Tints of Wild Strawberry #F02C92
RGB
CMYK
RGB Variations
Color information
#F02C92 (or 0xF02C92) is known color: Wild Strawberry. HEX triplet: F0, 2C and 92. RGB value is (240,44,146). Sum of RGB (Red+Green+Blue) = 240+44+146=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 44 (17.58% from 255 or 10.23% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F02C92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02C92 is #0FD36D. Grayscale: #727272. Windows color (decimal): -1037166 or 9579760. OLE color: 9579760.
HSL color Cylindrical-coordinate representation of color #F02C92: hue angle of 328.78º 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 #F02C92 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 44 | 146 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.06 |
| HSL | 328.78º | 0.87% | 0.56% | - |
| HSV(B) | 328.78º | 0.82% | 0.94% | - |
| XYZ | 42.02 | 22.4 | 29.3 | - |
| YUV | 114.23 | 145.93 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 44 | 146 | 0 | 0.82 | 0.39 | 0.06 | 328.78 | 0.87 | 0.56 |
| Hex | F0 | 2C | 92 | 0 | 52 | 27 | 6 | 149 | 57 | 38 |
| Octal | 360 | 54 | 222 | 0 | 122 | 47 | 6 | 511 | 127 | 70 |
| Binary | 11110000 | 101100 | 10010010 | 0 | 1010010 | 100111 | 110 | 101001001 | 1010111 | 111000 |
Color Harmonies of #F02C92
Complementary color
Monochromatic Colors of #F02C92
Black with #F02C92
Text Example
Text Example
White with #F02C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02C92; }
p { color: rgb(240,44,146); }
H1.HeaderClassName
{
color: #F02C92;
}
.AnyTagClassName
{
color: #F02C92;
}
</style>
background-color css
<style>
a { background-color: #F02C92; }
a { background-color: rgb(240,44,146); }
div.DivClassName
{
background-color: #F02C92;
}
.BgClassName
{
background-color: #F02C92;
}
</style>
border-color css
<style>
span { border-color: #F02C92; }
span { border-color: rgb(240,44,146); }
td.TdClassName
{
border-color: #F02C92;
}
.TagClassName
{
border-color: #F02C92;
}
</style>