Shades of Wild Strawberry #F3338A
Tints of Wild Strawberry #F3338A
RGB
CMYK
RGB Variations
Color information
#F3338A (or 0xF3338A) is known color: Wild Strawberry. HEX triplet: F3, 33 and 8A. RGB value is (243,51,138). Sum of RGB (Red+Green+Blue) = 243+51+138=432 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.25% from 432); Green value is 51 (20.31% from 255 or 11.81% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 243 - color contains mainly: red. Hex color #F3338A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3338A is #0CCC75. Grayscale: #767676. Windows color (decimal): -838774 or 9057267. OLE color: 9057267.
HSL color Cylindrical-coordinate representation of color #F3338A: hue angle of 332.81º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F3338A is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 51 | 138 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.05 |
| HSL | 332.81º | 0.89% | 0.58% | - |
| HSV(B) | 332.81º | 0.79% | 0.95% | - |
| XYZ | 42.73 | 23.26 | 26.28 | - |
| YUV | 118.33 | 139.11 | 216.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 51 | 138 | 0 | 0.79 | 0.43 | 0.05 | 332.81 | 0.89 | 0.58 |
| Hex | F3 | 33 | 8A | 0 | 4F | 2B | 5 | 14D | 59 | 3A |
| Octal | 363 | 63 | 212 | 0 | 117 | 53 | 5 | 515 | 131 | 72 |
| Binary | 11110011 | 110011 | 10001010 | 0 | 1001111 | 101011 | 101 | 101001101 | 1011001 | 111010 |
Color Harmonies of #F3338A
Complementary color
Monochromatic Colors of #F3338A
Black with #F3338A
Text Example
Text Example
White with #F3338A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3338A; }
p { color: rgb(243,51,138); }
H1.HeaderClassName
{
color: #F3338A;
}
.AnyTagClassName
{
color: #F3338A;
}
</style>
background-color css
<style>
a { background-color: #F3338A; }
a { background-color: rgb(243,51,138); }
div.DivClassName
{
background-color: #F3338A;
}
.BgClassName
{
background-color: #F3338A;
}
</style>
border-color css
<style>
span { border-color: #F3338A; }
span { border-color: rgb(243,51,138); }
td.TdClassName
{
border-color: #F3338A;
}
.TagClassName
{
border-color: #F3338A;
}
</style>