Shades of Wild Strawberry #F32F8E
Tints of Wild Strawberry #F32F8E
RGB
CMYK
RGB Variations
Color information
#F32F8E (or 0xF32F8E) is known color: Wild Strawberry. HEX triplet: F3, 2F and 8E. RGB value is (243,47,142). Sum of RGB (Red+Green+Blue) = 243+47+142=432 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.25% from 432); Green value is 47 (18.75% from 255 or 10.88% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 243 - color contains mainly: red. Hex color #F32F8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32F8E is #0CD071. Grayscale: #747474. Windows color (decimal): -839794 or 9318387. OLE color: 9318387.
HSL color Cylindrical-coordinate representation of color #F32F8E: hue angle of 330.92º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F32F8E is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 47 | 142 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.05 |
| HSL | 330.92º | 0.89% | 0.57% | - |
| HSV(B) | 330.92º | 0.81% | 0.95% | - |
| XYZ | 42.86 | 23.04 | 27.78 | - |
| YUV | 116.43 | 142.43 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 47 | 142 | 0 | 0.81 | 0.42 | 0.05 | 330.92 | 0.89 | 0.57 |
| Hex | F3 | 2F | 8E | 0 | 51 | 2A | 5 | 14B | 59 | 39 |
| Octal | 363 | 57 | 216 | 0 | 121 | 52 | 5 | 513 | 131 | 71 |
| Binary | 11110011 | 101111 | 10001110 | 0 | 1010001 | 101010 | 101 | 101001011 | 1011001 | 111001 |
Color Harmonies of #F32F8E
Complementary color
Monochromatic Colors of #F32F8E
Black with #F32F8E
Text Example
Text Example
White with #F32F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32F8E; }
p { color: rgb(243,47,142); }
H1.HeaderClassName
{
color: #F32F8E;
}
.AnyTagClassName
{
color: #F32F8E;
}
</style>
background-color css
<style>
a { background-color: #F32F8E; }
a { background-color: rgb(243,47,142); }
div.DivClassName
{
background-color: #F32F8E;
}
.BgClassName
{
background-color: #F32F8E;
}
</style>
border-color css
<style>
span { border-color: #F32F8E; }
span { border-color: rgb(243,47,142); }
td.TdClassName
{
border-color: #F32F8E;
}
.TagClassName
{
border-color: #F32F8E;
}
</style>