Shades of Wild Strawberry #F33690
Tints of Wild Strawberry #F33690
RGB
CMYK
RGB Variations
Color information
#F33690 (or 0xF33690) is known color: Wild Strawberry. HEX triplet: F3, 36 and 90. RGB value is (243,54,144). Sum of RGB (Red+Green+Blue) = 243+54+144=441 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.10% from 441); Green value is 54 (21.48% from 255 or 12.24% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 243 - color contains mainly: red. Hex color #F33690 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33690 is #0CC96F. Grayscale: #787878. Windows color (decimal): -838000 or 9451251. OLE color: 9451251.
HSL color Cylindrical-coordinate representation of color #F33690: hue angle of 331.43º 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 #F33690 is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 54 | 144 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.05 |
| HSL | 331.43º | 0.89% | 0.58% | - |
| HSV(B) | 331.43º | 0.78% | 0.95% | - |
| XYZ | 43.32 | 23.71 | 28.68 | - |
| YUV | 120.77 | 141.12 | 215.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 54 | 144 | 0 | 0.78 | 0.41 | 0.05 | 331.43 | 0.89 | 0.58 |
| Hex | F3 | 36 | 90 | 0 | 4E | 29 | 5 | 14B | 59 | 3A |
| Octal | 363 | 66 | 220 | 0 | 116 | 51 | 5 | 513 | 131 | 72 |
| Binary | 11110011 | 110110 | 10010000 | 0 | 1001110 | 101001 | 101 | 101001011 | 1011001 | 111010 |
Color Harmonies of #F33690
Complementary color
Monochromatic Colors of #F33690
Black with #F33690
Text Example
Text Example
White with #F33690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33690; }
p { color: rgb(243,54,144); }
H1.HeaderClassName
{
color: #F33690;
}
.AnyTagClassName
{
color: #F33690;
}
</style>
background-color css
<style>
a { background-color: #F33690; }
a { background-color: rgb(243,54,144); }
div.DivClassName
{
background-color: #F33690;
}
.BgClassName
{
background-color: #F33690;
}
</style>
border-color css
<style>
span { border-color: #F33690; }
span { border-color: rgb(243,54,144); }
td.TdClassName
{
border-color: #F33690;
}
.TagClassName
{
border-color: #F33690;
}
</style>