Shades of Wild Strawberry #F32D83
Tints of Wild Strawberry #F32D83
RGB
CMYK
RGB Variations
Color information
#F32D83 (or 0xF32D83) is known color: Wild Strawberry. HEX triplet: F3, 2D and 83. RGB value is (243,45,131). Sum of RGB (Red+Green+Blue) = 243+45+131=419 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.00% from 419); Green value is 45 (17.97% from 255 or 10.74% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 243 - color contains mainly: red. Hex color #F32D83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32D83 is #0CD27C. Grayscale: #717171. Windows color (decimal): -840317 or 8596979. OLE color: 8596979.
HSL color Cylindrical-coordinate representation of color #F32D83: hue angle of 333.94º 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 #F32D83 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 45 | 131 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.05 |
| HSL | 333.94º | 0.89% | 0.56% | - |
| HSV(B) | 333.94º | 0.81% | 0.95% | - |
| XYZ | 42 | 22.57 | 23.62 | - |
| YUV | 114.01 | 137.6 | 220.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 45 | 131 | 0 | 0.81 | 0.46 | 0.05 | 333.94 | 0.89 | 0.56 |
| Hex | F3 | 2D | 83 | 0 | 51 | 2E | 5 | 14E | 59 | 38 |
| Octal | 363 | 55 | 203 | 0 | 121 | 56 | 5 | 516 | 131 | 70 |
| Binary | 11110011 | 101101 | 10000011 | 0 | 1010001 | 101110 | 101 | 101001110 | 1011001 | 111000 |
Color Harmonies of #F32D83
Complementary color
Monochromatic Colors of #F32D83
Black with #F32D83
Text Example
Text Example
White with #F32D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32D83; }
p { color: rgb(243,45,131); }
H1.HeaderClassName
{
color: #F32D83;
}
.AnyTagClassName
{
color: #F32D83;
}
</style>
background-color css
<style>
a { background-color: #F32D83; }
a { background-color: rgb(243,45,131); }
div.DivClassName
{
background-color: #F32D83;
}
.BgClassName
{
background-color: #F32D83;
}
</style>
border-color css
<style>
span { border-color: #F32D83; }
span { border-color: rgb(243,45,131); }
td.TdClassName
{
border-color: #F32D83;
}
.TagClassName
{
border-color: #F32D83;
}
</style>