#FE5EAF

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

Shades of Hot Pink #FE5EAF

Tints of Hot Pink #FE5EAF

Color information

#FE5EAF (or 0xFE5EAF) is unknown color: approx Hot Pink. HEX triplet: FE, 5E and AF. RGB value is (254,94,175). Sum of RGB (Red+Green+Blue) = 254+94+175=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 94 (37.11% from 255 or 17.97% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5EAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5EAF is #01A150. Grayscale: #969696. Windows color (decimal): -106833 or 11493118. OLE color: 11493118.

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

Color convert

RGB25494175-
CMYK00.630.310.00
HSL329.62º98.77%68.24%-
HSV(B)329.62º62.99%99.61%-
XYZ52.6132.1743.99-
YUV151.07141.51201.41-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.57%
GREEN value IS 94 (37.11% from 255) = 17.97%
BLUE value IS 175 (68.75% from 255) = 33.46%
R=48.57%
G=17.97%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549417500.630.310.00329.6298.7768.24
HexFE5EAF03F1F014a6344
Octal376136257077370512143104
Binary11111110101111010101111011111111111010100101011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5EAF; }

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

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

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

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

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

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

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

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