Shades of Wild Strawberry #FC329D
Tints of Wild Strawberry #FC329D
RGB
CMYK
RGB Variations
Color information
#FC329D (or 0xFC329D) is known color: Wild Strawberry. HEX triplet: FC, 32 and 9D. RGB value is (252,50,157). Sum of RGB (Red+Green+Blue) = 252+50+157=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 50 (19.92% from 255 or 10.89% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC329D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC329D is #03CD62. Grayscale: #7A7A7A. Windows color (decimal): -249187 or 10302204. OLE color: 10302204.
HSL color Cylindrical-coordinate representation of color #FC329D: hue angle of 328.22º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC329D is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 157 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.01 |
| HSL | 328.22º | 0.97% | 0.59% | - |
| HSV(B) | 328.22º | 0.8% | 0.99% | - |
| XYZ | 47.37 | 25.41 | 34.31 | - |
| YUV | 122.6 | 147.42 | 220.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 157 | 0 | 0.80 | 0.38 | 0.01 | 328.22 | 0.97 | 0.59 |
| Hex | FC | 32 | 9D | 0 | 50 | 26 | 1 | 148 | 61 | 3B |
| Octal | 374 | 62 | 235 | 0 | 120 | 46 | 1 | 510 | 141 | 73 |
| Binary | 11111100 | 110010 | 10011101 | 0 | 1010000 | 100110 | 1 | 101001000 | 1100001 | 111011 |
Color Harmonies of #FC329D
Complementary color
Monochromatic Colors of #FC329D
Black with #FC329D
Text Example
Text Example
White with #FC329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC329D; }
p { color: rgb(252,50,157); }
H1.HeaderClassName
{
color: #FC329D;
}
.AnyTagClassName
{
color: #FC329D;
}
</style>
background-color css
<style>
a { background-color: #FC329D; }
a { background-color: rgb(252,50,157); }
div.DivClassName
{
background-color: #FC329D;
}
.BgClassName
{
background-color: #FC329D;
}
</style>
border-color css
<style>
span { border-color: #FC329D; }
span { border-color: rgb(252,50,157); }
td.TdClassName
{
border-color: #FC329D;
}
.TagClassName
{
border-color: #FC329D;
}
</style>