Shades of Wild Strawberry #F33F9F
Tints of Wild Strawberry #F33F9F
RGB
CMYK
RGB Variations
Color information
#F33F9F (or 0xF33F9F) is known color: Wild Strawberry. HEX triplet: F3, 3F and 9F. RGB value is (243,63,159). Sum of RGB (Red+Green+Blue) = 243+63+159=465 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.26% from 465); Green value is 63 (25% from 255 or 13.55% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 243 - color contains mainly: red. Hex color #F33F9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33F9F is #0CC060. Grayscale: #7F7F7F. Windows color (decimal): -835681 or 10436595. OLE color: 10436595.
HSL color Cylindrical-coordinate representation of color #F33F9F: hue angle of 328º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F33F9F is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 63 | 159 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.05 |
| HSL | 328º | 0.88% | 0.6% | - |
| HSV(B) | 328º | 0.74% | 0.95% | - |
| XYZ | 45 | 25.11 | 35.28 | - |
| YUV | 127.76 | 145.63 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 63 | 159 | 0 | 0.74 | 0.35 | 0.05 | 328 | 0.88 | 0.6 |
| Hex | F3 | 3F | 9F | 0 | 4A | 23 | 5 | 148 | 58 | 3C |
| Octal | 363 | 77 | 237 | 0 | 112 | 43 | 5 | 510 | 130 | 74 |
| Binary | 11110011 | 111111 | 10011111 | 0 | 1001010 | 100011 | 101 | 101001000 | 1011000 | 111100 |
Color Harmonies of #F33F9F
Complementary color
Monochromatic Colors of #F33F9F
Black with #F33F9F
Text Example
Text Example
White with #F33F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33F9F; }
p { color: rgb(243,63,159); }
H1.HeaderClassName
{
color: #F33F9F;
}
.AnyTagClassName
{
color: #F33F9F;
}
</style>
background-color css
<style>
a { background-color: #F33F9F; }
a { background-color: rgb(243,63,159); }
div.DivClassName
{
background-color: #F33F9F;
}
.BgClassName
{
background-color: #F33F9F;
}
</style>
border-color css
<style>
span { border-color: #F33F9F; }
span { border-color: rgb(243,63,159); }
td.TdClassName
{
border-color: #F33F9F;
}
.TagClassName
{
border-color: #F33F9F;
}
</style>