Shades of Wild Strawberry #FC329A
Tints of Wild Strawberry #FC329A
RGB
CMYK
RGB Variations
Color information
#FC329A (or 0xFC329A) is known color: Wild Strawberry. HEX triplet: FC, 32 and 9A. RGB value is (252,50,154). Sum of RGB (Red+Green+Blue) = 252+50+154=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 50 (19.92% from 255 or 10.96% from 456); Blue value is 154 (60.55% from 255 or 33.77% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FC329A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC329A is #03CD65. Grayscale: #7A7A7A. Windows color (decimal): -249190 or 10105596. OLE color: 10105596.
HSL color Cylindrical-coordinate representation of color #FC329A: hue angle of 329.11º 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 #FC329A is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 154 | - |
| CMYK | 0 | 0.80 | 0.39 | 0.01 |
| HSL | 329.11º | 0.97% | 0.59% | - |
| HSV(B) | 329.11º | 0.8% | 0.99% | - |
| XYZ | 47.12 | 25.31 | 32.97 | - |
| YUV | 122.25 | 145.92 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 154 | 0 | 0.80 | 0.39 | 0.01 | 329.11 | 0.97 | 0.59 |
| Hex | FC | 32 | 9A | 0 | 50 | 27 | 1 | 149 | 61 | 3B |
| Octal | 374 | 62 | 232 | 0 | 120 | 47 | 1 | 511 | 141 | 73 |
| Binary | 11111100 | 110010 | 10011010 | 0 | 1010000 | 100111 | 1 | 101001001 | 1100001 | 111011 |
Color Harmonies of #FC329A
Complementary color
Monochromatic Colors of #FC329A
Black with #FC329A
Text Example
Text Example
White with #FC329A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC329A; }
p { color: rgb(252,50,154); }
H1.HeaderClassName
{
color: #FC329A;
}
.AnyTagClassName
{
color: #FC329A;
}
</style>
background-color css
<style>
a { background-color: #FC329A; }
a { background-color: rgb(252,50,154); }
div.DivClassName
{
background-color: #FC329A;
}
.BgClassName
{
background-color: #FC329A;
}
</style>
border-color css
<style>
span { border-color: #FC329A; }
span { border-color: rgb(252,50,154); }
td.TdClassName
{
border-color: #FC329A;
}
.TagClassName
{
border-color: #FC329A;
}
</style>