Shades of Wild Strawberry #FC3CA0
Tints of Wild Strawberry #FC3CA0
RGB
CMYK
RGB Variations
Color information
#FC3CA0 (or 0xFC3CA0) is known color: Wild Strawberry. HEX triplet: FC, 3C and A0. RGB value is (252,60,160). Sum of RGB (Red+Green+Blue) = 252+60+160=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 60 (23.83% from 255 or 12.71% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3CA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3CA0 is #03C35F. Grayscale: #808080. Windows color (decimal): -246624 or 10501372. OLE color: 10501372.
HSL color Cylindrical-coordinate representation of color #FC3CA0: hue angle of 328.75º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FC3CA0 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 60 | 160 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.01 |
| HSL | 328.75º | 0.97% | 0.61% | - |
| HSV(B) | 328.75º | 0.76% | 0.99% | - |
| XYZ | 48.11 | 26.47 | 35.83 | - |
| YUV | 128.81 | 145.61 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 60 | 160 | 0 | 0.76 | 0.37 | 0.01 | 328.75 | 0.97 | 0.61 |
| Hex | FC | 3C | A0 | 0 | 4C | 25 | 1 | 149 | 61 | 3D |
| Octal | 374 | 74 | 240 | 0 | 114 | 45 | 1 | 511 | 141 | 75 |
| Binary | 11111100 | 111100 | 10100000 | 0 | 1001100 | 100101 | 1 | 101001001 | 1100001 | 111101 |
Color Harmonies of #FC3CA0
Complementary color
Monochromatic Colors of #FC3CA0
Black with #FC3CA0
Text Example
Text Example
White with #FC3CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3CA0; }
p { color: rgb(252,60,160); }
H1.HeaderClassName
{
color: #FC3CA0;
}
.AnyTagClassName
{
color: #FC3CA0;
}
</style>
background-color css
<style>
a { background-color: #FC3CA0; }
a { background-color: rgb(252,60,160); }
div.DivClassName
{
background-color: #FC3CA0;
}
.BgClassName
{
background-color: #FC3CA0;
}
</style>
border-color css
<style>
span { border-color: #FC3CA0; }
span { border-color: rgb(252,60,160); }
td.TdClassName
{
border-color: #FC3CA0;
}
.TagClassName
{
border-color: #FC3CA0;
}
</style>