#FA63A8

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

Shades of Hot Pink #FA63A8

Tints of Hot Pink #FA63A8

Color information

#FA63A8 (or 0xFA63A8) is unknown color: approx Hot Pink. HEX triplet: FA, 63 and A8. RGB value is (250,99,168). Sum of RGB (Red+Green+Blue) = 250+99+168=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 99 (39.06% from 255 or 19.15% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FA63A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA63A8 is #059C57. Grayscale: #979797. Windows color (decimal): -367704 or 11035642. OLE color: 11035642.

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

Color convert

RGB25099168-
CMYK00.600.330.02
HSL332.58º93.79%68.43%-
HSV(B)332.58º60.4%98.04%-
XYZ50.9532.0740.55-
YUV152.01137.03197.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.36%
GREEN value IS 99 (39.06% from 255) = 19.15%
BLUE value IS 168 (66.02% from 255) = 32.50%
R=48.36%
G=19.15%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509916800.600.330.02332.5893.7968.43
HexFA63A803C21214d5e44
Octal372143250074412515136104
Binary1111101011000111010100001111001000011010100110110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA63A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA63A8; }

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

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

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

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

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

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

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

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