#FE1D7D

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

Shades of Deep Pink #FE1D7D

Tints of Deep Pink #FE1D7D

Color information

#FE1D7D (or 0xFE1D7D) is unknown color: approx Deep Pink. HEX triplet: FE, 1D and 7D. RGB value is (254,29,125). Sum of RGB (Red+Green+Blue) = 254+29+125=408 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.25% from 408); Green value is 29 (11.72% from 255 or 7.11% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1D7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE1D7D is #01E282. Grayscale: #6B6B6B. Windows color (decimal): -123523 or 8199678. OLE color: 8199678.

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

Color convert

RGB25429125-
CMYK00.890.510.00
HSL334.4º99.12%55.49%-
HSV(B)334.4º88.58%99.61%-
XYZ45.0123.4321.55-
YUV107.22138.04232.69-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 62.25%
GREEN value IS 29 (11.72% from 255) = 7.11%
BLUE value IS 125 (49.22% from 255) = 30.64%
R=62.25%
G=7.11%
B=30.64%

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
Decimal2542912500.890.510.00334.499.1255.49
HexFE1D7D05933014e6337
Octal37635175013163051614367
Binary111111101110111111010101100111001101010011101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE1D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE1D7D; }

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

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

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

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

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

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

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

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