Shades of Wild Strawberry #F03592
Tints of Wild Strawberry #F03592
RGB
CMYK
RGB Variations
Color information
#F03592 (or 0xF03592) is known color: Wild Strawberry. HEX triplet: F0, 35 and 92. RGB value is (240,53,146). Sum of RGB (Red+Green+Blue) = 240+53+146=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 53 (21.09% from 255 or 12.07% from 439); Blue value is 146 (57.42% from 255 or 33.26% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F03592 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03592 is #0FCA6D. Grayscale: #777777. Windows color (decimal): -1034862 or 9582064. OLE color: 9582064.
HSL color Cylindrical-coordinate representation of color #F03592: hue angle of 330.16º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F03592 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 53 | 146 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.06 |
| HSL | 330.16º | 0.86% | 0.57% | - |
| HSV(B) | 330.16º | 0.78% | 0.94% | - |
| XYZ | 42.4 | 23.15 | 29.43 | - |
| YUV | 119.52 | 142.95 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 53 | 146 | 0 | 0.78 | 0.39 | 0.06 | 330.16 | 0.86 | 0.57 |
| Hex | F0 | 35 | 92 | 0 | 4E | 27 | 6 | 14A | 56 | 39 |
| Octal | 360 | 65 | 222 | 0 | 116 | 47 | 6 | 512 | 126 | 71 |
| Binary | 11110000 | 110101 | 10010010 | 0 | 1001110 | 100111 | 110 | 101001010 | 1010110 | 111001 |
Color Harmonies of #F03592
Complementary color
Monochromatic Colors of #F03592
Black with #F03592
Text Example
Text Example
White with #F03592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03592; }
p { color: rgb(240,53,146); }
H1.HeaderClassName
{
color: #F03592;
}
.AnyTagClassName
{
color: #F03592;
}
</style>
background-color css
<style>
a { background-color: #F03592; }
a { background-color: rgb(240,53,146); }
div.DivClassName
{
background-color: #F03592;
}
.BgClassName
{
background-color: #F03592;
}
</style>
border-color css
<style>
span { border-color: #F03592; }
span { border-color: rgb(240,53,146); }
td.TdClassName
{
border-color: #F03592;
}
.TagClassName
{
border-color: #F03592;
}
</style>