Shades of Wild Strawberry #FC2F89
Tints of Wild Strawberry #FC2F89
RGB
CMYK
RGB Variations
Color information
#FC2F89 (or 0xFC2F89) is known color: Wild Strawberry. HEX triplet: FC, 2F and 89. RGB value is (252,47,137). Sum of RGB (Red+Green+Blue) = 252+47+137=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 47 (18.75% from 255 or 10.78% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2F89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2F89 is #03D076. Grayscale: #767676. Windows color (decimal): -249975 or 8990716. OLE color: 8990716.
HSL color Cylindrical-coordinate representation of color #FC2F89: hue angle of 333.66º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC2F89 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 47 | 137 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.01 |
| HSL | 333.66º | 0.97% | 0.59% | - |
| HSV(B) | 333.66º | 0.81% | 0.99% | - |
| XYZ | 45.68 | 24.53 | 26 | - |
| YUV | 118.56 | 138.42 | 223.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 47 | 137 | 0 | 0.81 | 0.46 | 0.01 | 333.66 | 0.97 | 0.59 |
| Hex | FC | 2F | 89 | 0 | 51 | 2E | 1 | 14E | 61 | 3B |
| Octal | 374 | 57 | 211 | 0 | 121 | 56 | 1 | 516 | 141 | 73 |
| Binary | 11111100 | 101111 | 10001001 | 0 | 1010001 | 101110 | 1 | 101001110 | 1100001 | 111011 |
Color Harmonies of #FC2F89
Complementary color
Monochromatic Colors of #FC2F89
Black with #FC2F89
Text Example
Text Example
White with #FC2F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2F89; }
p { color: rgb(252,47,137); }
H1.HeaderClassName
{
color: #FC2F89;
}
.AnyTagClassName
{
color: #FC2F89;
}
</style>
background-color css
<style>
a { background-color: #FC2F89; }
a { background-color: rgb(252,47,137); }
div.DivClassName
{
background-color: #FC2F89;
}
.BgClassName
{
background-color: #FC2F89;
}
</style>
border-color css
<style>
span { border-color: #FC2F89; }
span { border-color: rgb(252,47,137); }
td.TdClassName
{
border-color: #FC2F89;
}
.TagClassName
{
border-color: #FC2F89;
}
</style>