#FD2C8A

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

Shades of Wild Strawberry #FD2C8A

Tints of Wild Strawberry #FD2C8A

Color information

#FD2C8A (or 0xFD2C8A) is unknown color: approx Wild Strawberry. HEX triplet: FD, 2C and 8A. RGB value is (253,44,138). Sum of RGB (Red+Green+Blue) = 253+44+138=435 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.16% from 435); Green value is 44 (17.58% from 255 or 10.11% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2C8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2C8A is #02D375. Grayscale: #757575. Windows color (decimal): -185206 or 9055485. OLE color: 9055485.

HSL color Cylindrical-coordinate representation of color #FD2C8A: hue angle of 333.01º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD2C8A is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB25344138-
CMYK00.830.450.01
HSL333.01º98.12%58.24%-
HSV(B)333.01º82.61%99.22%-
XYZ4624.5226.35-
YUV117.21139.74224.86-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 58.16%
GREEN value IS 44 (17.58% from 255) = 10.11%
BLUE value IS 138 (54.30% from 255) = 31.72%
R=58.16%
G=10.11%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2534413800.830.450.01333.0198.1258.24
HexFD2C8A0532D114d623a
Octal37554212012355151514272
Binary11111101101100100010100101001110110111010011011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD2C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD2C8A; }

 p { color: rgb(253,44,138); }

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

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

 a { background-color: rgb(253,44,138); }

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

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

 span { border-color: rgb(253,44,138); }

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