#FA63B2

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

Shades of Hot Pink #FA63B2

Tints of Hot Pink #FA63B2

Color information

#FA63B2 (or 0xFA63B2) is unknown color: approx Hot Pink. HEX triplet: FA, 63 and B2. RGB value is (250,99,178). Sum of RGB (Red+Green+Blue) = 250+99+178=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 99 (39.06% from 255 or 18.79% from 527); Blue value is 178 (69.92% from 255 or 33.78% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FA63B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA63B2 is #059C4D. Grayscale: #989898. Windows color (decimal): -367694 or 11691002. OLE color: 11691002.

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

Color convert

RGB25099178-
CMYK00.600.290.02
HSL328.61º93.79%68.43%-
HSV(B)328.61º60.4%98.04%-
XYZ51.9232.4645.65-
YUV153.16142.03197.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.44%
GREEN value IS 99 (39.06% from 255) = 18.79%
BLUE value IS 178 (69.92% from 255) = 33.78%
R=47.44%
G=18.79%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509917800.600.290.02328.6193.7968.43
HexFA63B203C1D21495e44
Octal372143262074352511136104
Binary111110101100011101100100111100111011010100100110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA63B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA63B2; }

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

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

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

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

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

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

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

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