Shades of Wild Strawberry #F33597
Tints of Wild Strawberry #F33597
RGB
CMYK
RGB Variations
Color information
#F33597 (or 0xF33597) is known color: Wild Strawberry. HEX triplet: F3, 35 and 97. RGB value is (243,53,151). Sum of RGB (Red+Green+Blue) = 243+53+151=447 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.36% from 447); Green value is 53 (21.09% from 255 or 11.86% from 447); Blue value is 151 (59.38% from 255 or 33.78% from 447); Max value from RGB is 243 - color contains mainly: red. Hex color #F33597 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33597 is #0CCA68. Grayscale: #787878. Windows color (decimal): -838249 or 9909747. OLE color: 9909747.
HSL color Cylindrical-coordinate representation of color #F33597: hue angle of 329.05º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F33597 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 53 | 151 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.05 |
| HSL | 329.05º | 0.89% | 0.58% | - |
| HSV(B) | 329.05º | 0.78% | 0.95% | - |
| XYZ | 43.82 | 23.84 | 31.57 | - |
| YUV | 120.98 | 144.95 | 215.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 53 | 151 | 0 | 0.78 | 0.38 | 0.05 | 329.05 | 0.89 | 0.58 |
| Hex | F3 | 35 | 97 | 0 | 4E | 26 | 5 | 149 | 59 | 3A |
| Octal | 363 | 65 | 227 | 0 | 116 | 46 | 5 | 511 | 131 | 72 |
| Binary | 11110011 | 110101 | 10010111 | 0 | 1001110 | 100110 | 101 | 101001001 | 1011001 | 111010 |
Color Harmonies of #F33597
Complementary color
Monochromatic Colors of #F33597
Black with #F33597
Text Example
Text Example
White with #F33597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33597; }
p { color: rgb(243,53,151); }
H1.HeaderClassName
{
color: #F33597;
}
.AnyTagClassName
{
color: #F33597;
}
</style>
background-color css
<style>
a { background-color: #F33597; }
a { background-color: rgb(243,53,151); }
div.DivClassName
{
background-color: #F33597;
}
.BgClassName
{
background-color: #F33597;
}
</style>
border-color css
<style>
span { border-color: #F33597; }
span { border-color: rgb(243,53,151); }
td.TdClassName
{
border-color: #F33597;
}
.TagClassName
{
border-color: #F33597;
}
</style>