Shades of Wild Strawberry #FC2D84
Tints of Wild Strawberry #FC2D84
RGB
CMYK
RGB Variations
Color information
#FC2D84 (or 0xFC2D84) is known color: Wild Strawberry. HEX triplet: FC, 2D and 84. RGB value is (252,45,132). Sum of RGB (Red+Green+Blue) = 252+45+132=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 45 (17.97% from 255 or 10.49% from 429); Blue value is 132 (51.95% from 255 or 30.77% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2D84 is #03D27B. Grayscale: #747474. Windows color (decimal): -250492 or 8662524. OLE color: 8662524.
HSL color Cylindrical-coordinate representation of color #FC2D84: hue angle of 334.78º 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 #FC2D84 is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 45 | 132 | - |
| CMYK | 0 | 0.82 | 0.48 | 0.01 |
| HSL | 334.78º | 0.97% | 0.58% | - |
| HSV(B) | 334.78º | 0.82% | 0.99% | - |
| XYZ | 45.25 | 24.24 | 24.12 | - |
| YUV | 116.81 | 136.58 | 224.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 45 | 132 | 0 | 0.82 | 0.48 | 0.01 | 334.78 | 0.97 | 0.58 |
| Hex | FC | 2D | 84 | 0 | 52 | 30 | 1 | 14F | 61 | 3A |
| Octal | 374 | 55 | 204 | 0 | 122 | 60 | 1 | 517 | 141 | 72 |
| Binary | 11111100 | 101101 | 10000100 | 0 | 1010010 | 110000 | 1 | 101001111 | 1100001 | 111010 |
Color Harmonies of #FC2D84
Complementary color
Monochromatic Colors of #FC2D84
Black with #FC2D84
Text Example
Text Example
White with #FC2D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2D84; }
p { color: rgb(252,45,132); }
H1.HeaderClassName
{
color: #FC2D84;
}
.AnyTagClassName
{
color: #FC2D84;
}
</style>
background-color css
<style>
a { background-color: #FC2D84; }
a { background-color: rgb(252,45,132); }
div.DivClassName
{
background-color: #FC2D84;
}
.BgClassName
{
background-color: #FC2D84;
}
</style>
border-color css
<style>
span { border-color: #FC2D84; }
span { border-color: rgb(252,45,132); }
td.TdClassName
{
border-color: #FC2D84;
}
.TagClassName
{
border-color: #FC2D84;
}
</style>