Shades of Wild Strawberry #F33893
Tints of Wild Strawberry #F33893
RGB
CMYK
RGB Variations
Color information
#F33893 (or 0xF33893) is known color: Wild Strawberry. HEX triplet: F3, 38 and 93. RGB value is (243,56,147). Sum of RGB (Red+Green+Blue) = 243+56+147=446 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.48% from 446); Green value is 56 (22.27% from 255 or 12.56% from 446); Blue value is 147 (57.81% from 255 or 32.96% from 446); Max value from RGB is 243 - color contains mainly: red. Hex color #F33893 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33893 is #0CC76C. Grayscale: #7A7A7A. Windows color (decimal): -837485 or 9648371. OLE color: 9648371.
HSL color Cylindrical-coordinate representation of color #F33893: hue angle of 330.8º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F33893 is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 56 | 147 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.05 |
| HSL | 330.8º | 0.89% | 0.59% | - |
| HSV(B) | 330.8º | 0.77% | 0.95% | - |
| XYZ | 43.64 | 23.99 | 29.93 | - |
| YUV | 122.29 | 141.95 | 214.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 56 | 147 | 0 | 0.77 | 0.40 | 0.05 | 330.8 | 0.89 | 0.59 |
| Hex | F3 | 38 | 93 | 0 | 4D | 28 | 5 | 14B | 59 | 3B |
| Octal | 363 | 70 | 223 | 0 | 115 | 50 | 5 | 513 | 131 | 73 |
| Binary | 11110011 | 111000 | 10010011 | 0 | 1001101 | 101000 | 101 | 101001011 | 1011001 | 111011 |
Color Harmonies of #F33893
Complementary color
Monochromatic Colors of #F33893
Black with #F33893
Text Example
Text Example
White with #F33893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33893; }
p { color: rgb(243,56,147); }
H1.HeaderClassName
{
color: #F33893;
}
.AnyTagClassName
{
color: #F33893;
}
</style>
background-color css
<style>
a { background-color: #F33893; }
a { background-color: rgb(243,56,147); }
div.DivClassName
{
background-color: #F33893;
}
.BgClassName
{
background-color: #F33893;
}
</style>
border-color css
<style>
span { border-color: #F33893; }
span { border-color: rgb(243,56,147); }
td.TdClassName
{
border-color: #F33893;
}
.TagClassName
{
border-color: #F33893;
}
</style>