Shades of Wild Strawberry #FC348C
Tints of Wild Strawberry #FC348C
RGB
CMYK
RGB Variations
Color information
#FC348C (or 0xFC348C) is known color: Wild Strawberry. HEX triplet: FC, 34 and 8C. RGB value is (252,52,140). Sum of RGB (Red+Green+Blue) = 252+52+140=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 52 (20.70% from 255 or 11.71% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FC348C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC348C is #03CB73. Grayscale: #797979. Windows color (decimal): -248692 or 9188604. OLE color: 9188604.
HSL color Cylindrical-coordinate representation of color #FC348C: hue angle of 333.6º 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 #FC348C is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 52 | 140 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.01 |
| HSL | 333.6º | 0.97% | 0.6% | - |
| HSV(B) | 333.6º | 0.79% | 0.99% | - |
| XYZ | 46.11 | 25.04 | 27.22 | - |
| YUV | 121.83 | 138.26 | 220.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 52 | 140 | 0 | 0.79 | 0.44 | 0.01 | 333.6 | 0.97 | 0.6 |
| Hex | FC | 34 | 8C | 0 | 4F | 2C | 1 | 14E | 61 | 3C |
| Octal | 374 | 64 | 214 | 0 | 117 | 54 | 1 | 516 | 141 | 74 |
| Binary | 11111100 | 110100 | 10001100 | 0 | 1001111 | 101100 | 1 | 101001110 | 1100001 | 111100 |
Color Harmonies of #FC348C
Complementary color
Monochromatic Colors of #FC348C
Black with #FC348C
Text Example
Text Example
White with #FC348C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC348C; }
p { color: rgb(252,52,140); }
H1.HeaderClassName
{
color: #FC348C;
}
.AnyTagClassName
{
color: #FC348C;
}
</style>
background-color css
<style>
a { background-color: #FC348C; }
a { background-color: rgb(252,52,140); }
div.DivClassName
{
background-color: #FC348C;
}
.BgClassName
{
background-color: #FC348C;
}
</style>
border-color css
<style>
span { border-color: #FC348C; }
span { border-color: rgb(252,52,140); }
td.TdClassName
{
border-color: #FC348C;
}
.TagClassName
{
border-color: #FC348C;
}
</style>