Shades of Wild Strawberry #FC3CA8
Tints of Wild Strawberry #FC3CA8
RGB
CMYK
RGB Variations
Color information
#FC3CA8 (or 0xFC3CA8) is known color: Wild Strawberry. HEX triplet: FC, 3C and A8. RGB value is (252,60,168). Sum of RGB (Red+Green+Blue) = 252+60+168=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 60 (23.83% from 255 or 12.5% from 480); Blue value is 168 (66.02% from 255 or 35% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3CA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3CA8 is #03C357. Grayscale: #818181. Windows color (decimal): -246616 or 11025660. OLE color: 11025660.
HSL color Cylindrical-coordinate representation of color #FC3CA8: hue angle of 326.25º 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 #FC3CA8 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 60 | 168 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.01 |
| HSL | 326.25º | 0.97% | 0.61% | - |
| HSV(B) | 326.25º | 0.76% | 0.99% | - |
| XYZ | 48.83 | 26.75 | 39.64 | - |
| YUV | 129.72 | 149.61 | 215.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 60 | 168 | 0 | 0.76 | 0.33 | 0.01 | 326.25 | 0.97 | 0.61 |
| Hex | FC | 3C | A8 | 0 | 4C | 21 | 1 | 146 | 61 | 3D |
| Octal | 374 | 74 | 250 | 0 | 114 | 41 | 1 | 506 | 141 | 75 |
| Binary | 11111100 | 111100 | 10101000 | 0 | 1001100 | 100001 | 1 | 101000110 | 1100001 | 111101 |
Color Harmonies of #FC3CA8
Complementary color
Monochromatic Colors of #FC3CA8
Black with #FC3CA8
Text Example
Text Example
White with #FC3CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3CA8; }
p { color: rgb(252,60,168); }
H1.HeaderClassName
{
color: #FC3CA8;
}
.AnyTagClassName
{
color: #FC3CA8;
}
</style>
background-color css
<style>
a { background-color: #FC3CA8; }
a { background-color: rgb(252,60,168); }
div.DivClassName
{
background-color: #FC3CA8;
}
.BgClassName
{
background-color: #FC3CA8;
}
</style>
border-color css
<style>
span { border-color: #FC3CA8; }
span { border-color: rgb(252,60,168); }
td.TdClassName
{
border-color: #FC3CA8;
}
.TagClassName
{
border-color: #FC3CA8;
}
</style>