Shades of Wild Strawberry #FC3BA0
Tints of Wild Strawberry #FC3BA0
RGB
CMYK
RGB Variations
Color information
#FC3BA0 (or 0xFC3BA0) is known color: Wild Strawberry. HEX triplet: FC, 3B and A0. RGB value is (252,59,160). Sum of RGB (Red+Green+Blue) = 252+59+160=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 59 (23.44% from 255 or 12.53% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3BA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3BA0 is #03C45F. Grayscale: #808080. Windows color (decimal): -246880 or 10501116. OLE color: 10501116.
HSL color Cylindrical-coordinate representation of color #FC3BA0: hue angle of 328.6º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FC3BA0 is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 59 | 160 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.01 |
| HSL | 328.6º | 0.97% | 0.61% | - |
| HSV(B) | 328.6º | 0.77% | 0.99% | - |
| XYZ | 48.05 | 26.36 | 35.81 | - |
| YUV | 128.22 | 145.94 | 216.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 59 | 160 | 0 | 0.77 | 0.37 | 0.01 | 328.6 | 0.97 | 0.61 |
| Hex | FC | 3B | A0 | 0 | 4D | 25 | 1 | 149 | 61 | 3D |
| Octal | 374 | 73 | 240 | 0 | 115 | 45 | 1 | 511 | 141 | 75 |
| Binary | 11111100 | 111011 | 10100000 | 0 | 1001101 | 100101 | 1 | 101001001 | 1100001 | 111101 |
Color Harmonies of #FC3BA0
Complementary color
Monochromatic Colors of #FC3BA0
Black with #FC3BA0
Text Example
Text Example
White with #FC3BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3BA0; }
p { color: rgb(252,59,160); }
H1.HeaderClassName
{
color: #FC3BA0;
}
.AnyTagClassName
{
color: #FC3BA0;
}
</style>
background-color css
<style>
a { background-color: #FC3BA0; }
a { background-color: rgb(252,59,160); }
div.DivClassName
{
background-color: #FC3BA0;
}
.BgClassName
{
background-color: #FC3BA0;
}
</style>
border-color css
<style>
span { border-color: #FC3BA0; }
span { border-color: rgb(252,59,160); }
td.TdClassName
{
border-color: #FC3BA0;
}
.TagClassName
{
border-color: #FC3BA0;
}
</style>