#FC1D96

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

Shades of Deep Pink #FC1D96

Tints of Deep Pink #FC1D96

Color information

#FC1D96 (or 0xFC1D96) is unknown color: approx Deep Pink. HEX triplet: FC, 1D and 96. RGB value is (252,29,150). Sum of RGB (Red+Green+Blue) = 252+29+150=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 29 (11.72% from 255 or 6.73% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1D96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1D96 is #03E269. Grayscale: #6D6D6D. Windows color (decimal): -254570 or 9838076. OLE color: 9838076.

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

Color convert

RGB25229150-
CMYK00.880.400.01
HSL327.44º97.38%55.1%-
HSV(B)327.44º88.49%98.82%-
XYZ46.0923.7831.01-
YUV109.47150.88229.66-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 58.47%
GREEN value IS 29 (11.72% from 255) = 6.73%
BLUE value IS 150 (58.98% from 255) = 34.80%
R=58.47%
G=6.73%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522915000.880.400.01327.4497.3855.1
HexFC1D960582811476137
Octal37435226013050150714167
Binary1111110011101100101100101100010100011010001111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC1D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC1D96; }

 p { color: rgb(252,29,150); }

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

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

 a { background-color: rgb(252,29,150); }

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

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

 span { border-color: rgb(252,29,150); }

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