Shades of Wild Strawberry #F33394
Tints of Wild Strawberry #F33394
RGB
CMYK
RGB Variations
Color information
#F33394 (or 0xF33394) is known color: Wild Strawberry. HEX triplet: F3, 33 and 94. RGB value is (243,51,148). Sum of RGB (Red+Green+Blue) = 243+51+148=442 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.98% from 442); Green value is 51 (20.31% from 255 or 11.54% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 243 - color contains mainly: red. Hex color #F33394 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33394 is #0CCC6B. Grayscale: #777777. Windows color (decimal): -838764 or 9712627. OLE color: 9712627.
HSL color Cylindrical-coordinate representation of color #F33394: hue angle of 329.69º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F33394 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 51 | 148 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.05 |
| HSL | 329.69º | 0.89% | 0.58% | - |
| HSV(B) | 329.69º | 0.79% | 0.95% | - |
| XYZ | 43.49 | 23.56 | 30.27 | - |
| YUV | 119.47 | 144.11 | 216.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 51 | 148 | 0 | 0.79 | 0.39 | 0.05 | 329.69 | 0.89 | 0.58 |
| Hex | F3 | 33 | 94 | 0 | 4F | 27 | 5 | 14A | 59 | 3A |
| Octal | 363 | 63 | 224 | 0 | 117 | 47 | 5 | 512 | 131 | 72 |
| Binary | 11110011 | 110011 | 10010100 | 0 | 1001111 | 100111 | 101 | 101001010 | 1011001 | 111010 |
Color Harmonies of #F33394
Complementary color
Monochromatic Colors of #F33394
Black with #F33394
Text Example
Text Example
White with #F33394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33394; }
p { color: rgb(243,51,148); }
H1.HeaderClassName
{
color: #F33394;
}
.AnyTagClassName
{
color: #F33394;
}
</style>
background-color css
<style>
a { background-color: #F33394; }
a { background-color: rgb(243,51,148); }
div.DivClassName
{
background-color: #F33394;
}
.BgClassName
{
background-color: #F33394;
}
</style>
border-color css
<style>
span { border-color: #F33394; }
span { border-color: rgb(243,51,148); }
td.TdClassName
{
border-color: #F33394;
}
.TagClassName
{
border-color: #F33394;
}
</style>