#FA63AA

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

Shades of Hot Pink #FA63AA

Tints of Hot Pink #FA63AA

Color information

#FA63AA (or 0xFA63AA) is unknown color: approx Hot Pink. HEX triplet: FA, 63 and AA. RGB value is (250,99,170). Sum of RGB (Red+Green+Blue) = 250+99+170=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 99 (39.06% from 255 or 19.08% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FA63AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA63AA is #059C55. Grayscale: #989898. Windows color (decimal): -367702 or 11166714. OLE color: 11166714.

HSL color Cylindrical-coordinate representation of color #FA63AA: hue angle of 331.79º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA63AA is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB25099170-
CMYK00.600.320.02
HSL331.79º93.79%68.43%-
HSV(B)331.79º60.4%98.04%-
XYZ51.1432.1541.54-
YUV152.24138.03197.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.17%
GREEN value IS 99 (39.06% from 255) = 19.08%
BLUE value IS 170 (66.80% from 255) = 32.76%
R=48.17%
G=19.08%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509917000.600.320.02331.7993.7968.43
HexFA63AA03C20214c5e44
Octal372143252074402514136104
Binary1111101011000111010101001111001000001010100110010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA63AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA63AA; }

 p { color: rgb(250,99,170); }

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

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

 a { background-color: rgb(250,99,170); }

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

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

 span { border-color: rgb(250,99,170); }

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