#FE1D7C

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

Shades of Deep Pink #FE1D7C

Tints of Deep Pink #FE1D7C

Color information

#FE1D7C (or 0xFE1D7C) is unknown color: approx Deep Pink. HEX triplet: FE, 1D and 7C. RGB value is (254,29,124). Sum of RGB (Red+Green+Blue) = 254+29+124=407 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.41% from 407); Green value is 29 (11.72% from 255 or 7.13% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1D7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE1D7C is #01E283. Grayscale: #6A6A6A. Windows color (decimal): -123524 or 8134142. OLE color: 8134142.

HSL color Cylindrical-coordinate representation of color #FE1D7C: hue angle of 334.67º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE1D7C is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB25429124-
CMYK00.890.510.00
HSL334.67º99.12%55.49%-
HSV(B)334.67º88.58%99.61%-
XYZ44.9523.421.22-
YUV107.1137.54232.78-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 62.41%
GREEN value IS 29 (11.72% from 255) = 7.13%
BLUE value IS 124 (48.83% from 255) = 30.47%
R=62.41%
G=7.13%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.51
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542912400.890.510.00334.6799.1255.49
HexFE1D7C05933014f6337
Octal37635174013163051714367
Binary111111101110111111000101100111001101010011111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE1D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE1D7C; }

 p { color: rgb(254,29,124); }

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

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

 a { background-color: rgb(254,29,124); }

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

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

 span { border-color: rgb(254,29,124); }

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