Shades of Wild Strawberry #F33997
Tints of Wild Strawberry #F33997
RGB
CMYK
RGB Variations
Color information
#F33997 (or 0xF33997) is known color: Wild Strawberry. HEX triplet: F3, 39 and 97. RGB value is (243,57,151). Sum of RGB (Red+Green+Blue) = 243+57+151=451 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.88% from 451); Green value is 57 (22.66% from 255 or 12.64% from 451); Blue value is 151 (59.38% from 255 or 33.48% from 451); Max value from RGB is 243 - color contains mainly: red. Hex color #F33997 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33997 is #0CC668. Grayscale: #7B7B7B. Windows color (decimal): -837225 or 9910771. OLE color: 9910771.
HSL color Cylindrical-coordinate representation of color #F33997: hue angle of 329.68º 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 #F33997 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 57 | 151 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.05 |
| HSL | 329.68º | 0.89% | 0.59% | - |
| HSV(B) | 329.68º | 0.77% | 0.95% | - |
| XYZ | 44.01 | 24.22 | 31.63 | - |
| YUV | 123.33 | 143.62 | 213.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 57 | 151 | 0 | 0.77 | 0.38 | 0.05 | 329.68 | 0.89 | 0.59 |
| Hex | F3 | 39 | 97 | 0 | 4D | 26 | 5 | 14A | 59 | 3B |
| Octal | 363 | 71 | 227 | 0 | 115 | 46 | 5 | 512 | 131 | 73 |
| Binary | 11110011 | 111001 | 10010111 | 0 | 1001101 | 100110 | 101 | 101001010 | 1011001 | 111011 |
Color Harmonies of #F33997
Complementary color
Monochromatic Colors of #F33997
Black with #F33997
Text Example
Text Example
White with #F33997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33997; }
p { color: rgb(243,57,151); }
H1.HeaderClassName
{
color: #F33997;
}
.AnyTagClassName
{
color: #F33997;
}
</style>
background-color css
<style>
a { background-color: #F33997; }
a { background-color: rgb(243,57,151); }
div.DivClassName
{
background-color: #F33997;
}
.BgClassName
{
background-color: #F33997;
}
</style>
border-color css
<style>
span { border-color: #F33997; }
span { border-color: rgb(243,57,151); }
td.TdClassName
{
border-color: #F33997;
}
.TagClassName
{
border-color: #F33997;
}
</style>