Shades of Wild Strawberry #F3298D
Tints of Wild Strawberry #F3298D
RGB
CMYK
RGB Variations
Color information
#F3298D (or 0xF3298D) is known color: Wild Strawberry. HEX triplet: F3, 29 and 8D. RGB value is (243,41,141). Sum of RGB (Red+Green+Blue) = 243+41+141=425 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.18% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 243 - color contains mainly: red. Hex color #F3298D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3298D is #0CD672. Grayscale: #707070. Windows color (decimal): -841331 or 9251315. OLE color: 9251315.
HSL color Cylindrical-coordinate representation of color #F3298D: hue angle of 330.3º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F3298D is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 141 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.05 |
| HSL | 330.3º | 0.89% | 0.56% | - |
| HSV(B) | 330.3º | 0.83% | 0.95% | - |
| XYZ | 42.56 | 22.56 | 27.31 | - |
| YUV | 112.8 | 143.92 | 220.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 141 | 0 | 0.83 | 0.42 | 0.05 | 330.3 | 0.89 | 0.56 |
| Hex | F3 | 29 | 8D | 0 | 53 | 2A | 5 | 14A | 59 | 38 |
| Octal | 363 | 51 | 215 | 0 | 123 | 52 | 5 | 512 | 131 | 70 |
| Binary | 11110011 | 101001 | 10001101 | 0 | 1010011 | 101010 | 101 | 101001010 | 1011001 | 111000 |
Color Harmonies of #F3298D
Complementary color
Monochromatic Colors of #F3298D
Black with #F3298D
Text Example
Text Example
White with #F3298D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3298D; }
p { color: rgb(243,41,141); }
H1.HeaderClassName
{
color: #F3298D;
}
.AnyTagClassName
{
color: #F3298D;
}
</style>
background-color css
<style>
a { background-color: #F3298D; }
a { background-color: rgb(243,41,141); }
div.DivClassName
{
background-color: #F3298D;
}
.BgClassName
{
background-color: #F3298D;
}
</style>
border-color css
<style>
span { border-color: #F3298D; }
span { border-color: rgb(243,41,141); }
td.TdClassName
{
border-color: #F3298D;
}
.TagClassName
{
border-color: #F3298D;
}
</style>