Shades of Wild Strawberry #F33BA3
Tints of Wild Strawberry #F33BA3
RGB
CMYK
RGB Variations
Color information
#F33BA3 (or 0xF33BA3) is known color: Wild Strawberry. HEX triplet: F3, 3B and A3. RGB value is (243,59,163). Sum of RGB (Red+Green+Blue) = 243+59+163=465 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.26% from 465); Green value is 59 (23.44% from 255 or 12.69% from 465); Blue value is 163 (64.06% from 255 or 35.05% from 465); Max value from RGB is 243 - color contains mainly: red. Hex color #F33BA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33BA3 is #0CC45C. Grayscale: #7D7D7D. Windows color (decimal): -836701 or 10697715. OLE color: 10697715.
HSL color Cylindrical-coordinate representation of color #F33BA3: hue angle of 326.09º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F33BA3 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 59 | 163 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.05 |
| HSL | 326.09º | 0.88% | 0.59% | - |
| HSV(B) | 326.09º | 0.76% | 0.95% | - |
| XYZ | 45.14 | 24.83 | 37.06 | - |
| YUV | 125.87 | 148.96 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 59 | 163 | 0 | 0.76 | 0.33 | 0.05 | 326.09 | 0.88 | 0.59 |
| Hex | F3 | 3B | A3 | 0 | 4C | 21 | 5 | 146 | 58 | 3B |
| Octal | 363 | 73 | 243 | 0 | 114 | 41 | 5 | 506 | 130 | 73 |
| Binary | 11110011 | 111011 | 10100011 | 0 | 1001100 | 100001 | 101 | 101000110 | 1011000 | 111011 |
Color Harmonies of #F33BA3
Complementary color
Monochromatic Colors of #F33BA3
Black with #F33BA3
Text Example
Text Example
White with #F33BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33BA3; }
p { color: rgb(243,59,163); }
H1.HeaderClassName
{
color: #F33BA3;
}
.AnyTagClassName
{
color: #F33BA3;
}
</style>
background-color css
<style>
a { background-color: #F33BA3; }
a { background-color: rgb(243,59,163); }
div.DivClassName
{
background-color: #F33BA3;
}
.BgClassName
{
background-color: #F33BA3;
}
</style>
border-color css
<style>
span { border-color: #F33BA3; }
span { border-color: rgb(243,59,163); }
td.TdClassName
{
border-color: #F33BA3;
}
.TagClassName
{
border-color: #F33BA3;
}
</style>