#FE5EB1

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

Shades of Hot Pink #FE5EB1

Tints of Hot Pink #FE5EB1

Color information

#FE5EB1 (or 0xFE5EB1) is unknown color: approx Hot Pink. HEX triplet: FE, 5E and B1. RGB value is (254,94,177). Sum of RGB (Red+Green+Blue) = 254+94+177=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 94 (37.11% from 255 or 17.90% from 525); Blue value is 177 (69.53% from 255 or 33.71% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5EB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5EB1 is #01A14E. Grayscale: #979797. Windows color (decimal): -106831 or 11624190. OLE color: 11624190.

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

Color convert

RGB25494177-
CMYK00.630.300.00
HSL328.88º98.77%68.24%-
HSV(B)328.88º62.99%99.61%-
XYZ52.8132.2545.04-
YUV151.3142.51201.25-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.38%
GREEN value IS 94 (37.11% from 255) = 17.90%
BLUE value IS 177 (69.53% from 255) = 33.71%
R=48.38%
G=17.90%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549417700.630.300.00328.8898.7768.24
HexFE5EB103F1E01496344
Octal376136261077360511143104
Binary11111110101111010110001011111111110010100100111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5EB1; }

 p { color: rgb(254,94,177); }

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

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

 a { background-color: rgb(254,94,177); }

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

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

 span { border-color: rgb(254,94,177); }

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