Shades of Wild Strawberry #F32996
Tints of Wild Strawberry #F32996
RGB
CMYK
RGB Variations
Color information
#F32996 (or 0xF32996) is known color: Wild Strawberry. HEX triplet: F3, 29 and 96. RGB value is (243,41,150). Sum of RGB (Red+Green+Blue) = 243+41+150=434 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.99% from 434); Green value is 41 (16.41% from 255 or 9.45% from 434); Blue value is 150 (58.98% from 255 or 34.56% from 434); Max value from RGB is 243 - color contains mainly: red. Hex color #F32996 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32996 is #0CD669. Grayscale: #717171. Windows color (decimal): -841322 or 9841139. OLE color: 9841139.
HSL color Cylindrical-coordinate representation of color #F32996: hue angle of 327.62º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F32996 is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 150 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.05 |
| HSL | 327.62º | 0.89% | 0.56% | - |
| HSV(B) | 327.62º | 0.83% | 0.95% | - |
| XYZ | 43.26 | 22.84 | 30.98 | - |
| YUV | 113.82 | 148.42 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 150 | 0 | 0.83 | 0.38 | 0.05 | 327.62 | 0.89 | 0.56 |
| Hex | F3 | 29 | 96 | 0 | 53 | 26 | 5 | 148 | 59 | 38 |
| Octal | 363 | 51 | 226 | 0 | 123 | 46 | 5 | 510 | 131 | 70 |
| Binary | 11110011 | 101001 | 10010110 | 0 | 1010011 | 100110 | 101 | 101001000 | 1011001 | 111000 |
Color Harmonies of #F32996
Complementary color
Monochromatic Colors of #F32996
Black with #F32996
Text Example
Text Example
White with #F32996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32996; }
p { color: rgb(243,41,150); }
H1.HeaderClassName
{
color: #F32996;
}
.AnyTagClassName
{
color: #F32996;
}
</style>
background-color css
<style>
a { background-color: #F32996; }
a { background-color: rgb(243,41,150); }
div.DivClassName
{
background-color: #F32996;
}
.BgClassName
{
background-color: #F32996;
}
</style>
border-color css
<style>
span { border-color: #F32996; }
span { border-color: rgb(243,41,150); }
td.TdClassName
{
border-color: #F32996;
}
.TagClassName
{
border-color: #F32996;
}
</style>