Shades of Wild Strawberry #FC40AC
Tints of Wild Strawberry #FC40AC
RGB
CMYK
RGB Variations
Color information
#FC40AC (or 0xFC40AC) is known color: Wild Strawberry. HEX triplet: FC, 40 and AC. RGB value is (252,64,172). Sum of RGB (Red+Green+Blue) = 252+64+172=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 64 (25.39% from 255 or 13.11% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC40AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC40AC is #03BF53. Grayscale: #848484. Windows color (decimal): -245588 or 11288828. OLE color: 11288828.
HSL color Cylindrical-coordinate representation of color #FC40AC: hue angle of 325.53º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC40AC is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 172 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.01 |
| HSL | 325.53º | 0.97% | 0.62% | - |
| HSV(B) | 325.53º | 0.75% | 0.99% | - |
| XYZ | 49.42 | 27.34 | 41.7 | - |
| YUV | 132.52 | 150.28 | 213.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 172 | 0 | 0.75 | 0.32 | 0.01 | 325.53 | 0.97 | 0.62 |
| Hex | FC | 40 | AC | 0 | 4B | 20 | 1 | 146 | 61 | 3E |
| Octal | 374 | 100 | 254 | 0 | 113 | 40 | 1 | 506 | 141 | 76 |
| Binary | 11111100 | 1000000 | 10101100 | 0 | 1001011 | 100000 | 1 | 101000110 | 1100001 | 111110 |
Color Harmonies of #FC40AC
Complementary color
Monochromatic Colors of #FC40AC
Black with #FC40AC
Text Example
Text Example
White with #FC40AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC40AC; }
p { color: rgb(252,64,172); }
H1.HeaderClassName
{
color: #FC40AC;
}
.AnyTagClassName
{
color: #FC40AC;
}
</style>
background-color css
<style>
a { background-color: #FC40AC; }
a { background-color: rgb(252,64,172); }
div.DivClassName
{
background-color: #FC40AC;
}
.BgClassName
{
background-color: #FC40AC;
}
</style>
border-color css
<style>
span { border-color: #FC40AC; }
span { border-color: rgb(252,64,172); }
td.TdClassName
{
border-color: #FC40AC;
}
.TagClassName
{
border-color: #FC40AC;
}
</style>