Shades of Wild Strawberry #FC348D
Tints of Wild Strawberry #FC348D
RGB
CMYK
RGB Variations
Color information
#FC348D (or 0xFC348D) is known color: Wild Strawberry. HEX triplet: FC, 34 and 8D. RGB value is (252,52,141). Sum of RGB (Red+Green+Blue) = 252+52+141=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 52 (20.70% from 255 or 11.69% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC348D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC348D is #03CB72. Grayscale: #797979. Windows color (decimal): -248691 or 9254140. OLE color: 9254140.
HSL color Cylindrical-coordinate representation of color #FC348D: hue angle of 333.3º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FC348D is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 52 | 141 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.01 |
| HSL | 333.3º | 0.97% | 0.6% | - |
| HSV(B) | 333.3º | 0.79% | 0.99% | - |
| XYZ | 46.18 | 25.07 | 27.61 | - |
| YUV | 121.95 | 138.76 | 220.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 52 | 141 | 0 | 0.79 | 0.44 | 0.01 | 333.3 | 0.97 | 0.6 |
| Hex | FC | 34 | 8D | 0 | 4F | 2C | 1 | 14D | 61 | 3C |
| Octal | 374 | 64 | 215 | 0 | 117 | 54 | 1 | 515 | 141 | 74 |
| Binary | 11111100 | 110100 | 10001101 | 0 | 1001111 | 101100 | 1 | 101001101 | 1100001 | 111100 |
Color Harmonies of #FC348D
Complementary color
Monochromatic Colors of #FC348D
Black with #FC348D
Text Example
Text Example
White with #FC348D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC348D; }
p { color: rgb(252,52,141); }
H1.HeaderClassName
{
color: #FC348D;
}
.AnyTagClassName
{
color: #FC348D;
}
</style>
background-color css
<style>
a { background-color: #FC348D; }
a { background-color: rgb(252,52,141); }
div.DivClassName
{
background-color: #FC348D;
}
.BgClassName
{
background-color: #FC348D;
}
</style>
border-color css
<style>
span { border-color: #FC348D; }
span { border-color: rgb(252,52,141); }
td.TdClassName
{
border-color: #FC348D;
}
.TagClassName
{
border-color: #FC348D;
}
</style>