#FC2D90

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

Shades of Wild Strawberry #FC2D90

Tints of Wild Strawberry #FC2D90

Color information

#FC2D90 (or 0xFC2D90) is unknown color: approx Wild Strawberry. HEX triplet: FC, 2D and 90. RGB value is (252,45,144). Sum of RGB (Red+Green+Blue) = 252+45+144=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 45 (17.97% from 255 or 10.20% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2D90 is #03D26F. Grayscale: #757575. Windows color (decimal): -250480 or 9448956. OLE color: 9448956.

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

Color convert

RGB25245144-
CMYK00.820.430.01
HSL331.3º97.18%58.24%-
HSV(B)331.3º82.14%98.82%-
XYZ46.1224.5928.7-
YUV118.18142.58223.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 57.14%
GREEN value IS 45 (17.97% from 255) = 10.20%
BLUE value IS 144 (56.64% from 255) = 32.65%
R=57.14%
G=10.20%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2524514400.820.430.01331.397.1858.24
HexFC2D900522B114b613a
Octal37455220012253151314172
Binary11111100101101100100000101001010101111010010111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC2D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC2D90; }

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

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

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

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

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

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

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

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