Shades of Wild Strawberry #FC2D88
Tints of Wild Strawberry #FC2D88
RGB
CMYK
RGB Variations
Color information
#FC2D88 (or 0xFC2D88) is known color: Wild Strawberry. HEX triplet: FC, 2D and 88. RGB value is (252,45,136). Sum of RGB (Red+Green+Blue) = 252+45+136=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 45 (17.97% from 255 or 10.39% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2D88 is #03D277. Grayscale: #757575. Windows color (decimal): -250488 or 8924668. OLE color: 8924668.
HSL color Cylindrical-coordinate representation of color #FC2D88: hue angle of 333.62º 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 #FC2D88 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 45 | 136 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.01 |
| HSL | 333.62º | 0.97% | 0.58% | - |
| HSV(B) | 333.62º | 0.82% | 0.99% | - |
| XYZ | 45.53 | 24.35 | 25.59 | - |
| YUV | 117.27 | 138.58 | 224.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 45 | 136 | 0 | 0.82 | 0.46 | 0.01 | 333.62 | 0.97 | 0.58 |
| Hex | FC | 2D | 88 | 0 | 52 | 2E | 1 | 14E | 61 | 3A |
| Octal | 374 | 55 | 210 | 0 | 122 | 56 | 1 | 516 | 141 | 72 |
| Binary | 11111100 | 101101 | 10001000 | 0 | 1010010 | 101110 | 1 | 101001110 | 1100001 | 111010 |
Color Harmonies of #FC2D88
Complementary color
Monochromatic Colors of #FC2D88
Black with #FC2D88
Text Example
Text Example
White with #FC2D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2D88; }
p { color: rgb(252,45,136); }
H1.HeaderClassName
{
color: #FC2D88;
}
.AnyTagClassName
{
color: #FC2D88;
}
</style>
background-color css
<style>
a { background-color: #FC2D88; }
a { background-color: rgb(252,45,136); }
div.DivClassName
{
background-color: #FC2D88;
}
.BgClassName
{
background-color: #FC2D88;
}
</style>
border-color css
<style>
span { border-color: #FC2D88; }
span { border-color: rgb(252,45,136); }
td.TdClassName
{
border-color: #FC2D88;
}
.TagClassName
{
border-color: #FC2D88;
}
</style>