#FE75AE

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

Shades of Hot Pink #FE75AE

Tints of Hot Pink #FE75AE

Color information

#FE75AE (or 0xFE75AE) is unknown color: approx Hot Pink. HEX triplet: FE, 75 and AE. RGB value is (254,117,174). Sum of RGB (Red+Green+Blue) = 254+117+174=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 117 (46.09% from 255 or 21.47% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FE75AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE75AE is #018A51. Grayscale: #A4A4A4. Windows color (decimal): -100946 or 11433470. OLE color: 11433470.

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

Color convert

RGB254117174-
CMYK00.540.310.00
HSL335.04º98.56%72.75%-
HSV(B)335.04º53.94%99.61%-
XYZ54.8736.8544.26-
YUV164.46133.39191.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.61%
GREEN value IS 117 (46.09% from 255) = 21.47%
BLUE value IS 174 (68.36% from 255) = 31.93%
R=46.61%
G=21.47%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411717400.540.310.00335.0498.5672.75
HexFE75AE0361F014f6349
Octal376165256066370517143111
Binary11111110111010110101110011011011111010100111111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE75AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE75AE; }

 p { color: rgb(254,117,174); }

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

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

 a { background-color: rgb(254,117,174); }

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

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

 span { border-color: rgb(254,117,174); }

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