Shades of Wild Strawberry #F03491
Tints of Wild Strawberry #F03491
RGB
CMYK
RGB Variations
Color information
#F03491 (or 0xF03491) is known color: Wild Strawberry. HEX triplet: F0, 34 and 91. RGB value is (240,52,145). Sum of RGB (Red+Green+Blue) = 240+52+145=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 52 (20.70% from 255 or 11.90% from 437); Blue value is 145 (57.03% from 255 or 33.18% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F03491 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03491 is #0FCB6E. Grayscale: #767676. Windows color (decimal): -1035119 or 9516272. OLE color: 9516272.
HSL color Cylindrical-coordinate representation of color #F03491: hue angle of 330.32º 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 #F03491 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 52 | 145 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.06 |
| HSL | 330.32º | 0.86% | 0.57% | - |
| HSV(B) | 330.32º | 0.78% | 0.94% | - |
| XYZ | 42.27 | 23.03 | 29 | - |
| YUV | 118.81 | 142.78 | 214.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 52 | 145 | 0 | 0.78 | 0.40 | 0.06 | 330.32 | 0.86 | 0.57 |
| Hex | F0 | 34 | 91 | 0 | 4E | 28 | 6 | 14A | 56 | 39 |
| Octal | 360 | 64 | 221 | 0 | 116 | 50 | 6 | 512 | 126 | 71 |
| Binary | 11110000 | 110100 | 10010001 | 0 | 1001110 | 101000 | 110 | 101001010 | 1010110 | 111001 |
Color Harmonies of #F03491
Complementary color
Monochromatic Colors of #F03491
Black with #F03491
Text Example
Text Example
White with #F03491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03491; }
p { color: rgb(240,52,145); }
H1.HeaderClassName
{
color: #F03491;
}
.AnyTagClassName
{
color: #F03491;
}
</style>
background-color css
<style>
a { background-color: #F03491; }
a { background-color: rgb(240,52,145); }
div.DivClassName
{
background-color: #F03491;
}
.BgClassName
{
background-color: #F03491;
}
</style>
border-color css
<style>
span { border-color: #F03491; }
span { border-color: rgb(240,52,145); }
td.TdClassName
{
border-color: #F03491;
}
.TagClassName
{
border-color: #F03491;
}
</style>