Shades of Wild Strawberry #F33289
Tints of Wild Strawberry #F33289
RGB
CMYK
RGB Variations
Color information
#F33289 (or 0xF33289) is known color: Wild Strawberry. HEX triplet: F3, 32 and 89. RGB value is (243,50,137). Sum of RGB (Red+Green+Blue) = 243+50+137=430 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.51% from 430); Green value is 50 (19.92% from 255 or 11.63% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 243 - color contains mainly: red. Hex color #F33289 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33289 is #0CCD76. Grayscale: #757575. Windows color (decimal): -839031 or 8991475. OLE color: 8991475.
HSL color Cylindrical-coordinate representation of color #F33289: hue angle of 332.95º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F33289 is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 50 | 137 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.05 |
| HSL | 332.95º | 0.89% | 0.57% | - |
| HSV(B) | 332.95º | 0.79% | 0.95% | - |
| XYZ | 42.62 | 23.14 | 25.89 | - |
| YUV | 117.63 | 138.94 | 217.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 50 | 137 | 0 | 0.79 | 0.44 | 0.05 | 332.95 | 0.89 | 0.57 |
| Hex | F3 | 32 | 89 | 0 | 4F | 2C | 5 | 14D | 59 | 39 |
| Octal | 363 | 62 | 211 | 0 | 117 | 54 | 5 | 515 | 131 | 71 |
| Binary | 11110011 | 110010 | 10001001 | 0 | 1001111 | 101100 | 101 | 101001101 | 1011001 | 111001 |
Color Harmonies of #F33289
Complementary color
Monochromatic Colors of #F33289
Black with #F33289
Text Example
Text Example
White with #F33289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33289; }
p { color: rgb(243,50,137); }
H1.HeaderClassName
{
color: #F33289;
}
.AnyTagClassName
{
color: #F33289;
}
</style>
background-color css
<style>
a { background-color: #F33289; }
a { background-color: rgb(243,50,137); }
div.DivClassName
{
background-color: #F33289;
}
.BgClassName
{
background-color: #F33289;
}
</style>
border-color css
<style>
span { border-color: #F33289; }
span { border-color: rgb(243,50,137); }
td.TdClassName
{
border-color: #F33289;
}
.TagClassName
{
border-color: #F33289;
}
</style>