Shades of Wild Strawberry #F33790
Tints of Wild Strawberry #F33790
RGB
CMYK
RGB Variations
Color information
#F33790 (or 0xF33790) is known color: Wild Strawberry. HEX triplet: F3, 37 and 90. RGB value is (243,55,144). Sum of RGB (Red+Green+Blue) = 243+55+144=442 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.98% from 442); Green value is 55 (21.88% from 255 or 12.44% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 243 - color contains mainly: red. Hex color #F33790 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33790 is #0CC86F. Grayscale: #797979. Windows color (decimal): -837744 or 9451507. OLE color: 9451507.
HSL color Cylindrical-coordinate representation of color #F33790: hue angle of 331.6º 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 #F33790 is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 55 | 144 | - |
| CMYK | 0 | 0.77 | 0.41 | 0.05 |
| HSL | 331.6º | 0.89% | 0.58% | - |
| HSV(B) | 331.6º | 0.77% | 0.95% | - |
| XYZ | 43.36 | 23.8 | 28.69 | - |
| YUV | 121.36 | 140.78 | 214.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 55 | 144 | 0 | 0.77 | 0.41 | 0.05 | 331.6 | 0.89 | 0.58 |
| Hex | F3 | 37 | 90 | 0 | 4D | 29 | 5 | 14C | 59 | 3A |
| Octal | 363 | 67 | 220 | 0 | 115 | 51 | 5 | 514 | 131 | 72 |
| Binary | 11110011 | 110111 | 10010000 | 0 | 1001101 | 101001 | 101 | 101001100 | 1011001 | 111010 |
Color Harmonies of #F33790
Complementary color
Monochromatic Colors of #F33790
Black with #F33790
Text Example
Text Example
White with #F33790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33790; }
p { color: rgb(243,55,144); }
H1.HeaderClassName
{
color: #F33790;
}
.AnyTagClassName
{
color: #F33790;
}
</style>
background-color css
<style>
a { background-color: #F33790; }
a { background-color: rgb(243,55,144); }
div.DivClassName
{
background-color: #F33790;
}
.BgClassName
{
background-color: #F33790;
}
</style>
border-color css
<style>
span { border-color: #F33790; }
span { border-color: rgb(243,55,144); }
td.TdClassName
{
border-color: #F33790;
}
.TagClassName
{
border-color: #F33790;
}
</style>