Shades of Wild Strawberry #F32D96
Tints of Wild Strawberry #F32D96
RGB
CMYK
RGB Variations
Color information
#F32D96 (or 0xF32D96) is known color: Wild Strawberry. HEX triplet: F3, 2D and 96. RGB value is (243,45,150). Sum of RGB (Red+Green+Blue) = 243+45+150=438 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.48% from 438); Green value is 45 (17.97% from 255 or 10.27% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 243 - color contains mainly: red. Hex color #F32D96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32D96 is #0CD269. Grayscale: #737373. Windows color (decimal): -840298 or 9842163. OLE color: 9842163.
HSL color Cylindrical-coordinate representation of color #F32D96: hue angle of 328.18º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F32D96 is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 45 | 150 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.05 |
| HSL | 328.18º | 0.89% | 0.56% | - |
| HSV(B) | 328.18º | 0.81% | 0.95% | - |
| XYZ | 43.41 | 23.13 | 31.03 | - |
| YUV | 116.17 | 147.1 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 45 | 150 | 0 | 0.81 | 0.38 | 0.05 | 328.18 | 0.89 | 0.56 |
| Hex | F3 | 2D | 96 | 0 | 51 | 26 | 5 | 148 | 59 | 38 |
| Octal | 363 | 55 | 226 | 0 | 121 | 46 | 5 | 510 | 131 | 70 |
| Binary | 11110011 | 101101 | 10010110 | 0 | 1010001 | 100110 | 101 | 101001000 | 1011001 | 111000 |
Color Harmonies of #F32D96
Complementary color
Monochromatic Colors of #F32D96
Black with #F32D96
Text Example
Text Example
White with #F32D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32D96; }
p { color: rgb(243,45,150); }
H1.HeaderClassName
{
color: #F32D96;
}
.AnyTagClassName
{
color: #F32D96;
}
</style>
background-color css
<style>
a { background-color: #F32D96; }
a { background-color: rgb(243,45,150); }
div.DivClassName
{
background-color: #F32D96;
}
.BgClassName
{
background-color: #F32D96;
}
</style>
border-color css
<style>
span { border-color: #F32D96; }
span { border-color: rgb(243,45,150); }
td.TdClassName
{
border-color: #F32D96;
}
.TagClassName
{
border-color: #F32D96;
}
</style>