#FF64AE

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

Shades of Hot Pink #FF64AE

Tints of Hot Pink #FF64AE

Color information

#FF64AE (or 0xFF64AE) is unknown color: approx Hot Pink. HEX triplet: FF, 64 and AE. RGB value is (255,100,174). Sum of RGB (Red+Green+Blue) = 255+100+174=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 100 (39.45% from 255 or 18.90% from 529); Blue value is 174 (68.36% from 255 or 32.89% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FF64AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF64AE is #009B51. Grayscale: #9A9A9A. Windows color (decimal): -39762 or 11429119. OLE color: 11429119.

HSL color Cylindrical-coordinate representation of color #FF64AE: hue angle of 331.35º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF64AE is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB255100174-
CMYK00.610.320
HSL331.35º100%69.61%-
HSV(B)331.35º60.78%100%-
XYZ53.4433.4343.68-
YUV154.78138.85199.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.20%
GREEN value IS 100 (39.45% from 255) = 18.90%
BLUE value IS 174 (68.36% from 255) = 32.89%
R=48.20%
G=18.90%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510017400.610.320331.3510069.61
HexFF64AE03D20014b6446
Octal377144256075400513144106
Binary111111111100100101011100111101100000010100101111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF64AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF64AE; }

 p { color: rgb(255,100,174); }

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

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

 a { background-color: rgb(255,100,174); }

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

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

 span { border-color: rgb(255,100,174); }

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