#FA63B4

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

Shades of Hot Pink #FA63B4

Tints of Hot Pink #FA63B4

Color information

#FA63B4 (or 0xFA63B4) is unknown color: approx Hot Pink. HEX triplet: FA, 63 and B4. RGB value is (250,99,180). Sum of RGB (Red+Green+Blue) = 250+99+180=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 99 (39.06% from 255 or 18.71% from 529); Blue value is 180 (70.70% from 255 or 34.03% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FA63B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA63B4 is #059C4B. Grayscale: #999999. Windows color (decimal): -367692 or 11822074. OLE color: 11822074.

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

Color convert

RGB25099180-
CMYK00.600.280.02
HSL327.81º93.79%68.43%-
HSV(B)327.81º60.4%98.04%-
XYZ52.1232.5446.71-
YUV153.38143.03196.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.26%
GREEN value IS 99 (39.06% from 255) = 18.71%
BLUE value IS 180 (70.70% from 255) = 34.03%
R=47.26%
G=18.71%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509918000.600.280.02327.8193.7968.43
HexFA63B403C1C21485e44
Octal372143264074342510136104
Binary111110101100011101101000111100111001010100100010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA63B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA63B4; }

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

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

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

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

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

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

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

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