#FC2D8A

Color #FC2D8A Wild Strawberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Strawberry #FC2D8A

Tints of Wild Strawberry #FC2D8A

Color information

#FC2D8A (or 0xFC2D8A) is unknown color: approx Wild Strawberry. HEX triplet: FC, 2D and 8A. RGB value is (252,45,138). Sum of RGB (Red+Green+Blue) = 252+45+138=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 45 (17.97% from 255 or 10.34% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2D8A is #03D275. Grayscale: #757575. Windows color (decimal): -250486 or 9055740. OLE color: 9055740.

HSL color Cylindrical-coordinate representation of color #FC2D8A: hue angle of 333.04º 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 #FC2D8A is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB25245138-
CMYK00.820.450.01
HSL333.04º97.18%58.24%-
HSV(B)333.04º82.14%98.82%-
XYZ45.6724.4126.35-
YUV117.5139.58223.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 57.93%
GREEN value IS 45 (17.97% from 255) = 10.34%
BLUE value IS 138 (54.30% from 255) = 31.72%
R=57.93%
G=10.34%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2524513800.820.450.01333.0497.1858.24
HexFC2D8A0522D114d613a
Octal37455212012255151514172
Binary11111100101101100010100101001010110111010011011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC2D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC2D8A; }

 p { color: rgb(252,45,138); }

 H1.HeaderClassName
 {
   color: #FC2D8A;
 }
 .AnyTagClassName
 {
   color: #FC2D8A;
 }
</style>
background-color css

<style>
 a { background-color: #FC2D8A; }

 a { background-color: rgb(252,45,138); }

 div.DivClassName
 {
   background-color: #FC2D8A;
 }
 .BgClassName
 {
   background-color: #FC2D8A;
 }
</style>
border-color css

<style>
 span { border-color: #FC2D8A; }

 span { border-color: rgb(252,45,138); }

 td.TdClassName
 {
   border-color: #FC2D8A;
 }
 .TagClassName
 {
   border-color: #FC2D8A;
 }
</style>