Shades of Wild Strawberry #FC2D96
Tints of Wild Strawberry #FC2D96
RGB
CMYK
RGB Variations
Color information
#FC2D96 (or 0xFC2D96) is known color: Wild Strawberry. HEX triplet: FC, 2D and 96. RGB value is (252,45,150). Sum of RGB (Red+Green+Blue) = 252+45+150=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 45 (17.97% from 255 or 10.07% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2D96 is #03D269. Grayscale: #767676. Windows color (decimal): -250474 or 9842172. OLE color: 9842172.
HSL color Cylindrical-coordinate representation of color #FC2D96: hue angle of 329.57º 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 #FC2D96 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 45 | 150 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.01 |
| HSL | 329.57º | 0.97% | 0.58% | - |
| HSV(B) | 329.57º | 0.82% | 0.99% | - |
| XYZ | 46.59 | 24.77 | 31.18 | - |
| YUV | 118.86 | 145.58 | 222.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 45 | 150 | 0 | 0.82 | 0.40 | 0.01 | 329.57 | 0.97 | 0.58 |
| Hex | FC | 2D | 96 | 0 | 52 | 28 | 1 | 14A | 61 | 3A |
| Octal | 374 | 55 | 226 | 0 | 122 | 50 | 1 | 512 | 141 | 72 |
| Binary | 11111100 | 101101 | 10010110 | 0 | 1010010 | 101000 | 1 | 101001010 | 1100001 | 111010 |
Color Harmonies of #FC2D96
Complementary color
Monochromatic Colors of #FC2D96
Black with #FC2D96
Text Example
Text Example
White with #FC2D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2D96; }
p { color: rgb(252,45,150); }
H1.HeaderClassName
{
color: #FC2D96;
}
.AnyTagClassName
{
color: #FC2D96;
}
</style>
background-color css
<style>
a { background-color: #FC2D96; }
a { background-color: rgb(252,45,150); }
div.DivClassName
{
background-color: #FC2D96;
}
.BgClassName
{
background-color: #FC2D96;
}
</style>
border-color css
<style>
span { border-color: #FC2D96; }
span { border-color: rgb(252,45,150); }
td.TdClassName
{
border-color: #FC2D96;
}
.TagClassName
{
border-color: #FC2D96;
}
</style>