Shades of Wild Strawberry #F33AA0
Tints of Wild Strawberry #F33AA0
RGB
CMYK
RGB Variations
Color information
#F33AA0 (or 0xF33AA0) is known color: Wild Strawberry. HEX triplet: F3, 3A and A0. RGB value is (243,58,160). Sum of RGB (Red+Green+Blue) = 243+58+160=461 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.71% from 461); Green value is 58 (23.05% from 255 or 12.58% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 243 - color contains mainly: red. Hex color #F33AA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33AA0 is #0CC55F. Grayscale: #7C7C7C. Windows color (decimal): -836960 or 10500851. OLE color: 10500851.
HSL color Cylindrical-coordinate representation of color #F33AA0: hue angle of 326.92º degrees, saturation: 0.89, 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 #F33AA0 is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 58 | 160 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.05 |
| HSL | 326.92º | 0.89% | 0.59% | - |
| HSV(B) | 326.92º | 0.76% | 0.95% | - |
| XYZ | 44.82 | 24.62 | 35.65 | - |
| YUV | 124.94 | 147.79 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 58 | 160 | 0 | 0.76 | 0.34 | 0.05 | 326.92 | 0.89 | 0.59 |
| Hex | F3 | 3A | A0 | 0 | 4C | 22 | 5 | 147 | 59 | 3B |
| Octal | 363 | 72 | 240 | 0 | 114 | 42 | 5 | 507 | 131 | 73 |
| Binary | 11110011 | 111010 | 10100000 | 0 | 1001100 | 100010 | 101 | 101000111 | 1011001 | 111011 |
Color Harmonies of #F33AA0
Complementary color
Monochromatic Colors of #F33AA0
Black with #F33AA0
Text Example
Text Example
White with #F33AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33AA0; }
p { color: rgb(243,58,160); }
H1.HeaderClassName
{
color: #F33AA0;
}
.AnyTagClassName
{
color: #F33AA0;
}
</style>
background-color css
<style>
a { background-color: #F33AA0; }
a { background-color: rgb(243,58,160); }
div.DivClassName
{
background-color: #F33AA0;
}
.BgClassName
{
background-color: #F33AA0;
}
</style>
border-color css
<style>
span { border-color: #F33AA0; }
span { border-color: rgb(243,58,160); }
td.TdClassName
{
border-color: #F33AA0;
}
.TagClassName
{
border-color: #F33AA0;
}
</style>