Shades of Wild Strawberry #FF329C
Tints of Wild Strawberry #FF329C
RGB
CMYK
RGB Variations
Color information
#FF329C (or 0xFF329C) is known color: Wild Strawberry. HEX triplet: FF, 32 and 9C. RGB value is (255,50,156). Sum of RGB (Red+Green+Blue) = 255+50+156=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 50 (19.92% from 255 or 10.85% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF329C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF329C is #00CD63. Grayscale: #7B7B7B. Windows color (decimal): -52580 or 10236671. OLE color: 10236671.
HSL color Cylindrical-coordinate representation of color #FF329C: hue angle of 328.98º 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 #FF329C is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 156 | - |
| CMYK | 0 | 0.80 | 0.39 | 0 |
| HSL | 328.98º | 1% | 0.6% | - |
| HSV(B) | 328.98º | 0.8% | 1% | - |
| XYZ | 48.38 | 25.94 | 33.91 | - |
| YUV | 123.38 | 146.42 | 221.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 156 | 0 | 0.80 | 0.39 | 0 | 328.98 | 1 | 0.6 |
| Hex | FF | 32 | 9C | 0 | 50 | 27 | 0 | 149 | 64 | 3C |
| Octal | 377 | 62 | 234 | 0 | 120 | 47 | 0 | 511 | 144 | 74 |
| Binary | 11111111 | 110010 | 10011100 | 0 | 1010000 | 100111 | 0 | 101001001 | 1100100 | 111100 |
Color Harmonies of #FF329C
Complementary color
Monochromatic Colors of #FF329C
Black with #FF329C
Text Example
Text Example
White with #FF329C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF329C; }
p { color: rgb(255,50,156); }
H1.HeaderClassName
{
color: #FF329C;
}
.AnyTagClassName
{
color: #FF329C;
}
</style>
background-color css
<style>
a { background-color: #FF329C; }
a { background-color: rgb(255,50,156); }
div.DivClassName
{
background-color: #FF329C;
}
.BgClassName
{
background-color: #FF329C;
}
</style>
border-color css
<style>
span { border-color: #FF329C; }
span { border-color: rgb(255,50,156); }
td.TdClassName
{
border-color: #FF329C;
}
.TagClassName
{
border-color: #FF329C;
}
</style>