Shades of Wild Strawberry #FC2B8A
Tints of Wild Strawberry #FC2B8A
RGB
CMYK
RGB Variations
Color information
#FC2B8A (or 0xFC2B8A) is known color: Wild Strawberry. HEX triplet: FC, 2B and 8A. RGB value is (252,43,138). Sum of RGB (Red+Green+Blue) = 252+43+138=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 43 (17.19% from 255 or 9.93% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2B8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2B8A is #03D475. Grayscale: #747474. Windows color (decimal): -250998 or 9055228. OLE color: 9055228.
HSL color Cylindrical-coordinate representation of color #FC2B8A: hue angle of 332.73º 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 #FC2B8A is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 43 | 138 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.01 |
| HSL | 332.73º | 0.97% | 0.58% | - |
| HSV(B) | 332.73º | 0.83% | 0.99% | - |
| XYZ | 45.6 | 24.26 | 26.32 | - |
| YUV | 116.32 | 140.24 | 224.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 43 | 138 | 0 | 0.83 | 0.45 | 0.01 | 332.73 | 0.97 | 0.58 |
| Hex | FC | 2B | 8A | 0 | 53 | 2D | 1 | 14D | 61 | 3A |
| Octal | 374 | 53 | 212 | 0 | 123 | 55 | 1 | 515 | 141 | 72 |
| Binary | 11111100 | 101011 | 10001010 | 0 | 1010011 | 101101 | 1 | 101001101 | 1100001 | 111010 |
Color Harmonies of #FC2B8A
Complementary color
Monochromatic Colors of #FC2B8A
Black with #FC2B8A
Text Example
Text Example
White with #FC2B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2B8A; }
p { color: rgb(252,43,138); }
H1.HeaderClassName
{
color: #FC2B8A;
}
.AnyTagClassName
{
color: #FC2B8A;
}
</style>
background-color css
<style>
a { background-color: #FC2B8A; }
a { background-color: rgb(252,43,138); }
div.DivClassName
{
background-color: #FC2B8A;
}
.BgClassName
{
background-color: #FC2B8A;
}
</style>
border-color css
<style>
span { border-color: #FC2B8A; }
span { border-color: rgb(252,43,138); }
td.TdClassName
{
border-color: #FC2B8A;
}
.TagClassName
{
border-color: #FC2B8A;
}
</style>