Shades of Wild Strawberry #F32C95
Tints of Wild Strawberry #F32C95
RGB
CMYK
RGB Variations
Color information
#F32C95 (or 0xF32C95) is known color: Wild Strawberry. HEX triplet: F3, 2C and 95. RGB value is (243,44,149). Sum of RGB (Red+Green+Blue) = 243+44+149=436 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.73% from 436); Green value is 44 (17.58% from 255 or 10.09% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C95 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32C95 is #0CD36A. Grayscale: #737373. Windows color (decimal): -840555 or 9776371. OLE color: 9776371.
HSL color Cylindrical-coordinate representation of color #F32C95: hue angle of 328.34º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F32C95 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 44 | 149 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.05 |
| HSL | 328.34º | 0.89% | 0.56% | - |
| HSV(B) | 328.34º | 0.82% | 0.95% | - |
| XYZ | 43.29 | 23.03 | 30.6 | - |
| YUV | 115.47 | 146.93 | 218.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 44 | 149 | 0 | 0.82 | 0.39 | 0.05 | 328.34 | 0.89 | 0.56 |
| Hex | F3 | 2C | 95 | 0 | 52 | 27 | 5 | 148 | 59 | 38 |
| Octal | 363 | 54 | 225 | 0 | 122 | 47 | 5 | 510 | 131 | 70 |
| Binary | 11110011 | 101100 | 10010101 | 0 | 1010010 | 100111 | 101 | 101001000 | 1011001 | 111000 |
Color Harmonies of #F32C95
Complementary color
Monochromatic Colors of #F32C95
Black with #F32C95
Text Example
Text Example
White with #F32C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32C95; }
p { color: rgb(243,44,149); }
H1.HeaderClassName
{
color: #F32C95;
}
.AnyTagClassName
{
color: #F32C95;
}
</style>
background-color css
<style>
a { background-color: #F32C95; }
a { background-color: rgb(243,44,149); }
div.DivClassName
{
background-color: #F32C95;
}
.BgClassName
{
background-color: #F32C95;
}
</style>
border-color css
<style>
span { border-color: #F32C95; }
span { border-color: rgb(243,44,149); }
td.TdClassName
{
border-color: #F32C95;
}
.TagClassName
{
border-color: #F32C95;
}
</style>