#FC227C

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

Shades of Deep Pink #FC227C

Tints of Deep Pink #FC227C

Color information

#FC227C (or 0xFC227C) is unknown color: approx Deep Pink. HEX triplet: FC, 22 and 7C. RGB value is (252,34,124). Sum of RGB (Red+Green+Blue) = 252+34+124=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 34 (13.67% from 255 or 8.29% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC227C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC227C is #03DD83. Grayscale: #6D6D6D. Windows color (decimal): -253316 or 8135420. OLE color: 8135420.

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

Color convert

RGB25234124-
CMYK00.870.510.01
HSL335.23º97.32%56.08%-
HSV(B)335.23º86.51%98.82%-
XYZ44.3623.2921.23-
YUV109.44136.22229.68-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 61.46%
GREEN value IS 34 (13.67% from 255) = 8.29%
BLUE value IS 124 (48.83% from 255) = 30.24%
R=61.46%
G=8.29%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2523412400.870.510.01335.2397.3256.08
HexFC227C05733114f6138
Octal37442174012763151714170
Binary1111110010001011111000101011111001111010011111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC227C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC227C; }

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

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

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

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

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

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

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

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