Shades of Wild Strawberry #F33B9C
Tints of Wild Strawberry #F33B9C
RGB
CMYK
RGB Variations
Color information
#F33B9C (or 0xF33B9C) is known color: Wild Strawberry. HEX triplet: F3, 3B and 9C. RGB value is (243,59,156). Sum of RGB (Red+Green+Blue) = 243+59+156=458 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.06% from 458); Green value is 59 (23.44% from 255 or 12.88% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 243 - color contains mainly: red. Hex color #F33B9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33B9C is #0CC463. Grayscale: #7C7C7C. Windows color (decimal): -836708 or 10238963. OLE color: 10238963.
HSL color Cylindrical-coordinate representation of color #F33B9C: hue angle of 328.37º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F33B9C is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 59 | 156 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.05 |
| HSL | 328.37º | 0.88% | 0.59% | - |
| HSV(B) | 328.37º | 0.76% | 0.95% | - |
| XYZ | 44.53 | 24.58 | 33.85 | - |
| YUV | 125.07 | 145.46 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 59 | 156 | 0 | 0.76 | 0.36 | 0.05 | 328.37 | 0.88 | 0.59 |
| Hex | F3 | 3B | 9C | 0 | 4C | 24 | 5 | 148 | 58 | 3B |
| Octal | 363 | 73 | 234 | 0 | 114 | 44 | 5 | 510 | 130 | 73 |
| Binary | 11110011 | 111011 | 10011100 | 0 | 1001100 | 100100 | 101 | 101001000 | 1011000 | 111011 |
Color Harmonies of #F33B9C
Complementary color
Monochromatic Colors of #F33B9C
Black with #F33B9C
Text Example
Text Example
White with #F33B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33B9C; }
p { color: rgb(243,59,156); }
H1.HeaderClassName
{
color: #F33B9C;
}
.AnyTagClassName
{
color: #F33B9C;
}
</style>
background-color css
<style>
a { background-color: #F33B9C; }
a { background-color: rgb(243,59,156); }
div.DivClassName
{
background-color: #F33B9C;
}
.BgClassName
{
background-color: #F33B9C;
}
</style>
border-color css
<style>
span { border-color: #F33B9C; }
span { border-color: rgb(243,59,156); }
td.TdClassName
{
border-color: #F33B9C;
}
.TagClassName
{
border-color: #F33B9C;
}
</style>