Shades of Wild Strawberry #F33792
Tints of Wild Strawberry #F33792
RGB
CMYK
RGB Variations
Color information
#F33792 (or 0xF33792) is known color: Wild Strawberry. HEX triplet: F3, 37 and 92. RGB value is (243,55,146). Sum of RGB (Red+Green+Blue) = 243+55+146=444 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.73% from 444); Green value is 55 (21.88% from 255 or 12.39% from 444); Blue value is 146 (57.42% from 255 or 32.88% from 444); Max value from RGB is 243 - color contains mainly: red. Hex color #F33792 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33792 is #0CC86D. Grayscale: #797979. Windows color (decimal): -837742 or 9582579. OLE color: 9582579.
HSL color Cylindrical-coordinate representation of color #F33792: hue angle of 330.96º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F33792 is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 55 | 146 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.05 |
| HSL | 330.96º | 0.89% | 0.58% | - |
| HSV(B) | 330.96º | 0.77% | 0.95% | - |
| XYZ | 43.52 | 23.86 | 29.51 | - |
| YUV | 121.59 | 141.78 | 214.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 55 | 146 | 0 | 0.77 | 0.40 | 0.05 | 330.96 | 0.89 | 0.58 |
| Hex | F3 | 37 | 92 | 0 | 4D | 28 | 5 | 14B | 59 | 3A |
| Octal | 363 | 67 | 222 | 0 | 115 | 50 | 5 | 513 | 131 | 72 |
| Binary | 11110011 | 110111 | 10010010 | 0 | 1001101 | 101000 | 101 | 101001011 | 1011001 | 111010 |
Color Harmonies of #F33792
Complementary color
Monochromatic Colors of #F33792
Black with #F33792
Text Example
Text Example
White with #F33792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33792; }
p { color: rgb(243,55,146); }
H1.HeaderClassName
{
color: #F33792;
}
.AnyTagClassName
{
color: #F33792;
}
</style>
background-color css
<style>
a { background-color: #F33792; }
a { background-color: rgb(243,55,146); }
div.DivClassName
{
background-color: #F33792;
}
.BgClassName
{
background-color: #F33792;
}
</style>
border-color css
<style>
span { border-color: #F33792; }
span { border-color: rgb(243,55,146); }
td.TdClassName
{
border-color: #F33792;
}
.TagClassName
{
border-color: #F33792;
}
</style>