Shades of Wild Strawberry #F33AA3
Tints of Wild Strawberry #F33AA3
RGB
CMYK
RGB Variations
Color information
#F33AA3 (or 0xF33AA3) is known color: Wild Strawberry. HEX triplet: F3, 3A and A3. RGB value is (243,58,163). Sum of RGB (Red+Green+Blue) = 243+58+163=464 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.37% from 464); Green value is 58 (23.05% from 255 or 12.5% from 464); Blue value is 163 (64.06% from 255 or 35.13% from 464); Max value from RGB is 243 - color contains mainly: red. Hex color #F33AA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33AA3 is #0CC55C. Grayscale: #7D7D7D. Windows color (decimal): -836957 or 10697459. OLE color: 10697459.
HSL color Cylindrical-coordinate representation of color #F33AA3: hue angle of 325.95º 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 #F33AA3 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 58 | 163 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.05 |
| HSL | 325.95º | 0.89% | 0.59% | - |
| HSV(B) | 325.95º | 0.76% | 0.95% | - |
| XYZ | 45.09 | 24.73 | 37.05 | - |
| YUV | 125.29 | 149.29 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 58 | 163 | 0 | 0.76 | 0.33 | 0.05 | 325.95 | 0.89 | 0.59 |
| Hex | F3 | 3A | A3 | 0 | 4C | 21 | 5 | 146 | 59 | 3B |
| Octal | 363 | 72 | 243 | 0 | 114 | 41 | 5 | 506 | 131 | 73 |
| Binary | 11110011 | 111010 | 10100011 | 0 | 1001100 | 100001 | 101 | 101000110 | 1011001 | 111011 |
Color Harmonies of #F33AA3
Complementary color
Monochromatic Colors of #F33AA3
Black with #F33AA3
Text Example
Text Example
White with #F33AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33AA3; }
p { color: rgb(243,58,163); }
H1.HeaderClassName
{
color: #F33AA3;
}
.AnyTagClassName
{
color: #F33AA3;
}
</style>
background-color css
<style>
a { background-color: #F33AA3; }
a { background-color: rgb(243,58,163); }
div.DivClassName
{
background-color: #F33AA3;
}
.BgClassName
{
background-color: #F33AA3;
}
</style>
border-color css
<style>
span { border-color: #F33AA3; }
span { border-color: rgb(243,58,163); }
td.TdClassName
{
border-color: #F33AA3;
}
.TagClassName
{
border-color: #F33AA3;
}
</style>