#FC1E80

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

Shades of Deep Pink #FC1E80

Tints of Deep Pink #FC1E80

Color information

#FC1E80 (or 0xFC1E80) is unknown color: approx Deep Pink. HEX triplet: FC, 1E and 80. RGB value is (252,30,128). Sum of RGB (Red+Green+Blue) = 252+30+128=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 30 (12.11% from 255 or 7.32% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1E80 is #03E17F. Grayscale: #6B6B6B. Windows color (decimal): -254336 or 8396540. OLE color: 8396540.

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

Color convert

RGB25230128-
CMYK00.880.490.01
HSL333.51º97.37%55.29%-
HSV(B)333.51º88.1%98.82%-
XYZ44.5123.1822.55-
YUV107.55139.55231.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 61.46%
GREEN value IS 30 (12.11% from 255) = 7.32%
BLUE value IS 128 (50.39% from 255) = 31.22%
R=61.46%
G=7.32%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2523012800.880.490.01333.5197.3755.29
HexFC1E8005831114e6137
Octal37436200013061151614167
Binary1111110011110100000000101100011000111010011101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC1E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC1E80; }

 p { color: rgb(252,30,128); }

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

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

 a { background-color: rgb(252,30,128); }

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

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

 span { border-color: rgb(252,30,128); }

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