#FC2290

Color #FC2290 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #FC2290

Tints of Deep Pink #FC2290

Color information

#FC2290 (or 0xFC2290) is unknown color: approx Deep Pink. HEX triplet: FC, 22 and 90. RGB value is (252,34,144). Sum of RGB (Red+Green+Blue) = 252+34+144=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 34 (13.67% from 255 or 7.91% from 430); Blue value is 144 (56.64% from 255 or 33.49% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2290 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2290 is #03DD6F. Grayscale: #6F6F6F. Windows color (decimal): -253296 or 9446140. OLE color: 9446140.

HSL color Cylindrical-coordinate representation of color #FC2290: hue angle of 329.72º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC2290 is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB25234144-
CMYK00.870.430.01
HSL329.72º97.32%56.08%-
HSV(B)329.72º86.51%98.82%-
XYZ45.7523.8528.58-
YUV111.72146.22228.06-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 58.60%
GREEN value IS 34 (13.67% from 255) = 7.91%
BLUE value IS 144 (56.64% from 255) = 33.49%
R=58.60%
G=7.91%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2523414400.870.430.01329.7297.3256.08
HexFC22900572B114a6138
Octal37442220012753151214170
Binary11111100100010100100000101011110101111010010101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC2290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC2290; }

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

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

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

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

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

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

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

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