#fe5fac

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

Shades of Hot Pink #FE5FAC

Tints of Hot Pink #FE5FAC

Color information

#FE5FAC (or 0xFE5FAC) is unknown color: approx Hot Pink. HEX triplet: FE, 5F and AC. RGB value is (254,95,172). Sum of RGB (Red+Green+Blue) = 254+95+172=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 95 (37.5% from 255 or 18.23% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5FAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5FAC is #01A053. Grayscale: #979797. Windows color (decimal): -106580 or 11296766. OLE color: 11296766.

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

Color convert

RGB25495172-
CMYK00.630.320.00
HSL330.94º98.76%68.43%-
HSV(B)330.94º62.6%99.61%-
XYZ52.4132.2342.49-
YUV151.32139.68201.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.75%
GREEN value IS 95 (37.5% from 255) = 18.23%
BLUE value IS 172 (67.58% from 255) = 33.01%
R=48.75%
G=18.23%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549517200.630.320.00330.9498.7668.43
HexFE5FAC03F20014b6344
Octal376137254077400513143104
Binary111111101011111101011000111111100000010100101111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe5fac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe5fac; }

 p { color: rgb(254,95,172); }

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

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

 a { background-color: rgb(254,95,172); }

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

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

 span { border-color: rgb(254,95,172); }

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