#FE057E

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

Shades of Deep Pink #FE057E

Tints of Deep Pink #FE057E

Color information

#FE057E (or 0xFE057E) is unknown color: approx Deep Pink. HEX triplet: FE, 05 and 7E. RGB value is (254,5,126). Sum of RGB (Red+Green+Blue) = 254+5+126=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 5 (2.34% from 255 or 1.30% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE057E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE057E is #01FA81. Grayscale: #5D5D5D. Windows color (decimal): -129666 or 8259070. OLE color: 8259070.

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

Color convert

RGB2545126-
CMYK00.980.500.00
HSL330.84º99.2%50.78%-
HSV(B)330.84º98.03%99.61%-
XYZ44.6922.6921.76-
YUV93.24146.49242.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 65.97%
GREEN value IS 5 (2.34% from 255) = 1.30%
BLUE value IS 126 (49.61% from 255) = 32.73%
R=65.97%
G=1.30%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254512600.980.500.00330.8499.250.78
HexFE57E06232014b6333
Octal3765176014262051314363
Binary1111111010111111100110001011001001010010111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE057E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE057E; }

 p { color: rgb(254,5,126); }

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

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

 a { background-color: rgb(254,5,126); }

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

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

 span { border-color: rgb(254,5,126); }

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