Shades of Wild Strawberry #FC338D
Tints of Wild Strawberry #FC338D
RGB
CMYK
RGB Variations
Color information
#FC338D (or 0xFC338D) is known color: Wild Strawberry. HEX triplet: FC, 33 and 8D. RGB value is (252,51,141). Sum of RGB (Red+Green+Blue) = 252+51+141=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 51 (20.31% from 255 or 11.49% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FC338D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC338D is #03CC72. Grayscale: #797979. Windows color (decimal): -248947 or 9253884. OLE color: 9253884.
HSL color Cylindrical-coordinate representation of color #FC338D: hue angle of 333.13º 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 #FC338D is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 51 | 141 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.01 |
| HSL | 333.13º | 0.97% | 0.59% | - |
| HSV(B) | 333.13º | 0.8% | 0.99% | - |
| XYZ | 46.14 | 24.99 | 27.59 | - |
| YUV | 121.36 | 139.09 | 221.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 51 | 141 | 0 | 0.80 | 0.44 | 0.01 | 333.13 | 0.97 | 0.59 |
| Hex | FC | 33 | 8D | 0 | 50 | 2C | 1 | 14D | 61 | 3B |
| Octal | 374 | 63 | 215 | 0 | 120 | 54 | 1 | 515 | 141 | 73 |
| Binary | 11111100 | 110011 | 10001101 | 0 | 1010000 | 101100 | 1 | 101001101 | 1100001 | 111011 |
Color Harmonies of #FC338D
Complementary color
Monochromatic Colors of #FC338D
Black with #FC338D
Text Example
Text Example
White with #FC338D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC338D; }
p { color: rgb(252,51,141); }
H1.HeaderClassName
{
color: #FC338D;
}
.AnyTagClassName
{
color: #FC338D;
}
</style>
background-color css
<style>
a { background-color: #FC338D; }
a { background-color: rgb(252,51,141); }
div.DivClassName
{
background-color: #FC338D;
}
.BgClassName
{
background-color: #FC338D;
}
</style>
border-color css
<style>
span { border-color: #FC338D; }
span { border-color: rgb(252,51,141); }
td.TdClassName
{
border-color: #FC338D;
}
.TagClassName
{
border-color: #FC338D;
}
</style>