Shades of Wild Strawberry #FC2E8A
Tints of Wild Strawberry #FC2E8A
RGB
CMYK
RGB Variations
Color information
#FC2E8A (or 0xFC2E8A) is known color: Wild Strawberry. HEX triplet: FC, 2E and 8A. RGB value is (252,46,138). Sum of RGB (Red+Green+Blue) = 252+46+138=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 46 (18.36% from 255 or 10.55% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2E8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2E8A is #03D175. Grayscale: #757575. Windows color (decimal): -250230 or 9055996. OLE color: 9055996.
HSL color Cylindrical-coordinate representation of color #FC2E8A: hue angle of 333.2º 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 #FC2E8A is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 46 | 138 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.01 |
| HSL | 333.2º | 0.97% | 0.58% | - |
| HSV(B) | 333.2º | 0.82% | 0.99% | - |
| XYZ | 45.71 | 24.48 | 26.36 | - |
| YUV | 118.08 | 139.25 | 223.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 46 | 138 | 0 | 0.82 | 0.45 | 0.01 | 333.2 | 0.97 | 0.58 |
| Hex | FC | 2E | 8A | 0 | 52 | 2D | 1 | 14D | 61 | 3A |
| Octal | 374 | 56 | 212 | 0 | 122 | 55 | 1 | 515 | 141 | 72 |
| Binary | 11111100 | 101110 | 10001010 | 0 | 1010010 | 101101 | 1 | 101001101 | 1100001 | 111010 |
Color Harmonies of #FC2E8A
Complementary color
Monochromatic Colors of #FC2E8A
Black with #FC2E8A
Text Example
Text Example
White with #FC2E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2E8A; }
p { color: rgb(252,46,138); }
H1.HeaderClassName
{
color: #FC2E8A;
}
.AnyTagClassName
{
color: #FC2E8A;
}
</style>
background-color css
<style>
a { background-color: #FC2E8A; }
a { background-color: rgb(252,46,138); }
div.DivClassName
{
background-color: #FC2E8A;
}
.BgClassName
{
background-color: #FC2E8A;
}
</style>
border-color css
<style>
span { border-color: #FC2E8A; }
span { border-color: rgb(252,46,138); }
td.TdClassName
{
border-color: #FC2E8A;
}
.TagClassName
{
border-color: #FC2E8A;
}
</style>