Shades of Wild Strawberry #F32E95
Tints of Wild Strawberry #F32E95
RGB
CMYK
RGB Variations
Color information
#F32E95 (or 0xF32E95) is known color: Wild Strawberry. HEX triplet: F3, 2E and 95. RGB value is (243,46,149). Sum of RGB (Red+Green+Blue) = 243+46+149=438 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.48% from 438); Green value is 46 (18.36% from 255 or 10.50% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 243 - color contains mainly: red. Hex color #F32E95 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32E95 is #0CD16A. Grayscale: #747474. Windows color (decimal): -840043 or 9776883. OLE color: 9776883.
HSL color Cylindrical-coordinate representation of color #F32E95: hue angle of 328.63º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F32E95 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 46 | 149 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.05 |
| HSL | 328.63º | 0.89% | 0.57% | - |
| HSV(B) | 328.63º | 0.81% | 0.95% | - |
| XYZ | 43.36 | 23.18 | 30.62 | - |
| YUV | 116.65 | 146.27 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 46 | 149 | 0 | 0.81 | 0.39 | 0.05 | 328.63 | 0.89 | 0.57 |
| Hex | F3 | 2E | 95 | 0 | 51 | 27 | 5 | 149 | 59 | 39 |
| Octal | 363 | 56 | 225 | 0 | 121 | 47 | 5 | 511 | 131 | 71 |
| Binary | 11110011 | 101110 | 10010101 | 0 | 1010001 | 100111 | 101 | 101001001 | 1011001 | 111001 |
Color Harmonies of #F32E95
Complementary color
Monochromatic Colors of #F32E95
Black with #F32E95
Text Example
Text Example
White with #F32E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32E95; }
p { color: rgb(243,46,149); }
H1.HeaderClassName
{
color: #F32E95;
}
.AnyTagClassName
{
color: #F32E95;
}
</style>
background-color css
<style>
a { background-color: #F32E95; }
a { background-color: rgb(243,46,149); }
div.DivClassName
{
background-color: #F32E95;
}
.BgClassName
{
background-color: #F32E95;
}
</style>
border-color css
<style>
span { border-color: #F32E95; }
span { border-color: rgb(243,46,149); }
td.TdClassName
{
border-color: #F32E95;
}
.TagClassName
{
border-color: #F32E95;
}
</style>