Shades of Wild Strawberry #FF329B
Tints of Wild Strawberry #FF329B
RGB
CMYK
RGB Variations
Color information
#FF329B (or 0xFF329B) is known color: Wild Strawberry. HEX triplet: FF, 32 and 9B. RGB value is (255,50,155). Sum of RGB (Red+Green+Blue) = 255+50+155=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 50 (19.92% from 255 or 10.87% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FF329B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF329B is #00CD64. Grayscale: #7B7B7B. Windows color (decimal): -52581 or 10171135. OLE color: 10171135.
HSL color Cylindrical-coordinate representation of color #FF329B: hue angle of 329.27º 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 #FF329B is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 155 | - |
| CMYK | 0 | 0.80 | 0.39 | 0 |
| HSL | 329.27º | 1% | 0.6% | - |
| HSV(B) | 329.27º | 0.8% | 1% | - |
| XYZ | 48.3 | 25.91 | 33.47 | - |
| YUV | 123.27 | 145.92 | 221.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 155 | 0 | 0.80 | 0.39 | 0 | 329.27 | 1 | 0.6 |
| Hex | FF | 32 | 9B | 0 | 50 | 27 | 0 | 149 | 64 | 3C |
| Octal | 377 | 62 | 233 | 0 | 120 | 47 | 0 | 511 | 144 | 74 |
| Binary | 11111111 | 110010 | 10011011 | 0 | 1010000 | 100111 | 0 | 101001001 | 1100100 | 111100 |
Color Harmonies of #FF329B
Complementary color
Monochromatic Colors of #FF329B
Black with #FF329B
Text Example
Text Example
White with #FF329B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF329B; }
p { color: rgb(255,50,155); }
H1.HeaderClassName
{
color: #FF329B;
}
.AnyTagClassName
{
color: #FF329B;
}
</style>
background-color css
<style>
a { background-color: #FF329B; }
a { background-color: rgb(255,50,155); }
div.DivClassName
{
background-color: #FF329B;
}
.BgClassName
{
background-color: #FF329B;
}
</style>
border-color css
<style>
span { border-color: #FF329B; }
span { border-color: rgb(255,50,155); }
td.TdClassName
{
border-color: #FF329B;
}
.TagClassName
{
border-color: #FF329B;
}
</style>