Shades of Wild Strawberry #FC2B8C
Tints of Wild Strawberry #FC2B8C
RGB
CMYK
RGB Variations
Color information
#FC2B8C (or 0xFC2B8C) is known color: Wild Strawberry. HEX triplet: FC, 2B and 8C. RGB value is (252,43,140). Sum of RGB (Red+Green+Blue) = 252+43+140=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 43 (17.19% from 255 or 9.89% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2B8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2B8C is #03D473. Grayscale: #747474. Windows color (decimal): -250996 or 9186300. OLE color: 9186300.
HSL color Cylindrical-coordinate representation of color #FC2B8C: hue angle of 332.15º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC2B8C is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 43 | 140 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.01 |
| HSL | 332.15º | 0.97% | 0.58% | - |
| HSV(B) | 332.15º | 0.83% | 0.99% | - |
| XYZ | 45.74 | 24.32 | 27.09 | - |
| YUV | 116.55 | 141.24 | 224.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 43 | 140 | 0 | 0.83 | 0.44 | 0.01 | 332.15 | 0.97 | 0.58 |
| Hex | FC | 2B | 8C | 0 | 53 | 2C | 1 | 14C | 61 | 3A |
| Octal | 374 | 53 | 214 | 0 | 123 | 54 | 1 | 514 | 141 | 72 |
| Binary | 11111100 | 101011 | 10001100 | 0 | 1010011 | 101100 | 1 | 101001100 | 1100001 | 111010 |
Color Harmonies of #FC2B8C
Complementary color
Monochromatic Colors of #FC2B8C
Black with #FC2B8C
Text Example
Text Example
White with #FC2B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2B8C; }
p { color: rgb(252,43,140); }
H1.HeaderClassName
{
color: #FC2B8C;
}
.AnyTagClassName
{
color: #FC2B8C;
}
</style>
background-color css
<style>
a { background-color: #FC2B8C; }
a { background-color: rgb(252,43,140); }
div.DivClassName
{
background-color: #FC2B8C;
}
.BgClassName
{
background-color: #FC2B8C;
}
</style>
border-color css
<style>
span { border-color: #FC2B8C; }
span { border-color: rgb(252,43,140); }
td.TdClassName
{
border-color: #FC2B8C;
}
.TagClassName
{
border-color: #FC2B8C;
}
</style>