Shades of Wild Strawberry #FC329B
Tints of Wild Strawberry #FC329B
RGB
CMYK
RGB Variations
Color information
#FC329B (or 0xFC329B) is known color: Wild Strawberry. HEX triplet: FC, 32 and 9B. RGB value is (252,50,155). Sum of RGB (Red+Green+Blue) = 252+50+155=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 50 (19.92% from 255 or 10.94% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FC329B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC329B is #03CD64. Grayscale: #7A7A7A. Windows color (decimal): -249189 or 10171132. OLE color: 10171132.
HSL color Cylindrical-coordinate representation of color #FC329B: hue angle of 328.81º 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 #FC329B is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 155 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.01 |
| HSL | 328.81º | 0.97% | 0.59% | - |
| HSV(B) | 328.81º | 0.8% | 0.99% | - |
| XYZ | 47.2 | 25.34 | 33.41 | - |
| YUV | 122.37 | 146.42 | 220.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 155 | 0 | 0.80 | 0.38 | 0.01 | 328.81 | 0.97 | 0.59 |
| Hex | FC | 32 | 9B | 0 | 50 | 26 | 1 | 149 | 61 | 3B |
| Octal | 374 | 62 | 233 | 0 | 120 | 46 | 1 | 511 | 141 | 73 |
| Binary | 11111100 | 110010 | 10011011 | 0 | 1010000 | 100110 | 1 | 101001001 | 1100001 | 111011 |
Color Harmonies of #FC329B
Complementary color
Monochromatic Colors of #FC329B
Black with #FC329B
Text Example
Text Example
White with #FC329B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC329B; }
p { color: rgb(252,50,155); }
H1.HeaderClassName
{
color: #FC329B;
}
.AnyTagClassName
{
color: #FC329B;
}
</style>
background-color css
<style>
a { background-color: #FC329B; }
a { background-color: rgb(252,50,155); }
div.DivClassName
{
background-color: #FC329B;
}
.BgClassName
{
background-color: #FC329B;
}
</style>
border-color css
<style>
span { border-color: #FC329B; }
span { border-color: rgb(252,50,155); }
td.TdClassName
{
border-color: #FC329B;
}
.TagClassName
{
border-color: #FC329B;
}
</style>