Shades of Wild Strawberry #F33295
Tints of Wild Strawberry #F33295
RGB
CMYK
RGB Variations
Color information
#F33295 (or 0xF33295) is known color: Wild Strawberry. HEX triplet: F3, 32 and 95. RGB value is (243,50,149). Sum of RGB (Red+Green+Blue) = 243+50+149=442 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.98% from 442); Green value is 50 (19.92% from 255 or 11.31% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 243 - color contains mainly: red. Hex color #F33295 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33295 is #0CCD6A. Grayscale: #767676. Windows color (decimal): -839019 or 9777907. OLE color: 9777907.
HSL color Cylindrical-coordinate representation of color #F33295: hue angle of 329.22º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F33295 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 50 | 149 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.05 |
| HSL | 329.22º | 0.89% | 0.57% | - |
| HSV(B) | 329.22º | 0.79% | 0.95% | - |
| XYZ | 43.53 | 23.51 | 30.68 | - |
| YUV | 118.99 | 144.94 | 216.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 50 | 149 | 0 | 0.79 | 0.39 | 0.05 | 329.22 | 0.89 | 0.57 |
| Hex | F3 | 32 | 95 | 0 | 4F | 27 | 5 | 149 | 59 | 39 |
| Octal | 363 | 62 | 225 | 0 | 117 | 47 | 5 | 511 | 131 | 71 |
| Binary | 11110011 | 110010 | 10010101 | 0 | 1001111 | 100111 | 101 | 101001001 | 1011001 | 111001 |
Color Harmonies of #F33295
Complementary color
Monochromatic Colors of #F33295
Black with #F33295
Text Example
Text Example
White with #F33295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33295; }
p { color: rgb(243,50,149); }
H1.HeaderClassName
{
color: #F33295;
}
.AnyTagClassName
{
color: #F33295;
}
</style>
background-color css
<style>
a { background-color: #F33295; }
a { background-color: rgb(243,50,149); }
div.DivClassName
{
background-color: #F33295;
}
.BgClassName
{
background-color: #F33295;
}
</style>
border-color css
<style>
span { border-color: #F33295; }
span { border-color: rgb(243,50,149); }
td.TdClassName
{
border-color: #F33295;
}
.TagClassName
{
border-color: #F33295;
}
</style>