Shades of Wild Strawberry #F33EA3
Tints of Wild Strawberry #F33EA3
RGB
CMYK
RGB Variations
Color information
#F33EA3 (or 0xF33EA3) is known color: Wild Strawberry. HEX triplet: F3, 3E and A3. RGB value is (243,62,163). Sum of RGB (Red+Green+Blue) = 243+62+163=468 (61% of max value = 765). Red value is 243 (95.31% from 255 or 51.92% from 468); Green value is 62 (24.61% from 255 or 13.25% from 468); Blue value is 163 (64.06% from 255 or 34.83% from 468); Max value from RGB is 243 - color contains mainly: red. Hex color #F33EA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33EA3 is #0CC15C. Grayscale: #7F7F7F. Windows color (decimal): -835933 or 10698483. OLE color: 10698483.
HSL color Cylindrical-coordinate representation of color #F33EA3: hue angle of 326.52º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F33EA3 is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 62 | 163 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.05 |
| HSL | 326.52º | 0.88% | 0.6% | - |
| HSV(B) | 326.52º | 0.74% | 0.95% | - |
| XYZ | 45.3 | 25.14 | 37.12 | - |
| YUV | 127.63 | 147.97 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 62 | 163 | 0 | 0.74 | 0.33 | 0.05 | 326.52 | 0.88 | 0.6 |
| Hex | F3 | 3E | A3 | 0 | 4A | 21 | 5 | 147 | 58 | 3C |
| Octal | 363 | 76 | 243 | 0 | 112 | 41 | 5 | 507 | 130 | 74 |
| Binary | 11110011 | 111110 | 10100011 | 0 | 1001010 | 100001 | 101 | 101000111 | 1011000 | 111100 |
Color Harmonies of #F33EA3
Complementary color
Monochromatic Colors of #F33EA3
Black with #F33EA3
Text Example
Text Example
White with #F33EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33EA3; }
p { color: rgb(243,62,163); }
H1.HeaderClassName
{
color: #F33EA3;
}
.AnyTagClassName
{
color: #F33EA3;
}
</style>
background-color css
<style>
a { background-color: #F33EA3; }
a { background-color: rgb(243,62,163); }
div.DivClassName
{
background-color: #F33EA3;
}
.BgClassName
{
background-color: #F33EA3;
}
</style>
border-color css
<style>
span { border-color: #F33EA3; }
span { border-color: rgb(243,62,163); }
td.TdClassName
{
border-color: #F33EA3;
}
.TagClassName
{
border-color: #F33EA3;
}
</style>