Shades of Wild Strawberry #FC328E
Tints of Wild Strawberry #FC328E
RGB
CMYK
RGB Variations
Color information
#FC328E (or 0xFC328E) is known color: Wild Strawberry. HEX triplet: FC, 32 and 8E. RGB value is (252,50,142). Sum of RGB (Red+Green+Blue) = 252+50+142=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 50 (19.92% from 255 or 11.26% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FC328E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC328E is #03CD71. Grayscale: #787878. Windows color (decimal): -249202 or 9319164. OLE color: 9319164.
HSL color Cylindrical-coordinate representation of color #FC328E: hue angle of 332.67º 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 #FC328E is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 142 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.01 |
| HSL | 332.67º | 0.97% | 0.59% | - |
| HSV(B) | 332.67º | 0.8% | 0.99% | - |
| XYZ | 46.17 | 24.93 | 27.97 | - |
| YUV | 120.89 | 139.92 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 142 | 0 | 0.80 | 0.44 | 0.01 | 332.67 | 0.97 | 0.59 |
| Hex | FC | 32 | 8E | 0 | 50 | 2C | 1 | 14D | 61 | 3B |
| Octal | 374 | 62 | 216 | 0 | 120 | 54 | 1 | 515 | 141 | 73 |
| Binary | 11111100 | 110010 | 10001110 | 0 | 1010000 | 101100 | 1 | 101001101 | 1100001 | 111011 |
Color Harmonies of #FC328E
Complementary color
Monochromatic Colors of #FC328E
Black with #FC328E
Text Example
Text Example
White with #FC328E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC328E; }
p { color: rgb(252,50,142); }
H1.HeaderClassName
{
color: #FC328E;
}
.AnyTagClassName
{
color: #FC328E;
}
</style>
background-color css
<style>
a { background-color: #FC328E; }
a { background-color: rgb(252,50,142); }
div.DivClassName
{
background-color: #FC328E;
}
.BgClassName
{
background-color: #FC328E;
}
</style>
border-color css
<style>
span { border-color: #FC328E; }
span { border-color: rgb(252,50,142); }
td.TdClassName
{
border-color: #FC328E;
}
.TagClassName
{
border-color: #FC328E;
}
</style>