Shades of Wild Strawberry #F32D93
Tints of Wild Strawberry #F32D93
RGB
CMYK
RGB Variations
Color information
#F32D93 (or 0xF32D93) is known color: Wild Strawberry. HEX triplet: F3, 2D and 93. RGB value is (243,45,147). Sum of RGB (Red+Green+Blue) = 243+45+147=435 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.86% from 435); Green value is 45 (17.97% from 255 or 10.34% from 435); Blue value is 147 (57.81% from 255 or 33.79% from 435); Max value from RGB is 243 - color contains mainly: red. Hex color #F32D93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32D93 is #0CD26C. Grayscale: #737373. Windows color (decimal): -840301 or 9645555. OLE color: 9645555.
HSL color Cylindrical-coordinate representation of color #F32D93: hue angle of 329.09º 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 #F32D93 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 45 | 147 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.05 |
| HSL | 329.09º | 0.89% | 0.56% | - |
| HSV(B) | 329.09º | 0.81% | 0.95% | - |
| XYZ | 43.17 | 23.04 | 29.78 | - |
| YUV | 115.83 | 145.6 | 218.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 45 | 147 | 0 | 0.81 | 0.40 | 0.05 | 329.09 | 0.89 | 0.56 |
| Hex | F3 | 2D | 93 | 0 | 51 | 28 | 5 | 149 | 59 | 38 |
| Octal | 363 | 55 | 223 | 0 | 121 | 50 | 5 | 511 | 131 | 70 |
| Binary | 11110011 | 101101 | 10010011 | 0 | 1010001 | 101000 | 101 | 101001001 | 1011001 | 111000 |
Color Harmonies of #F32D93
Complementary color
Monochromatic Colors of #F32D93
Black with #F32D93
Text Example
Text Example
White with #F32D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32D93; }
p { color: rgb(243,45,147); }
H1.HeaderClassName
{
color: #F32D93;
}
.AnyTagClassName
{
color: #F32D93;
}
</style>
background-color css
<style>
a { background-color: #F32D93; }
a { background-color: rgb(243,45,147); }
div.DivClassName
{
background-color: #F32D93;
}
.BgClassName
{
background-color: #F32D93;
}
</style>
border-color css
<style>
span { border-color: #F32D93; }
span { border-color: rgb(243,45,147); }
td.TdClassName
{
border-color: #F32D93;
}
.TagClassName
{
border-color: #F32D93;
}
</style>