#FA63BA

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

Shades of Hot Pink #FA63BA

Tints of Hot Pink #FA63BA

Color information

#FA63BA (or 0xFA63BA) is unknown color: approx Hot Pink. HEX triplet: FA, 63 and BA. RGB value is (250,99,186). Sum of RGB (Red+Green+Blue) = 250+99+186=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 99 (39.06% from 255 or 18.50% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FA63BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA63BA is #059C45. Grayscale: #999999. Windows color (decimal): -367686 or 12215290. OLE color: 12215290.

HSL color Cylindrical-coordinate representation of color #FA63BA: hue angle of 325.43º 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 #FA63BA is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB25099186-
CMYK00.600.260.02
HSL325.43º93.79%68.43%-
HSV(B)325.43º60.4%98.04%-
XYZ52.7532.7950-
YUV154.07146.03196.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.73%
GREEN value IS 99 (39.06% from 255) = 18.50%
BLUE value IS 186 (73.05% from 255) = 34.77%
R=46.73%
G=18.50%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509918600.600.260.02325.4393.7968.43
HexFA63BA03C1A21455e44
Octal372143272074322505136104
Binary111110101100011101110100111100110101010100010110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA63BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA63BA; }

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

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

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

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

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

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

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

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