Shades of Wild Strawberry #F32D8E
Tints of Wild Strawberry #F32D8E
RGB
CMYK
RGB Variations
Color information
#F32D8E (or 0xF32D8E) is known color: Wild Strawberry. HEX triplet: F3, 2D and 8E. RGB value is (243,45,142). Sum of RGB (Red+Green+Blue) = 243+45+142=430 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.51% from 430); Green value is 45 (17.97% from 255 or 10.47% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 243 - color contains mainly: red. Hex color #F32D8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32D8E is #0CD271. Grayscale: #737373. Windows color (decimal): -840306 or 9317875. OLE color: 9317875.
HSL color Cylindrical-coordinate representation of color #F32D8E: hue angle of 330.61º 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 #F32D8E is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 45 | 142 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.05 |
| HSL | 330.61º | 0.89% | 0.56% | - |
| HSV(B) | 330.61º | 0.81% | 0.95% | - |
| XYZ | 42.78 | 22.88 | 27.75 | - |
| YUV | 115.26 | 143.1 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 45 | 142 | 0 | 0.81 | 0.42 | 0.05 | 330.61 | 0.89 | 0.56 |
| Hex | F3 | 2D | 8E | 0 | 51 | 2A | 5 | 14B | 59 | 38 |
| Octal | 363 | 55 | 216 | 0 | 121 | 52 | 5 | 513 | 131 | 70 |
| Binary | 11110011 | 101101 | 10001110 | 0 | 1010001 | 101010 | 101 | 101001011 | 1011001 | 111000 |
Color Harmonies of #F32D8E
Complementary color
Monochromatic Colors of #F32D8E
Black with #F32D8E
Text Example
Text Example
White with #F32D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32D8E; }
p { color: rgb(243,45,142); }
H1.HeaderClassName
{
color: #F32D8E;
}
.AnyTagClassName
{
color: #F32D8E;
}
</style>
background-color css
<style>
a { background-color: #F32D8E; }
a { background-color: rgb(243,45,142); }
div.DivClassName
{
background-color: #F32D8E;
}
.BgClassName
{
background-color: #F32D8E;
}
</style>
border-color css
<style>
span { border-color: #F32D8E; }
span { border-color: rgb(243,45,142); }
td.TdClassName
{
border-color: #F32D8E;
}
.TagClassName
{
border-color: #F32D8E;
}
</style>