Shades of Wild Strawberry #FC2D89
Tints of Wild Strawberry #FC2D89
RGB
CMYK
RGB Variations
Color information
#FC2D89 (or 0xFC2D89) is known color: Wild Strawberry. HEX triplet: FC, 2D and 89. RGB value is (252,45,137). Sum of RGB (Red+Green+Blue) = 252+45+137=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 45 (17.97% from 255 or 10.37% from 434); Blue value is 137 (53.91% from 255 or 31.57% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2D89 is #03D276. Grayscale: #757575. Windows color (decimal): -250487 or 8990204. OLE color: 8990204.
HSL color Cylindrical-coordinate representation of color #FC2D89: hue angle of 333.33º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC2D89 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 45 | 137 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.01 |
| HSL | 333.33º | 0.97% | 0.58% | - |
| HSV(B) | 333.33º | 0.82% | 0.99% | - |
| XYZ | 45.6 | 24.38 | 25.97 | - |
| YUV | 117.38 | 139.08 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 45 | 137 | 0 | 0.82 | 0.46 | 0.01 | 333.33 | 0.97 | 0.58 |
| Hex | FC | 2D | 89 | 0 | 52 | 2E | 1 | 14D | 61 | 3A |
| Octal | 374 | 55 | 211 | 0 | 122 | 56 | 1 | 515 | 141 | 72 |
| Binary | 11111100 | 101101 | 10001001 | 0 | 1010010 | 101110 | 1 | 101001101 | 1100001 | 111010 |
Color Harmonies of #FC2D89
Complementary color
Monochromatic Colors of #FC2D89
Black with #FC2D89
Text Example
Text Example
White with #FC2D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2D89; }
p { color: rgb(252,45,137); }
H1.HeaderClassName
{
color: #FC2D89;
}
.AnyTagClassName
{
color: #FC2D89;
}
</style>
background-color css
<style>
a { background-color: #FC2D89; }
a { background-color: rgb(252,45,137); }
div.DivClassName
{
background-color: #FC2D89;
}
.BgClassName
{
background-color: #FC2D89;
}
</style>
border-color css
<style>
span { border-color: #FC2D89; }
span { border-color: rgb(252,45,137); }
td.TdClassName
{
border-color: #FC2D89;
}
.TagClassName
{
border-color: #FC2D89;
}
</style>