Shades of Wild Strawberry #FF339C
Tints of Wild Strawberry #FF339C
RGB
CMYK
RGB Variations
Color information
#FF339C (or 0xFF339C) is known color: Wild Strawberry. HEX triplet: FF, 33 and 9C. RGB value is (255,51,156). Sum of RGB (Red+Green+Blue) = 255+51+156=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 51 (20.31% from 255 or 11.04% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF339C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF339C is #00CC63. Grayscale: #7B7B7B. Windows color (decimal): -52324 or 10236927. OLE color: 10236927.
HSL color Cylindrical-coordinate representation of color #FF339C: hue angle of 329.12º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF339C is Cyan = 0, Magento = 0.8, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 156 | - |
| CMYK | 0 | 0.8 | 0.39 | 0 |
| HSL | 329.12º | 1% | 0.6% | - |
| HSV(B) | 329.12º | 0.8% | 1% | - |
| XYZ | 48.42 | 26.03 | 33.92 | - |
| YUV | 123.97 | 146.09 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 156 | 0 | 0.8 | 0.39 | 0 | 329.12 | 1 | 0.6 |
| Hex | FF | 33 | 9C | 0 | 50 | 27 | 0 | 149 | 64 | 3C |
| Octal | 377 | 63 | 234 | 0 | 120 | 47 | 0 | 511 | 144 | 74 |
| Binary | 11111111 | 110011 | 10011100 | 0 | 1010000 | 100111 | 0 | 101001001 | 1100100 | 111100 |
Color Harmonies of #FF339C
Complementary color
Monochromatic Colors of #FF339C
Black with #FF339C
Text Example
Text Example
White with #FF339C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF339C; }
p { color: rgb(255,51,156); }
H1.HeaderClassName
{
color: #FF339C;
}
.AnyTagClassName
{
color: #FF339C;
}
</style>
background-color css
<style>
a { background-color: #FF339C; }
a { background-color: rgb(255,51,156); }
div.DivClassName
{
background-color: #FF339C;
}
.BgClassName
{
background-color: #FF339C;
}
</style>
border-color css
<style>
span { border-color: #FF339C; }
span { border-color: rgb(255,51,156); }
td.TdClassName
{
border-color: #FF339C;
}
.TagClassName
{
border-color: #FF339C;
}
</style>